Wireshark-dev: Re: [Wireshark-dev] buildbot failure in Wireshark (development) on Visual-Studio
On Wed, Aug 17, 2011 at 10:55:28AM -0700, buildbot-no-reply@xxxxxxxxxxxxx wrote:
> The Buildbot has detected a new failure on builder Visual-Studio-Code-Analysis while building Wireshark (development).
> Full details are available at:
> http://buildbot.wireshark.org/trunk/builders/Visual-Studio-Code-Analysis/builds/1693
>
> Buildbot URL: http://buildbot.wireshark.org/trunk/
>
> Buildslave for this Build: vs-code-analysis
Can the maintainers of the AIRPCAP code please have a look at this?
prefs_dlg.c
prefs_dlg.c(1105) : error C2220: warning treated as error - no 'object' file generated
prefs_dlg.c(1105) : warning C4013: 'GTK_COMBO' undefined; assuming extern returning int
prefs_dlg.c(1105) : error C2223: left of '->entry' must point to struct/union
prefs_dlg.c(1105) : warning C4047: 'function' : 'GTypeInstance *' differs in levels of indirection from 'GType'
prefs_dlg.c(1105) : warning C4024: 'g_type_check_instance_cast' : different types for formal and actual parameter 1
prefs_dlg.c(1105) : error C2198: 'g_type_check_instance_cast' : too few arguments for call
Maybe replacing GTK_COMBO(x)->entry by GTK_COMBOBOX(x) is sufficient, but I'm
not too optimistic.
Ciao
Joerg
--
Joerg Mayer <jmayer@xxxxxxxxx>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.