ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] buildbot failure in Wireshark (developme

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 18 Feb 2012 16:16:01 -0800
On Feb 18, 2012, at 4:11 PM, Guy Harris wrote:

>> 	cd ..
>> 	cd ui/win32
>> 	"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe" /                   /f Makefile.nmake libgtkui_win32.lib
>> 
>> 
>> Microsoft (R) Program Maintenance Utility Version 9.00.21022.08
>> Copyright (C) Microsoft Corporation.  All rights reserved.
>> 
>> NMAKE : fatal error U1073: don't know how to make 'libgtkui_win32.lib'
>> Stop.
>> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe"' : return code '0x2'
>> Stop.
> 
> I'll look at that.

In other Makefiles the libui_win32.lib library was renamed to libgtkui_win32.lib (as a result of a search-and-replace, but as that library is GTK+-specific, the rename makes sense), but it wasn't done in ui/win32/Makefile.nmake.  I checked in a change to do that; we'll see if *that* fixes the Windows build.