ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] setting up for win32 development

From: Risto Paasila <risto@xxxxxxxxxxxxxxxx>
Date: Mon, 4 Apr 2011 17:27:30 +1000
On 4 April 2011 15:37, Anders Broman <a.broman@xxxxxxxxxxxx> wrote:
Risto Paasila skrev 2011-04-04 06:23:
Hi,
 
I'm using http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html to set up the environment, in order to compile wireshark under windows.
 
However, while doing the verify tools check, I keep getting this problem (tried on 2 seperate machines):
 
Setting environment for using Microsoft Visual Studio 2008 x86 tools.
C:\Program Files\Microsoft Visual Studio 9.0\VC>cd \wireshark
C:\wireshark>nmake -f Makefile.nmake verify_tools
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation.  All rights reserved.
/cygdrive/c/wireshark/tools/win-setup.sh: line 6: $'\r': command not found
/cygdrive/c/wireshark/tools/win-setup.sh: line 14: $'\r': command not found
/cygdrive/c/wireshark/tools/win-setup.sh: line 29: syntax error near unexpected
token `$'{\r''
'cygdrive/c/wireshark/tools/win-setup.sh: line 29: `err_exit () {
/cygdrive/c/wireshark/tools/win-setup.sh: line 6: $'\r': command not found
/cygdrive/c/wireshark/tools/win-setup.sh: line 14: $'\r': command not found
/cygdrive/c/wireshark/tools/win-setup.sh: line 29: syntax error near unexpected
token `$'{\r''
'cygdrive/c/wireshark/tools/win-setup.sh: line 29: `err_exit () {
NMAKE : fatal error U1077: 'c:\cygwin\bin\bash.EXE' : return code '0x2'
Stop.
 
Could you please advise me how to get around this problem.
 
Thanks in advance...
Risto

If you are building 1.2 or 1.4 you may to have to apply this patch http://anonsvn.wireshark.org/viewvc?revision=35788&view=revision
If you want the latest and greatest you are better off building from trunk.
Best regards
Anders
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe


___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
            mailto:wireshark-dev-request@xxxxxxxxxxxxx?subject=unsubscribe

Thank you.

I tried with 1.4.4, but it was still the same.
Then I downloaded 1.5.0, and same problem once again.
Now I am trying getting subversion and will try out the trunk version.

Regards
Risto