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

Wireshark-bugs: [Wireshark-bugs] [Bug 3934] Need to support QNX' QNET protocol

Date: Tue, 18 May 2010 19:43:22 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3934

--- Comment #13 from Chris Maynard <christopher.maynard@xxxxxxxxx> 2010-05-18 19:43:19 PDT ---
(In reply to comment #12)
> Please post your compiling log here. I can compile and I have tested the
> patches before I posted here.
Compiling on Windows XP SP3 using VS2008EE against r32881 produces the
following:

        cl -DWIN32 -DNULL=0 -D_MT -D_DLL -WX -DHAVE_CONFIG_H /I. /I.. /I../..
/I
C:\wireshark-win32-libs\gtk2\include\glib-2.0 
/IC:\wireshark-win32-libs\gtk2\li
b\glib-2.0\include  /IC:\wireshark-win32-libs\zlib123\include  
/IC:\wireshark-w
in32-libs\gnutls-2.8.5-4.12-win32ws\include /DNOCRYPT /DIMPORT_LIGNUTLSDLL  
/IC
:\wireshark-win32-libs\kfw-3-2-2-i386-ws-vc6\include 
/IC:\wireshark-win32-libs\
GeoIP-1.4.6-win32ws\libGeoIP  /IC:\wireshark-win32-libs\WPdpack\include
-D_U_=""
 /Zi /W3 /MD /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
/DWIN32_LEAN
_AND_MEAN /DMSC_VER_REQUIRED=1500 /D_BIND_TO_CURRENT_CRT_VERSION=1 /MP -Fd.\ -c
packet-qnet6.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.30729.01 for 80x86
Copyright (C) Microsoft Corporation.  All rights reserved.

packet-qnet6.c
packet-qnet6.c(3326) : error C2220: warning treated as error - no 'object' file
generated
packet-qnet6.c(3326) : warning C4244: '=' : conversion from 'guint64' to 'int',
possible loss of data
packet-qnet6.c(3331) : warning C4244: '=' : conversion from 'guint64' to 'int',
possible loss of data
packet-qnet6.c(3336) : warning C4244: '=' : conversion from 'time_t' to 'int',
p
ossible loss of data
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\BIN
\cl.EXE"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\BIN
\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\BIN
\nmake.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.