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

Wireshark-dev: [Wireshark-dev] Facin issue in build procedure on Windows

From: Geetika Gupta <geettka.gupta@xxxxxxxxx>
Date: Mon, 2 Aug 2010 11:34:37 +0530
Hi Team,

I am facing difficulty in build procedure of Wireshark.
After following steps mentioned in http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html
When I run command
 nmake -f Makefile.nmake setup

It first removes all the libraries and then build the corresponding libararies.
But just after building last library win2k_xp_v1_9.zip it throws error

**************************
Extracting C:\WIRESH~1.6/win2k_xp_v1_9.zip into C:\WIRESH~1.6/.
Verifying that the DLLs and EXEs in . are executable.
Changing file permissions (add executable bit) to:
./win2k_xp/bin/advapi32.dll
Changing file permissions (add executable bit) to:
./win2k_xp/bin/KERNEL32.dll
Changing file permissions (add executable bit) to:
./win2k_xp/bin/shell32.dll
Changing file permissions (add executable bit) to:
./win2k_xp/bin/USER32.dll
Changing file permissions (add executable bit) to:
./win2k_xp/bin/UXTHEME.dll
Changing file permissions (add executable bit) to:
./win2k_xp/bin/ws2_32.dll
Changing file permissions (add executable bit) to:
./win2k_xp/bin/wtsapi32.dll
'.\echo.' is not recognized as an internal or external command,
operable program or batch file.
NMAKE : fatal error U1077: '.\echo.' : return code '0x1'
Stop.
**************************

Pls help me out with the problem.
Thanks and Regards
Geetika