ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Problems building register.c on Win XP

From: "Cook, Timothy" <tcook@xxxxxxxxxxxxxxxxxx>
Date: Fri, 30 Jun 2006 12:15:28 -0400
OS: WinXP w/ Cygwin
 
I've been coding a new dissector using 0.99.1pre1 as the base, with no build problems.
 
On June 23, I pulled the whole SVN structure and built with no errors.
Today, I did an SVN update, now I get the following error.  I've checked my paths; they match.
 
Help!!!!!!
 
 
Tim
 
syntax-tree.c
Generating Code...
grammar.c(1184) : warning C4761: integral size mismatch in argument; conversion supplied
grammar.c(1195) : warning C4761: integral size mismatch in argument; conversion supplied
        link /lib /out:dfilter.lib dfilter.obj           dfunctions.obj  dfvm.obj                drange.obj              gencode.obj
 glib-util.obj           grammar.obj             scanner.obj             semcheck.obj            sttype-function.obj     sttype-integer.obj
 sttype-pointer.obj      sttype-range.obj        sttype-string.obj       sttype-test.obj             syntax-tree.obj
Microsoft (R) Library Manager Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
 
        cd ..
        cd dissectors
        NMAKE /                   -f Makefile.nmake
 
Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
 
Making register.c (using python)
C:/python23/python.exe: can't open file '..'
NMAKE : fatal error U1077: 'C:/python23/python.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~3\VC98\BIN\NMAKE.EXE' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~3\VC98\BIN\NMAKE.EXE' : return code '0x2'
Stop.
 
O:\WireShark_svn>