Currently, I'm just doing the compile with the following from my Wget root: Configure.bat --msvc NMAKE
My config is as follows: Active Perl 5.8.4.810 VC++ 2005 Express (free from Microsoft) http://msdn.microsoft.com/vstudio/express/visualc/ Current MS Platform SDK Full Install: http://www.microsoft.com/downloads/details.aspx?familyid=0BAF2B35-C656-4 969-ACE8-E4C0C0716ADB&displaylang=en Note that I only selected Win32 CORE for the SDK components, so it's "only" 750 MB MakeInfo stuff (to be determined) Either A) OpenSSL 0.9.8b LIB, H and DLL files B) OopenSSL 0.9.8b source (See below) Start up a VC++ environment, either by selecting "Visual Studio 2005 Command Prompt" from the start menu or starting a CMD and running C:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat x86 To do your compile, make sure that the OpenSSL files are installed and the environ vars are set correctly: Set INCLUDE=%Include%;C:\OpenSSL\Include Set LIB=%LIB%;C:\OpenSSL\Lib Set PATH=%PATH%;C:\OpenSSL\Bin To compile OpenSSL, you will also need the following: MASM for VC++ 2005 Express http://www.microsoft.com/downloads/details.aspx?familyid=7A1C9DA0-0510-4 4A2-B042-7EF370530C64&displaylang=en OpenSSL 0.9.8b from http://www.openssl.org/ I've included my full OpenSSL directory (extract to C:\) on the download page, available here: http://www.christopherlewis.com/WGet/openssl.098b.full.zip Chris Christopher G. Lewis http://www.ChristopherLewis.com > -----Original Message----- > From: bruce [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 10:13 PM > To: Christopher G. Lewis > Cc: [email protected] > Subject: RE: 1.11 Alpha 1 Win32 files > > hey chris... > > did you use the msoft ide visual studio? or did you simply do a > configure/nmake process.... > > i'm looking to figure out how to set up the visual studio ide... > > thanks > > bruce > > > -----Original Message----- > From: Christopher G. Lewis [mailto:[EMAIL PROTECTED] > Sent: Monday, June 26, 2006 7:11 PM > To: www.mail; [email protected] > Subject: RE: 1.11 Alpha 1 Win32 files > > > Jonny - > > I've updated the wget-1.11-alpha-1b.zip and the > ssllibs.098b.b.zip to > include the MSVCR80.DLL file. http://www.ChristopherLewis.com/WGet > > I'm not sure when I'll have the ability to check on Windows > 2000, but > since it's so similar to XP/2003 I don't think it will be a problem. > > The current compile passed a smoke test on Win98 - I really should > have a test script :-) > > Chris > > Christopher G. Lewis > http://www.ChristopherLewis.com > > > > -----Original Message----- > > From: www.mail [mailto:[EMAIL PROTECTED] > > Sent: Monday, June 26, 2006 5:12 AM > > To: Christopher G. Lewis; [email protected] > > Subject: Re: 1.11 Alpha 1 Win32 files > > > > Hi Chris, > > > > Thanks for the new binaries. > > > > The new SSL libraries, v0.9.8b, on your site require msvcr80.dll, > > which v0.9.7g didn't. Please could you tell me where to get this > > DLL. I tried the one from > > > > http://www.dll-files.com/dllindex/pop.php?msvcr80 > > > > but wget gave the error: > > > > The procedure entry point _encode_pointer could not be > located in the > > dynamic link library MSVCR80.dll > > > > Regards, > > Jonny > > > > At 21:30 25/06/2006, you wrote: > > > > >Hi all - > > > > > > I've published the latest alpha Win32 binaries using a > > similar format > > >to Heiko's Win32 page. Hopefully I'll be able to keep up with what > > >Heiko's done in the past, which has been excellent. Heiko > deserves a > > >big round of cheers for his work. > > > > > >The location for the downloads will be > > >http://www.christopherlewis.com/wget/default.htm. Right > now this is > > >just a page off my personal web site, hopefully we'll just > be able to > > >add these to the normal wget site. > > > > > >Christopher G. Lewis > > >http://www.ChristopherLewis.com > > > > > >
