Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] libui.lib link error

From: Gerald Combs <gerald@xxxxxxxxxxxxx>
Date: Fri, 17 Nov 2006 21:14:56 -0800
Andrew Schweitzer wrote:
> I get the following link error:
> 
> Linking wireshark.exe
> 	link @D:\DOCUME~1\A_SCHW~1\LOCALS~1\Temp\nma34992.
> libui.lib(packet_list.obj) : error LNK2001: unresolved external symbol 
> _gtk_window_get_focus
> wireshark.exe : fatal error LNK1120: 1 unresolved externals
> NMAKE : fatal error U1077: 'link' : return code '0x460'
> Stop.
> 
> Any idea what I'm doing wrong?
> 
> I updated from SVN an hour or so ago. Then I just updated the catapult 
> file.

That was my fault (gtk_window_get_focus isn't available in GTK1).  I've
checked in a fix.