I was trying to bulid the wireshark version(1.12). when i run the command (nmake -f Makefile.nmake all) I got this error. why ?
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.
Thanks.
asked 11 Jun '15, 02:28
Sammee Sharma
31●4●6●10
accept rate: 100%
I don't see this mentioned in the Developers Guide. Can you please raise an item at the Wireshark Bugzilla so it get's fixed?
@grahamb sir,okk.. but when i tried to build wireshark version(1.99) this error did not come but now i'm trying to build version (1.12 ), then this error came .
Where should i file the bug either on websites or wireshark ?
I've raised it on web sites. is it ok ?
@grahamb , Why do we need to install QT in order to build the wireshark as per the developer's guide ?
Wireshark is moving from being a GTK based application to a QT based application. See Gerald's blog post for more info.
During the transition the build environment is set to build both GTK and QT versions. Once the QT version is feature compatible with the GTK version then it's likely we'll start to deprecate the GTK version.