Re: [Wireshark-dev] complie fail on WinXP 32bit

2009-03-24 Thread Andreas Heise
to avoid such problems it make sense to add the cygwin on the first position instead of the end. It should no problem for other applications, because the settings are lost if CMD.exe is closed I would suggest to change the batch example in the devel guide to the following which is working well in

Re: [Wireshark-dev] complie fail on WinXP 32bit

2009-03-23 Thread Andreas Heise
yes now I could also interpret the problem in the "verify_tools" output, but before it was not clear for me as the tool found version of grep. I was not clear that this was not enought... regards, Andreas C:\wireshark>nmake -f Makefile.nmake verify_tools Microsoft (R) Program Maintenance Utility

Re: [Wireshark-dev] complie fail on WinXP 32bit

2009-03-23 Thread Gerald Combs
Stig Bjørlykke wrote: > 2009/3/23 Andreas Heise : >> I found the problem, as you assumed it was a problem of other grep version >> which was in the path of an old Borland Delphi installation. > > I can remember someone had this problem before. Can we add a check for this? "nmake -f makefile.nmak

Re: [Wireshark-dev] complie fail on WinXP 32bit

2009-03-23 Thread Stig Bjørlykke
2009/3/23 Andreas Heise : > I found the problem, as you assumed it was a problem of other grep version > which was in the path of an old Borland Delphi installation. I can remember someone had this problem before. Can we add a check for this? -- Stig Bjørlykke _

Re: [Wireshark-dev] complie fail on WinXP 32bit

2009-03-23 Thread Andreas Heise
[SOLVED] Hi Bill, I found the problem, as you assumed it was a problem of other grep version which was in the path of an old Borland Delphi installation. thanks for your support, Andreas 2009/3/22, Bill Meier : > > Andreas Heise wrote: > > Hi Bill, > > > > thanks for your reply, if I called di

Re: [Wireshark-dev] complie fail on WinXP 32bit

2009-03-22 Thread Joerg Mayer
On Sun, Mar 22, 2009 at 06:48:30PM -0400, Bill Meier wrote: > > thanks for your reply, if I called directly from cygwin bash it's OK... ... > > any other idea? Seems to be a problem of variables $... ?! > > > > I'm not sure what you mean by "a problem of variables $... ". I didn't follow this t

Re: [Wireshark-dev] complie fail on WinXP 32bit

2009-03-22 Thread Bill Meier
Andreas Heise wrote: > Hi Bill, > > thanks for your reply, if I called directly from cygwin bash it's OK... > > $ bash -o igncr > $ grep '^register_tap_listener_[a-z_0-9A-Z]* *(' \tap-rtp.c 2>/dev/null | \ > > grep -v ';' | \ > > sed -e 's/(.*//' > register_tap_listener_rtp_streams > $ > >

Re: [Wireshark-dev] complie fail on WinXP 32bit

2009-03-22 Thread Andreas Heise
shark.org [mailto: > wireshark-dev-boun...@wireshark.org] *För *Andreas Heise > *Skickat:* den 22 mars 2009 13:56 > *Till:* wireshark-dev@wireshark.org > *Ämne:* [Wireshark-dev] complie fail on WinXP 32bit > > > > Hi list, > > > > I followed the developers guide t

Re: [Wireshark-dev] complie fail on WinXP 32bit

2009-03-22 Thread Andreas Heise
Hi Bill, thanks for your reply, if I called directly from cygwin bash it's OK... ahe...@83888ab05d01485 /cygdrive/c/wireshark $ bash -o igncr ahe...@83888ab05d01485 /cygdrive/c/wireshark $ grep '^register_tap_listener_[a-z_0-9A-Z]* *(' \tap-rtp.c 2>/dev/null | \ > grep -v ';' | \ > sed -e 's/(.*

Re: [Wireshark-dev] complie fail on WinXP 32bit

2009-03-22 Thread Anders Broman
] complie fail on WinXP 32bit Hi list, I followed the developers guide to build wireshark from trunk rev 27814 on WinXP. complie is running long time, so the basics should setup correctly, but then it fails during make of tshark-tap-register.c environment: WinXP SP3 32bit Microsoft

Re: [Wireshark-dev] complie fail on WinXP 32bit

2009-03-22 Thread Bill Meier
Andreas Heise wrote: > Hi list, > > I followed the developers guide to build wireshark from trunk rev 27814 > on WinXP. > > complie is running long time, so the basics should setup correctly, but > then it > fails during make of *tshark-tap-register.c* > > environment: > > WinXP SP3 32bit

[Wireshark-dev] complie fail on WinXP 32bit

2009-03-22 Thread Andreas Heise
Hi list, I followed the developers guide to build wireshark from trunk rev 27814 on WinXP. complie is running long time, so the basics should setup correctly, but then it fails during make of *tshark-tap-register.c* environment: WinXP SP3 32bit Microsoft Visual C++ 2008 Express Edition Python 2