Wireshark-dev: Re: [Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-x8
Hi all,
yesterday I've checked in code for escaping/unescaping the underscores
in the column titles. I've tested it under linux, but the windows
buildbot fails at the linking stage with:
libui.lib(new_packet_list.obj) : error LNK2019: unresolved external
symbol _g_strdup_unescape_underscore referenced in function
_col_title_edit_dlg
libui.lib(prefs_column.obj) : error LNK2001: unresolved external
symbol _g_strdup_unescape_underscore
libui.lib(new_packet_list.obj) : error LNK2019: unresolved external
symbol _g_strdup_escape_underscore referenced in function
_col_title_change_ok
libui.lib(prefs_column.obj) : error LNK2001: unresolved external
symbol _g_strdup_escape_underscore
wireshark.exe : fatal error LNK1120: 2 unresolved externals
These two functions were defined in epan/column.c. Because I am not
familiar with nmake, does this mean that column.c should be somehow
marked for linking to libui.lib? Or do you think that it would be
better to just move these 2 functions to another source file?
Thanks,
Gerasimos
2010/1/25 <buildbot-no-reply@xxxxxxxxxxxxx>:
> The Buildbot has detected a new failure of Windows-XP-x86 on Wireshark (development).
> Full details are available at:
> http://buildbot.wireshark.org/trunk/builders/Windows-XP-x86/builds/850
>
> Buildbot URL: http://buildbot.wireshark.org/trunk/
>
> Buildslave for this Build: windows-xp-x86
>
> Build Reason:
> Build Source Stamp: 31649
> Blamelist: dimeg,jake,morriss
>
> BUILD FAILED: failed nmake all
>
> sincerely,
> -The Buildbot
>
> ___________________________________________________________________________
> Sent via: Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
> Archives: http://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
> mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe
>