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] Microsoft Visual C Version 6support isa bitoutdated ...

From: Alfred Alinazar <aalinazar@xxxxxxxxx>
Date: Thu, 11 Jan 2007 15:43:25 +0700
Ulf Lamping wrote:
Should be fixed now, I simply messed up the line copying the file "if exist copy zlib1.dll.manifest ..." :-(

I've done some more, all MSVC variants shouldn't give a NSIS warnings now :-)

Regards, ULFL
Ulf,
I managed to build my wireshark yesterday.
But it failed again today after I update the source with the latest SVN.

Here is the error:
---------------------------------------------------
Microsoft (R) Program Maintenance Utility   Version 7.00.8882
Copyright (C) Microsoft Corp 1988-2000. All rights reserved.

cl -DWIN32 -DNULL=0 -D_MT -D_DLL -DHAVE_CONFIG_H /I.. /I../wiretap /IC:\ wireshark-win32-libs\glib\include\glib-2.0 /IC:\wireshark-win32-libs\glib\lib\g lib-2.0\include /IC:\wireshark-win32-libs\gtk+\include /IC:\wireshark-win32-libs \gtk+\include\gdk /IC:\wireshark-win32-libs\gtk+\lib\gtk+\include /IC:\wireshar k-win32-libs\gnutls-1.6.1-1\include /DNOCRYPT /IC:\wireshark-win32-libs\WPdpack \WPCAP\LIBPCAP /IC:\wireshark-win32-libs\WPdpack\WPCAP\LIBPCAP\bpf /IC:\wiresha rk-win32-libs\WPdpack\WPCAP\LIBPCAP\lbl /IC:\wireshark-win32-libs\WPdpack\inclu de /IC:\wireshark-win32-libs\net-snmp-5.4\include /IC:\wireshark-win32-libs\net- snmp-5.4\win32 /Zm800 -D_U_="" -D_NEED_VAR_IMPORT_ /Zi /W3 /MD /D_CRT_SECURE_NO _DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE /IC:\wireshark-win32-libs\portaudio_v19\ include /IC:\wireshark-win32-libs\portaudio_v19\src\common -Fd.\ -c airpcap_g
ui_utils.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

airpcap_gui_utils.c
airpcap_gui_utils.c(338) : error C2039: 'str' : is not a member of '_GByteArray'

C:\wireshark-win32-libs\glib\include\glib-2.0\glib/garray.h(45) : see de
claration of '_GByteArray'
airpcap_gui_utils.c(338) : error C2198: 'g_strdup' : too few arguments for call airpcap_gui_utils.c(837) : warning C4133: '=' : incompatible types - from 'GStri
ng *' to 'GByteArray *'
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Platform SDK for Windows
Server 2003 R2\Bin\nmake.exe"' : return code '0x2'
Stop.
---------------------------------------------


regards,

-Alfred-