Hello, today I downloaded the newest Wireshark sources and tried to run "nmake Makefile.nmake setup", but the following error occured:
I use Windows 8.1 64bit, VisualStudio2013 and a 64bit build environment. BTW I don't use any proxy for my internet connection. Thankfully lal12 asked 13 Jan '15, 08:38 lal12 |
2 Answers:
I just changed the WIRESHARK_BASE_DIR and it worked. The problem was a space character in the path, I am just confused how this leads to an Error 404 and a wrong download file name. answered 13 Jan '15, 09:27 lal12 |
Something seems to be wrong with the URL for the package download. If you got to the packages download page you can see the x64 gtk2 packages listed such as gtk+-bundle_2.24.23-1.1_win64ws.zip. When I run setup (for x86) the gtk2 package request looks like this:
So it looks as though something is up in your working copy. Have you made any changes at all, i.e. to config.nmake? answered 13 Jan '15, 09:12 grahamb ♦ It is the same error no matter whether I make changes or not to the config.nmake (I tried this also with the original unchanged files) (13 Jan '15, 09:16) lal12 |
This is the cludgy interface between Windows and Unix that is Cygwin. Something probably ins't quoted properly so the path is split into two arguments.