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

build issue on windows 7, 32bits with VS2010

0

Hi all, I got a issue on compiling.

after 'nmake -f Makefile.nmake setup', the following message was displayed and failed.

...

****** WinPcap_4_1_3.exe ******
No HTTP proxy specified (http_proxy and HTTP_PROXY are empty).
Downloading WinPcap_4_1_3.exe into '/cygdrive/c/Wireshark-win32-libs-1.10', installing into .
--2014-01-16 10:40:16--  http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2013-04-22/packages//WinPcap_4_1_3.exe
Resolving anonsvn.wireshark.org (anonsvn.wireshark.org)... 174.137.42.70
Connecting to anonsvn.wireshark.org (anonsvn.wireshark.org)|174.137.42.70|:80... failed: Connection timed out.
Retrying.

–2014-01-16 10:40:38– (try: 2) http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2013-04-22/packages//WinPcap_4_1_3.exe Connecting to anonsvn.wireshark.org (anonsvn.wireshark.org)|174.137.42.70|:80… failed: Connection timed out. Retrying.

….

could u plz inform how to solve this issue? Thank you.

asked 15 Jan ‘14, 17:53

ssmage's gravatar image

ssmage
1222
accept rate: 0%

edited 15 Jan ‘14, 19:00

Guy%20Harris's gravatar image

Guy Harris ♦♦
17.4k335196


One Answer:

0

Try to go to http://anonsvn.wireshark.org/wireshark-win32-libs/tags/2013-04-22/packages/ on the machine on which you're trying to do the build.

If that works - i.e., if it shows you a page with a bunch of directories and files on it - try the build again.

If that doesn't work, then there's some networking or server problem, which will probably be reported by your browser. If it's a local networking problem, fix it, and try the build again. If it's a server problem, or a networking problem with equipment that you don't manage, wait for that problem to be fixed and try again.

answered 15 Jan '14, 19:05

Guy%20Harris's gravatar image

Guy Harris ♦♦
17.4k335196
accept rate: 19%