Re: [Wireshark-dev] nmake setup target failing for me

2015-04-09 Thread Graham Bloice
You should never, ever have Cywgin DLL's or executables in System 32. Source of much misery. They should all live in their own bin dir, appropriate for the Cygwin installation. You can even have multiple Cygwin installations if you're careful to keep the paths appropriate for the applications

Re: [Wireshark-dev] nmake setup target failing for me

2015-04-09 Thread Martin Mathieson
Indeed I have seen the problems with copying Cygwin DLLs to Windows folders. I don't currently have C:\cygwin\bin in my Windows PATH: - is it safe to add it ahead of C:\Windows\System32? - or would you recommend deleting the wget.exe from there so that it'll use the cygwin wget.exe instead?

Re: [Wireshark-dev] nmake setup target failing for me

2015-04-09 Thread Graham Bloice
Possibly this: https://code.wireshark.org/review/#/c/7948/ On 9 April 2015 at 14:28, Martin Mathieson martin.r.mathie...@googlemail.com wrote: I was prompted to run setup, but am getting this. Any ideas? Martin ** zlib128.zip ** No HTTP proxy specified (http_proxy and HTTP_PROXY

[Wireshark-dev] nmake setup target failing for me

2015-04-09 Thread Martin Mathieson
I was prompted to run setup, but am getting this. Any ideas? Martin ** zlib128.zip ** No HTTP proxy specified (http_proxy and HTTP_PROXY are empty). Downloading zlib128.zip into '/cygdrive/c/Wireshark-win32-libs', installing into . --14:23:50--

Re: [Wireshark-dev] nmake setup target failing for me

2015-04-09 Thread Martin Mathieson
Hi Pascal, I am running Windows Enterprise 7.0 with service pack 1. It should be up to date with patches, but it may be a week or 2 since I rebooted it. I did have both the (later version) cygwin wget.exe and what looks like the same, older version in 4 different places. After replacing the

Re: [Wireshark-dev] nmake setup target failing for me

2015-04-09 Thread Graham Bloice
In my Wireshark dev VM's, I don't have Cygwin on the path at all, but then I don't use anything in Cygwin for tasks outside of the Wireshark build. nmake builds pick the path up as configured in config.nmake (there are a number of defaults that are checked, and CMake does it's own search thing.

Re: [Wireshark-dev] nmake setup target failing for me

2015-04-09 Thread Martin Mathieson
After adding Cygwin to PATH and removing that wget.exe all seems to be well. I have no idea how wget.exe got copied into C:\Windows\System32. Thanks for your help, Martin On Thu, Apr 9, 2015 at 4:07 PM, Graham Bloice graham.blo...@trihedral.com wrote: In my Wireshark dev VM's, I don't have

Re: [Wireshark-dev] nmake setup target failing for me

2015-04-09 Thread mmann78
I ran into the same issue and just downloaded zlib128.zip manually through web browser (IE) -Original Message- From: Pascal Quantin pascal.quan...@gmail.com To: Developer support list for Wireshark wireshark-dev@wireshark.org Sent: Thu, Apr 9, 2015 9:47 am Subject: Re:

Re: [Wireshark-dev] nmake setup target failing for me

2015-04-09 Thread Pascal Quantin
2015-04-09 15:28 GMT+02:00 Martin Mathieson martin.r.mathie...@googlemail.com: I was prompted to run setup, but am getting this. Any ideas? Martin ** zlib128.zip ** No HTTP proxy specified (http_proxy and HTTP_PROXY are empty). Downloading zlib128.zip into