Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-dev: Re: [Wireshark-dev] Build Failure.Please help!!

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: "Kumar, Hemant" <kumarh@xxxxxxxxxxxx>
Date: Fri, 6 Jun 2008 10:28:40 -0700

Hi

 

Thanks!! for the input. Actually c:> utils executables were being utilized rather that cygwins so I removed the utils paths setting in Path variable.

Also I removed the include Unistd.h file statement in scanner.c as it was giving error, I believe it is not required on Win32 platform.

So finally after all this It worked and I was able to successfully build the wireshark exe in wireshark1.0.0. folder.

 

But now on launching the application it says that it is unable to locate wiretap-0.3.1.dll though it is present in the following locations:--

 

C:\wireshark-1.0.0\wiretap

C:\wireshark-1.0.0\wireshark-gtk1

C:\wireshark-1.0.0\wireshark-gtk2

 

Can you please tell what I need to do to overcome this?

 

Thanks

Hemant

 


From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Jaap Keuter
Sent: Thursday, June 05, 2008 10:45 PM
To: 'Developer support list for Wireshark'
Subject: Re: [Wireshark-dev] Build Failure.Please help!!

 

Hi,

 

Looks like you'll need to update your cygwin installation.

 

Thanx,

Jaap

 


From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Kumar, Hemant
Sent: 2008-Jun-05 22:10
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] Build Failure.Please help!!

Hello

 

I tried to delete and setup again but it again fails with the same message.

So I downloaded all the required libraries from the link http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2008-03-17/packages/

and instead of doing setup I went for the build with the command

 

nmake -f makefile.nmake setup

 

but now it fails stating the following:----

 

 

Wireshark is ready to build.

c:\util\gnu\bin\touch.EXE: unrecognized option `--reference=Makefile.nmake'

Usage: c:\util\gnu\bin\touch.EXE [-acfm] [-r reference-file] [-t MMDDhhmm[[CC]YY

][.ss]]

       [-d time] [--time={atime,access,use,mtime,modify}] [--date=time]

       [--file=reference-file] [--no-create] [--help] [--version] file...

NMAKE : fatal error U1077: 'c:\util\gnu\bin\touch.EXE' : return code '0x1'

Stop.

 

 

I don’t know why touch.exe in util/gnu fails to recognize the –reference option. It says

It identifies –r or –file option , so I want to know where should I make change in one of the build files

so that  touch.exe is able to recognize and build process can move ahead.

 

Can you please shed some light on this issue?

 

Thanks in advance

Hemant Kumar

 

 

 


From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Jaap Keuter
Sent: Thursday, June 05, 2008 12:37 PM
To: 'Developer support list for Wireshark'
Subject: Re: [Wireshark-dev] Build Failure.Please help!!

 

Hi,

 

Seems like a budged download. Can you open the zipfile by yourself? Otherwise just delete it and setup again.

 

Thanx,

Jaap

 


From: wireshark-dev-bounces@xxxxxxxxxxxxx [mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Kumar, Hemant
Sent: 2008-Jun-05 19:33
To: wireshark-dev@xxxxxxxxxxxxx
Cc: wireshark-users@xxxxxxxxxxxxx
Subject: [Wireshark-dev] Build Failure.Please help!!

Hello all

 

I am a new user of Wireshark1.0.0 and an setting up my build environment on WindowsXP.  I  have followed the instructions as mentioned in the Developer user guide

and everything was working fine until I encountered this problem.

When I run the command

 

nmake -f makefile.nmake setup

 

it results in the following error after it has unpacked a lot of package.

 

 

****** user-guide-24665.zip ******

No HTTP proxy specified (http_proxy and HTTP_PROXY are empty).

Downloading user-guide-24665.zip into C:\WIRESH~2.0, installing into user-guide

--10:27:33--  http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2008-03-17/

packages//user-guide-24665.zip

           => `user-guide-24665.zip'

Resolving anonsvn.wireshark.org... 67.228.110.124

Connecting to anonsvn.wireshark.org|67.228.110.124|:80... connected.

HTTP request sent, awaiting response... 200 OK

Length: 2,713,431 (2.6M) [application/octet-stream]

 

100%[====================================>] 2,713,431      1.27M/s

 

10:27:35 (1.27 MB/s) - `user-guide-24665.zip' saved [2713431/2713431]

 

Extracting C:\WIRESH~2.0/user-guide-24665.zip into C:\WIRESH~2.0/user-guide

 skipping: user-guide.chm          compression method 9

 

ERROR: Couldn't unpack C:\WIRESH~2.0/user-guide-24665.zip

 

NMAKE : fatal error U1077: 'c:\cygwin\bin\bash.EXE' : return code '0x1'

Stop.

 

 

 

The problem is related to unpacking if user-guide zipped package and before I can do anything the build fails and the remaining zipped package

Necessary for compile while using the command “nmake -f makefile.nmake all “  are not downloaded and intalled.

 

Any help in this regard would be highly appreciated.

 

Thanks in advance

Hemant Kumar

  • Follow-Ups:
    • Re: [Wireshark-dev] Build Failure.Please help!!
      • From: Stephen Fisher
  • References:
    • [Wireshark-dev] Build Failure.Please help!!
      • From: Kumar, Hemant
    • Re: [Wireshark-dev] Build Failure.Please help!!
      • From: Jaap Keuter
    • Re: [Wireshark-dev] Build Failure.Please help!!
      • From: Kumar, Hemant
    • Re: [Wireshark-dev] Build Failure.Please help!!
      • From: Jaap Keuter
  • Prev by Date: [Wireshark-dev] Compile Error
  • Next by Date: [Wireshark-dev] FW: Build Failure.Please help!!
  • Previous by thread: Re: [Wireshark-dev] Build Failure.Please help!!
  • Next by thread: Re: [Wireshark-dev] Build Failure.Please help!!
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation