https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2797
Summary: Wireshark fails to compile with VS6.0.
Product: Wireshark
Version: SVN
Platform: PC
URL: http://www.wireshark.org/lists/wireshark-
dev/200808/msg00117.html
OS/Version: Windows XP
Status: NEW
Severity: Blocker
Priority: High
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: christopher.maynard@xxxxxxxxx
Build Information:
SVN 25981
Windows XP SP2
VS6.0
--
The buildbot is now using VS2008, but I have not heard that support for VS6.0
has been dropped. If VS6.0 support is going to be dropped, that's fine by me,
but I'm not sure that's the case. Anyway, assuming it's still supported, the
following build errors should be corrected:
addr_resolv.c
C:\wireshark-win32-libs\c-ares-1.5.2ws\ares.h(232) : error C2146: syntax error
:
missing ')' before identifier 'salen'
C:\wireshark-win32-libs\c-ares-1.5.2ws\ares.h(232) : error C2081: 'socklen_t' :
name in formal parameter list illegal
C:\wireshark-win32-libs\c-ares-1.5.2ws\ares.h(232) : error C2061: syntax error
:
identifier 'salen'
C:\wireshark-win32-libs\c-ares-1.5.2ws\ares.h(232) : error C2059: syntax error
:
';'
C:\wireshark-win32-libs\c-ares-1.5.2ws\ares.h(232) : error C2059: syntax error
:
','
C:\wireshark-win32-libs\c-ares-1.5.2ws\ares.h(234) : error C2059: syntax error
:
')'
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio\VC98\Bin\N
MAKE.EXE"' : return code '0x2'
Stop.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.