This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

windows build fails

0

Can anybody help me...

I cannot build wireshark. This error message allways apears:

bash -o igncr tool/textify.sh "./COPYING" wireshark-gtk2
tools/textify.sh: line 50: u2d: command not found
NMAKE : faral error U1077: 'c:\cygwin\bin\bash.EXE' : return code '0x7f'

I have Win7 and use MSVS2010. Any other mistakes are not known. Hope you guys can help me...

Thanks.

asked 20 Jun '13, 23:05

Marko1988's gravatar image

Marko1988
1223
accept rate: 0%

edited 28 Jun '13, 02:35

grahamb's gravatar image

grahamb ♦
19.8k330206

I could avoid this error message by commenting out all command lines with the textify command in the Makefile.nmake file. I think this is quite acceptable, for a quick solution. Because it's a matter of readme, help, ... -files. But anyway, this is a problem which should be avoided. Any ideas?

(21 Jun '13, 01:18) Marko1988

One Answer:

6

You need to install an additional component of Cygwin, the Utils/dos2unix package. Run the Cygwin setup.exe and find the package using the search box and then install it.

answered 21 Jun '13, 07:01

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%

Thank you very much!

(28 Jun '13, 02:29) Marko1988

Your "answer" has been converted to a comment as that's how this site works. Please read the FAQ for more information.

If an answer has solved your issue, please accept the answer for the benefit of other users by clicking the checkmark icon next to the answer. Please read the FAQ for more information.

(28 Jun '13, 02:34) grahamb ♦