I want build wireshark 1.7.0, but get the following output from the
…and I can find the file here:
How can I fix this? This question is marked “community wiki”. asked 12 Jan ‘12, 08:51 huanglihao edited 12 Jan ‘12, 09:23 multipleinte… |
I want build wireshark 1.7.0, but get the following output from the
…and I can find the file here:
How can I fix this? This question is marked “community wiki”. asked 12 Jan ‘12, 08:51 huanglihao edited 12 Jan ‘12, 09:23 multipleinte… |
verify_tools first calls
tools/win32-setup.sh
(orwin64-setup.sh
) which in turn callswin-setup.sh
.win32-setup.sh
is being found and executed OK.I expect there’s some problem with the above (maybe related to your specific language environment ?).
Are you comfortable with doing a little debugging ?
Specifically: add something like
printf “>%s<\n”, $WIN_SETUP
just before theexec
inwin32-setup.sh
and rerun theverify-tools
.I know this is old but did you ever fix this issue? Im having the same problem and cant figure it out