Bug ID |
11266
|
Summary |
u2d command not found when building the wireshark
|
Product |
Web sites
|
Version |
N/A
|
Hardware |
x86
|
OS |
Windows 7
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Ask - ask.wireshark.org
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
if exist tshark.exe xcopy tshark.exe wireshark-gtk2 /d
C:tshark.exe
1 File(s) copied
if exist tshark.pdb xcopy tshark.pdb wireshark-gtk2 /d
C:tshark.pdb
1 File(s) copied
xcopy "doc\AUTHORS-SHORT" wireshark-gtk2 /d
0 File(s) copied
xcopy ".\manuf" wireshark-gtk2 /d
0 File(s) copied
xcopy ".\services" wireshark-gtk2 /d
0 File(s) copied
xcopy ".\pdml2html.xsl" wireshark-gtk2 /d
0 File(s) copied
bash tools/textify.sh "./COPYING" wireshark-gtk2
tools/textify.sh: line 68: u2d: command not found
NMAKE : fatal error U1077: 'C:\cygwin64\bin\bash.EXE' : return code '0x7f'
Stop.
--
This error occured when i tried to build wireshark version (1.12) using (nmake
-f Makefile.nmake all ) command . Which I solved it by downloading (unix2dos )
package from cygwin . But this is not mentioned there in the Developers Guide .
You are receiving this mail because:
- You are watching all bug changes.