Missing bit;
Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
'dfilter.lib' is up-to-date
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.
'wslua.lib' is up-to-date
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 register.c (using python)
/usr/bin/env: python: No such file or directory
NMAKE : fatal error U1077: 'c:\cygwin\bin\env.exe' : 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.
-----Original Message-----
From: wireshark-dev-bounces@xxxxxxxxxxxxx
[mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Robert Trybis
Sent: 07 November 2006 15:56
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] Release 00.99.4 missing file?
Running python by hand produces packet-ncp222.c (thanks Graham),
but the build then fails later when python runs again.
I have given the latter part of the build output below.
>From earlier problems I know some of the source files I have downloaded
don't have Unix style end-of-line, I am using an earlier version of Bash
to solve that. Also, since I am on XP, Wireshark is installed in the
"C:\Program Files" directory which has a space in the name. Presumably
neither of these is at the root of the current problem?
I'll try making a few more files by hand, but if anybody knows what is
going wrong and how to fix it it would be a help.
Regards
RT
-----Original Message-----
From: wireshark-dev-bounces@xxxxxxxxxxxxx
[mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Graham Bloice
Sent: 07 November 2006 15:11
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] Release 00.99.4 missing file?
Robert Trybis wrote:
> env python produces;
>
> Python 2.4.3 (#1, May 18 2006, 07:40:45)
> [GCC 3.3.3 (cygwin special)] on cygwin
> Type "help", "copyright", "credits" or "License" for more information.
>
Hmmm, same as mine. Something has gone wrong in the nmake environment
when attempting to invoke python and I'm not entirely sure what that
could be.
As a workaround, from within your bash shell navigate to epan/dissectors
and run the command:
python ncp2222.py -o packet-ncp2222.c
This should allow your build to proceed.
--
Regards,
Graham Bloice
_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@xxxxxxxxxxxxx
http://www.wireshark.org/mailman/listinfo/wireshark-dev
_______________________________________________
Wireshark-dev mailing list
Wireshark-dev@xxxxxxxxxxxxx
http://www.wireshark.org/mailman/listinfo/wireshark-dev