ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] distclean and build errors

From: Stephen Fisher <stephentfisher@xxxxxxxxx>
Date: Fri, 11 May 2007 13:22:38 -0700
On Thu, May 10, 2007 at 04:28:02PM -0600, Tyler De Haven Brown wrote:

> P.S.-I had to download the files manually, because even when setting 
> the http_proxy correctly, I couldn't access the anonsvn server

Mine doesn't work through a proxy either and I am setting it using the 
correct syntax.  I've narrowed the problem own to wget only looking for 
http_proxy, not HTTP_PROXY.  However, "DOS" is passing it to the script 
as HTTP_PROXY, even when I set http_proxy=<proxy> on the command-line.

Has anyone been able to run nmake -f makefile.nmake setup through a 
proxy successfully?  If I put export http_proxy=$HTTP_PROXY right before 
the wget in tools/win32-setup.sh, then it works fine.


Steve