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

Wireshark-dev: [Wireshark-dev] Release 00.99.4 missing file?

From: "Robert Trybis" <rt@xxxxxxxxxxxxx>
Date: Tue, 7 Nov 2006 14:15:21 -0000

Under XP I have got as far as trying to build Wireshark 00.99.4.

Unfortunately the build fails because of “env: python: No such file or directory” when it gets to building dissectors.

I was a bit surprised by this as I got a clean copy of the release and I am certain I have not deleted any files.

The latter part of the build output is given below.

 

Am I correct in saying the file packet-ncp2222.c  should be in the directory “C:\Program Files\wireshark\epan\dissectors” ?

Any idea why it is missing and what is the best way for me to resolve the problem?

 

Regards

RT

 

 

 

Microsoft (R) Library Manager Version 6.00.8447

Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

 

            cd ..

            cd wslua

            NMAKE /                   -f Makefile.nmake

 

Microsoft (R) Program Maintenance Utility   Version 6.00.9782.0

Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

 

            perl make-reg.pl wslua_tvb.c  wslua_proto.c  wslua_tree.c  wslua_pinfo.c  wslua_listener.c  wslua_gui.c  wslua_util.c  wslua_field.c  wslua_dumper.c

            touch taps

            perl make-taps.pl taps taps_wslua.c taps.txt

            perl make-init-lua.pl template-init.lua > init.lua

            cl -DWIN32 -DNULL=0 -D_MT -D_DLL -DHAVE_CONFIG_H /I. /I.. /I../.. /IC:\wireshark-win32-libs\glib\include\glib-2.0  /IC:\wireshark-win32-libs\glib\lib\glib-2.0\include /IC:\wireshark-win32-libs\lua5.1\include  /IC:\wireshark-win32-libs\WPdpack\include -D_U_="" /Zi /W3 -Fd.\ -c init_wslua.c register_wslua.c taps_wslua.c wslua_dumper.c wslua_field.c wslua_gui.c wslua_pinfo.c wslua_proto.c wslua_listener.c wslua_tree.c wslua_tvb.c wslua_util.c

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12.00.8804 for 80x86

Copyright (C) Microsoft Corp 1984-1998. All rights reserved.

 

init_wslua.c

register_wslua.c

taps_wslua.c

wslua_dumper.c

wslua_field.c

wslua_gui.c

wslua_pinfo.c

wslua_proto.c

wslua_listener.c

wslua_tree.c

wslua_tvb.c

wslua_util.c

Generating Code...

            link /lib /NODEFAULTLIB /out:wslua.lib init_wslua.obj  register_wslua.obj  taps_wslua.obj  wslua_dumper.obj  wslua_field.obj  wslua_gui.obj  wslua_pinfo.obj  wslua_proto.obj  wslua_listener.obj  wslua_tree.obj  wslua_tvb.obj  wslua_util.obj

Microsoft (R) Library Manager Version 6.00.8447

Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

 

            cd ..

            cd dissectors

            NMAKE /                   -f Makefile.nmake

 

Microsoft (R) Program Maintenance Utility   Version 6.00.9782.0

Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

 

Making packet-ncp2222.c

            env python ncp2222.py -o packet-ncp2222.c

env: python: No such file or directory

NMAKE : fatal error U1077: 'env' : return code '0x7f'

Stop.

NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\VC98\bin\NMAKE.EXE"' : return code '0x2'

Stop.

NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio\VC98\bin\NMAKE.EXE"' : return code '0x2'

Stop