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

2006-11-12 Thread Robert Trybis
PROTECTED] On Behalf Of Robert Trybis Sent: Wednesday, November 08, 2006 3:33 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Release 00.99.4 missing file? Bill, Here is what I got in the build output; cd .. ..\tools\lemon\lemon t=..\tools\lemon\lempar.c

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

2006-11-12 Thread Anders Broman
the build process puts the Files. BR Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Robert Trybis Skickat: den 12 november 2006 17:03 Till: Developer support list for Wireshark Ämne: Re: [Wireshark-dev] Release 00.99.4 missing file? Okay, I think I

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

2006-11-08 Thread Graham Bloice
Ulf Lamping wrote: I let cygwin do its default thing, plus adding in the additional downloads required for the Wireshark documentation. Then I went back to an earlier version of Bash. I only installed cygwin to get Wireshark working so it should be standard. The file system is NTFS. Hi!

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

2006-11-08 Thread Robert Trybis
that in another thread. Thanks for the help RT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Johansson Sent: 07 November 2006 16:35 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Release 00.99.4 missing file? I remember having

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

2006-11-08 Thread Jaap Keuter
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Johansson Sent: 07 November 2006 16:35 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Release 00.99.4 missing file? I remember having problems like this once when my PATH environment variable got to long when

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

2006-11-08 Thread Robert Trybis
Can anybody tell me how to undo everything that has been done by Nmake -f Makefile.nmake all ? Go back to the beginning, like so nmake -f Makefile.nmake distclean then build again nmake -f Makefile.nmake all I did the clean as above then tried to build again it failed :-( The

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

2006-11-08 Thread Robert Trybis
I have tried again after deleting the wireshark directory and getting a clean copy of 00.99.4. Under XP the build ends prematurely with the lines given below. Any ideas why these files appear to be missing and how to work round it? I did not go through the process of doing the automated library

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

2006-11-08 Thread Ulf Lamping
Robert Trybis wrote: I have tried again after deleting the wireshark directory and getting a clean copy of 00.99.4. Under XP the build ends prematurely with the lines given below. Both files should be copied by epan\Makefile.nmake: mkstemp.c: ..\mkstemp.c xcopy ..\mkstemp.c . /d I

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

2006-11-08 Thread Lars Ruoff
: 08 November 2006 13:47 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Release 00.99.4 missing file? Robert Trybis wrote: I have tried again after deleting the wireshark directory and getting a clean copy of 00.99.4. Under XP the build ends prematurely with the lines

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

2006-11-08 Thread Bill Florac
. You could just copy the two file by hand... Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Trybis Sent: Wednesday, November 08, 2006 10:10 AM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Release 00.99.4 missing file

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

2006-11-08 Thread Jaap Keuter
Hi, It's only now that I see it Robert Trybis wrote: I am in C:\Program Files\wireshark which is where I installed the sources using SVN and I am using the commands you mentioned; You've actually put the sources where the installation is going to be? For one that is considered poor style

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

2006-11-08 Thread Robert Trybis
-Original Message- From: [EMAIL PROTECTED] [mailto:wireshark-dev- [EMAIL PROTECTED] On Behalf Of Jaap Keuter Sent: 08 November 2006 16:48 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Release 00.99.4 missing file? Hi, It's only now that I see it Robert Trybis

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

2006-11-08 Thread Robert Trybis
Subject: Re: [Wireshark-dev] Release 00.99.4 missing file? I think you need to look further back into the nmake output. You should see this: -- cd .. ..\tools\lemon\lemon t=..\tools\lemon\lempar.c dtd_grammar.lemon

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

2006-11-08 Thread Bill Florac
Of Robert Trybis Sent: Wednesday, November 08, 2006 3:33 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Release 00.99.4 missing file? Bill, Here is what I got in the build output; cd .. ..\tools\lemon\lemon t=..\tools\lemon\lempar.c dtd_grammar.lemon

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

2006-11-07 Thread Graham Bloice
Robert Trybis wrote: 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

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

2006-11-07 Thread Robert Trybis
November 2006 14:40 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Release 00.99.4 missing file? packet-ncp.c is produced by the build process running python on ncp.py. The python installation used is set by the config.nmake setting for which the default value: PYTHON=env

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

2006-11-07 Thread Graham Bloice
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

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

2006-11-07 Thread Robert Trybis
wrong and how to fix it it would be a help. Regards RT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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

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

2006-11-07 Thread Robert Trybis
: [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

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

2006-11-07 Thread Jaap Keuter
Hi, This stuff is wierd. First cygpath that acts up, now it's env that can't find python from /usr/bin/ It seems that path isn't working. Do you have a nondefault cygwin installation? Maybe it's the filesystem type, what type is it? Thanx, Jaap ___

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

2006-11-07 Thread Peter Johansson
Jaap Keuter wrote: Hi, This stuff is wierd. First cygpath that acts up, now it's env that can't find python from /usr/bin/ It seems that path isn't working. Do you have a nondefault cygwin installation? Maybe it's the filesystem type, what type is it? Thanx, Jaap

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

2006-11-07 Thread Andrew.Martin
Of Jaap Keuter Sent: 07 November 2006 16:32 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Release 00.99.4 missing file? Hi, This stuff is wierd. First cygpath that acts up, now it's env that can't find python from /usr/bin/ It seems that path isn't working. Do you have

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

2006-11-07 Thread Robert Trybis
: [Wireshark-dev] Release 00.99.4 missing file? 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

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

2006-11-07 Thread Robert Trybis
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jaap Keuter Sent: 07 November 2006 16:32 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Release 00.99.4 missing file? Hi, This stuff is wierd. First cygpath that acts up, now it's env that can't find

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

2006-11-07 Thread Cook, Timothy
] On Behalf Of Robert Trybis Sent: Tuesday, November 07, 2006 11:50 AM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Release 00.99.4 missing file? I let cygwin do its default thing, plus adding in the additional downloads required for the Wireshark documentation

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

2006-11-07 Thread Ulf Lamping
I let cygwin do its default thing, plus adding in the additional downloads required for the Wireshark documentation. Then I went back to an earlier version of Bash. I only installed cygwin to get Wireshark working so it should be standard. The file system is NTFS. Hi! I have these

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

2006-11-07 Thread Bill Florac
don't care at the moment. GTK1 work fine for me. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cook, Timothy Sent: Tuesday, November 07, 2006 10:58 AM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Release 00.99.4 missing file

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

2006-11-07 Thread Anders Broman
-Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Bill Florac Skickat: den 7 november 2006 23:01 Till: Developer support list for Wireshark Ämne: Re: [Wireshark-dev] Release 00.99.4 missing file? : Since this is the first time I tried to build since 0.99.3