Re: [Wireshark-dev] nmake -f Makefile.nmake all is failing

2008-02-07 Thread Satish Srirama
/usr/bin/find: /usr/bin/find > > perl: /usr/bin/perl > > C:/python24/python.exe: /cygdrive/c/python24/python.exe > > sed: /usr/bin/sed > > unzip: /usr/bin/unzip > > wget: /usr/bin/

Re: [Wireshark-dev] nmake -f Makefile.nmake all is failing

2008-02-06 Thread Abhik Sarkar
gt; > bison: /usr/bin/bison > > flex: /usr/bin/flex > > env: /usr/bin/env > > grep: /usr/bin/grep > > /usr/bin/find: /usr/bin/find > > perl: /usr/bin/perl > > C:/python24/python.exe: /cygdr

Re: [Wireshark-dev] nmake -f Makefile.nmake all is failing

2008-02-06 Thread J.C. Wren
perl: /usr/bin/perl > C:/python24/python.exe: /cygdrive/c/python24/python.exe > sed: /usr/bin/sed > unzip: /usr/bin/unzip > wget: /usr/bin/wget > > Thanks & Regards, > Satish > > > > - Original Message > From: And

Re: [Wireshark-dev] nmake -f Makefile.nmake all is failing

2008-02-06 Thread Satish Srirama
Thanks & Regards, Satish - Original Message From: Anders Broman <[EMAIL PROTECTED]> To: Developer support list for Wireshark Sent: Wednesday, February 6, 2008 12:38:41 PM Subject: Re: [Wireshark-dev] nmake -f Makefile.nmake all is failing Hi, Start off with a distclean...

Re: [Wireshark-dev] nmake -f Makefile.nmake all is failing

2008-02-06 Thread Anders Broman
Hi, Start off with a distclean... /Anders -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Abhik Sarkar Sent: den 6 februari 2008 12:35 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] nmake -f Makefile.nmake all is failing Hi Satish

Re: [Wireshark-dev] nmake -f Makefile.nmake all is failing

2008-02-06 Thread Abhik Sarkar
Hi Satish, Did you get the sources from a tarball or by checking it out from svn. If it was from svn, you might want to update and try again. Hope this helps Abhik. On Feb 6, 2008 3:16 PM, Satish Srirama <[EMAIL PROTECTED]> wrote: > > Hi All, > I am new to wireshark development. I am trying

[Wireshark-dev] nmake -f Makefile.nmake all is failing

2008-02-06 Thread Satish Srirama
Hi All, I am new to wireshark development. I am trying to establish the build setup from source code and I am following the developer guidelines. I am getting the following error when I am working with the command "nmake -f Makefile.nmake all". The snapshot of the details are : Further detai

Re: [Wireshark-dev] "nmake -f Makefile.nmake all" is failing.

2008-02-01 Thread sharath kanagal
The output of set INCLUDE C:\wireshark-0.99.7>set INCLUDE Include=D:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE;C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include; The output of set LIB C:\wireshark-0.99.7>set LIB Lib=D:\Program Files\Microsoft Visual Studio 8\V

Re: [Wireshark-dev] "nmake -f Makefile.nmake all" is failing.

2008-02-01 Thread Graham Bloice
sharath kanagal wrote: > Please let me know if anyupdates on this. > > This file i found out belongs to cygwin. > its in the path "/usr/include/kpathsea/c-auto.h" under the cygwin > directory. > > Thanks > Sharath > > > > > On 1/31/08, *sharath kanagal* <[EMAIL PROTECTED] >

Re: [Wireshark-dev] "nmake -f Makefile.nmake all" is failing.

2008-02-01 Thread sharath kanagal
Please let me know if anyupdates on this. This file i found out belongs to cygwin. its in the path "/usr/include/kpathsea/c-auto.h" under the cygwin directory. Thanks Sharath On 1/31/08, sharath kanagal <[EMAIL PROTECTED]> wrote: > > The out-put of verify_tools and followed by all is as below

Re: [Wireshark-dev] "nmake -f Makefile.nmake all" is failing.

2008-01-30 Thread sharath kanagal
The out-put of verify_tools and followed by all is as below. C:\wireshark-0.99.7>nmake -f Makefile.nmake verify_tools Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved. Checking for required applications: cl: /cygd

Re: [Wireshark-dev] "nmake -f Makefile.nmake all" is failing.

2008-01-30 Thread Bill Meier
> > C:\wireshark-0.99.7>nmake -f Makefile.nmake all > > Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 > Copyright (C) Microsoft Corporation. All rights reserved. > > NMAKE : fatal error U1073: don't know how to make 'c-auto.h' > Stop. > > Is this the only output from the 'n

[Wireshark-dev] "nmake -f Makefile.nmake all" is failing.

2008-01-30 Thread sharath kanagal
Hello, This is the first time i'm working on wireshark. The problem i'm facing is compiling the wireshark. Below is the procedure i have followed to compile the wireshark source. "http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html";. I'm able to do the following, 1) nmake -f Mak