RE: 1.11 Alpha 1 Win32 files

2006-06-26 Thread Christopher G. Lewis
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: wget@sunsite.dk
> 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; wget@sunsite.dk
> 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; wget@sunsite.dk
> > 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
> >
> >
> 
> 


RE: 1.11 Alpha 1 Win32 files

2006-06-26 Thread bruce
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; wget@sunsite.dk
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; wget@sunsite.dk
> 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
>
>



Excluding directories

2006-06-26 Thread Post, Mark K
I'm trying to download parts of the SUSE Linux 10.1 tree.  I'm going
after things below http://suse.mirrors.tds.net/pub/suse/update/10.1/,
but I want to exclude several directories in
http://suse.mirrors.tds.net/pub/suse/update/10.1/rpm/

In that directory are the following subdirectories:
i586/
i686/
noarch/
ppc/
ppc64/
src/
x86_64/

I only want the i586, i686, and noarch directories.  I tried using the
-X parameter, but it only seems to work if I specify " -X
/pub/suse/update/10.1/rpm/ppc,/pub/suse/update/10.1/rpm/ppc64,/pub/suse/
update/10.1/rpm/src,/pub/suse/update/10.1/rpm/x86_64"

Is this the only way it's supposed to work?  I was hoping to get away
with something along the lines of -X rpm/ppc,rpm/src or -X ppc,src and
so on.


Thanks,

Mark Post


RE: 1.11 Alpha 1 Win32 files

2006-06-26 Thread Christopher G. Lewis
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; wget@sunsite.dk
> 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
> 
> 


Re: 1.11 Alpha 1 Win32 files

2006-06-26 Thread Hrvoje Niksic
"bruce" <[EMAIL PROTECTED]> writes:

> i tried to follow the instructions provided with the 1.10 source on
> the site...

I don't think that has anything to do with Windows 2000 vs. Windows
XP.  You need to make sure that the correct windows/config*.h is being
picked for your compiler.  The fact that the compiler is stumbling
into "long long" (which Wget sources never use unqualified) shows that
the wrong config file is getting used.

Since most of the primary developers don't use Windows, this will take
some initiative on your part to resolve.


RE: 1.11 Alpha 1 Win32 files

2006-06-26 Thread bruce
i tried to follow the instructions provided with the 1.10 source on the
site...

i ran into an error during the compile..  something having to do with the
use of "long long"

i posted the error... i can repost if you want to see it...

keep in mind, i'm using visual studio 6, with windows 2000

-bruce


-Original Message-
From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]
Sent: Monday, June 26, 2006 9:36 AM
To: [EMAIL PROTECTED]
Cc: 'Christopher G. Lewis'; 'www.mail'; wget@sunsite.dk
Subject: Re: 1.11 Alpha 1 Win32 files


"bruce" <[EMAIL PROTECTED]> writes:

> as you guys create/go forth in dealing with windows.. are you
> focused on XP, or 2000 as well... keep in mind, there are a lot of
> 2000 users still around!!

Historically Wget was supposed to compile and run on Windows 98 as
well.  I haven't been able to test that, though, and I don't know
whether the current code does.



Re: wget 1.11 alpha 1 released

2006-06-26 Thread Hrvoje Niksic
Herold Heiko <[EMAIL PROTECTED]> writes:

> The --ignore-case (and wgetrc option) don't seem to be documented in
> the texi.

Fixed now, thanks for the report!


call to wget developers!!!

2006-06-26 Thread bruce
hi...

i'm (unfortunately with trepidation!!) looking to climb into wget to make
some changes...

i'm wondering if there are any developers of wget, or people who are
familiar with the working guts of wget that i could talk to to reduce the
time that i might need to spend on this project...

i'm looking to modify wget to allow the processing of forms (GET/POST) as
well as to include/exclude links/urls/querystrings... i'm also looking at
being able to implement some form of xpath/regex/pattern extraction for
text

i know that wget can process POST forms on the inital page, but i'm going to
need to be able to process forms/elements within given forms within pages
that might be multiple levels deep...

i envision using some form of config page, that the user can setup to guide
the actions of the modified wget app...

something like

url:formname:formaction
formname:element
url:include/exclude

i'd also need a way of tracking the url/links that the app has parsed...
although wget may already have this...

thanks

-bruce




Re: 1.11 Alpha 1 Win32 files

2006-06-26 Thread Hrvoje Niksic
"bruce" <[EMAIL PROTECTED]> writes:

> as you guys create/go forth in dealing with windows.. are you
> focused on XP, or 2000 as well... keep in mind, there are a lot of
> 2000 users still around!!

Historically Wget was supposed to compile and run on Windows 98 as
well.  I haven't been able to test that, though, and I don't know
whether the current code does.


RE: 1.11 Alpha 1 Win32 files

2006-06-26 Thread www.mail
Agreed, Bruce.  I should have stated in my original message that I am 
using Windows 2000.


Regards,
Jonny


At 16:04 26/06/2006, bruce wrote:


hi...

as you guys create/go forth in dealing with windows.. are you focused on XP,
or 2000 as well... keep in mind, there are a lot of 2000 users still
around!!

-bruce


-Original Message-
From: Christopher G. Lewis [mailto:[EMAIL PROTECTED]
Sent: Monday, June 26, 2006 7:27 AM
To: www.mail; wget@sunsite.dk
Subject: RE: 1.11 Alpha 1 Win32 files


http://support.microsoft.com/default.aspx?scid=kb;en-us;326922

Using the ResKit tool Depends on the SSL libs, it looks like the
MSVCR80.dll will need to be included.  However, WGET itself doesn't have
the dependancy.

I'm researching this, and should be able to have an answer today.

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; wget@sunsite.dk
> 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
>
>





"login incorrect"

2006-06-26 Thread Gisle Vanem

Consider this command and output:


wget -d ftp://ftp.openssl.org/snapshot/openssl-SNAP-20060626.tar.gz

DEBUG output created by Wget 1.11-alpha-1 on Windows-MinGW.

--14:06:04--  ftp://ftp.openssl.org/snapshot/openssl-SNAP-20060626.tar.gz
  => `openssl-SNAP-20060626.tar.gz'
Resolving ftp.openssl.org... seconds 0.00, 195.30.6.166
Caching ftp.openssl.org => 195.30.6.166
Connecting to ftp.openssl.org|195.30.6.166|:21... seconds 0.00, connected.
Created socket 1948.
Releasing 0x009d3280 (new refcount 1).
Logging in as anonymous ... 220 ftp.openssl.org FTP Server (ProFTPD) ready.

--> USER anonymous

331 Anonymous login ok, send your complete email address as your password.

--> PASS [EMAIL PROTECTED]

530 Sorry, max 20 users allowed -- try again later, please.

Login incorrect.
Closed fd 1948



Kinda misleading that wget prints "login incorrect" here. Why couldn't it just
print the 530 message?


wget -V

GNU Wget 1.11-alpha-1

--gv


RE: 1.11 Alpha 1 Win32 files

2006-06-26 Thread bruce
hi...

as you guys create/go forth in dealing with windows.. are you focused on XP,
or 2000 as well... keep in mind, there are a lot of 2000 users still
around!!

-bruce


-Original Message-
From: Christopher G. Lewis [mailto:[EMAIL PROTECTED]
Sent: Monday, June 26, 2006 7:27 AM
To: www.mail; wget@sunsite.dk
Subject: RE: 1.11 Alpha 1 Win32 files


http://support.microsoft.com/default.aspx?scid=kb;en-us;326922

Using the ResKit tool Depends on the SSL libs, it looks like the
MSVCR80.dll will need to be included.  However, WGET itself doesn't have
the dependancy.

I'm researching this, and should be able to have an answer today.

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; wget@sunsite.dk
> 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
> 
> 
<>

RE: 1.11 Alpha 1 Win32 files

2006-06-26 Thread Christopher G. Lewis
http://support.microsoft.com/default.aspx?scid=kb;en-us;326922

Using the ResKit tool Depends on the SSL libs, it looks like the
MSVCR80.dll will need to be included.  However, WGET itself doesn't have
the dependancy.

I'm researching this, and should be able to have an answer today.

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; wget@sunsite.dk
> 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
> 
> 


RE: 1.11 Alpha 1 Win32 files

2006-06-26 Thread Herold Heiko
> From: Christopher G. Lewis [mailto:[EMAIL PROTECTED]

> 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.


Heiko

-- 
-- PREVINET S.p.A. www.previnet.it
-- Heiko Herold [EMAIL PROTECTED] [EMAIL PROTECTED]
-- +39-041-5907073 / +39-041-5917073 ph
-- +39-041-5907472 / +39-041-5917472 fax


RE: 1.11 Alpha 1 Win32 files

2006-06-26 Thread Herold Heiko
Anybody else noticed this problem ? I tried on a couple of different
machines and didn't have problems on either. neither had msvc80.dll
installed, but both had several sets of msvcrxx.dll up to 7.
Heiko

-- 
-- PREVINET S.p.A. www.previnet.it
-- Heiko Herold [EMAIL PROTECTED] [EMAIL PROTECTED]
-- +39-041-5907073 / +39-041-5917073 ph
-- +39-041-5907472 / +39-041-5917472 fax

> -Original Message-
> From: www.mail [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 26, 2006 12:12 PM
> To: Christopher G. Lewis; wget@sunsite.dk
> 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
> 


RE: Windows compler need (was RE: wget 1.11 alpha 1 released)

2006-06-26 Thread Herold Heiko
> From: Christopher G. Lewis [mailto:[EMAIL PROTECTED]


> The only other issue I have right now is the MakeInfo program 
> doesn't seem
> to be working correctly.

> I downloaded the latest version from GNU (TextInfo 4.8), but 

> So am not able to produce the Help file.  Note that I do 
> remember at one
> point in around the 1.6 or 1.8 branch I was able to get this 
> to work.  I

Cristopher, I tried with the old makeinfo I had on my system and it worked
fine. Maybe we should take a look at the makeinfo Changelog and take a look
what the say for old script conversion, in the meantime at least this should
enable you to get a working version.

makeinfo (GNU texinfo 3.11) 1.68
RTF/HTML additions by [EMAIL PROTECTED]
Copyright (C) 1996 Free Software Foundation, Inc.
There is NO warranty.  You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING.

Heiko 

-- 
-- PREVINET S.p.A. www.previnet.it
-- Heiko Herold [EMAIL PROTECTED] [EMAIL PROTECTED]
-- +39-041-5907073 / +39-041-5917073 ph
-- +39-041-5907472 / +39-041-5917472 fax


RE: building wget 1.10.2 for msoft windows..

2006-06-26 Thread Herold Heiko
> From: bruce [mailto:[EMAIL PROTECTED]

> i'm playing around with building wget 1.10.2 on msoft windows 
> 2000, using
> visual studio 6 (i know.. it's old!!)

Bruce,

I don't have time to look into your specific error, however I can say that
late wget till at least 1.10.2 at least with VC6 on Windows NT 4 exposed a
compiler error in httpc. and retr.c.

A workaround is turning off optimization either completely (remove the /O2
from Makefile.src before running configure.bat, not the best thing) or
selectively with the attached patch.
That patch applies cleanly to 1.10, to 1.10.2 and later possibly you need to
apply manually, basically insert the pragma lines around post_file() in
http.c, around fd_read_body in retr.c.

Then try the configure --msvc/nmake.



wget-1.10-compilererror.diff
Description: Binary data


Re: 1.11 Alpha 1 Win32 files

2006-06-26 Thread www.mail

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




RE: wget 1.11 alpha 1 released

2006-06-26 Thread Herold Heiko
The --ignore-case (and wgetrc option) don't seem to be documented in the
texi.
Heiko

-- 
-- PREVINET S.p.A. www.previnet.it
-- Heiko Herold [EMAIL PROTECTED] [EMAIL PROTECTED]
-- +39-041-5907073 / +39-041-5917073 ph
-- +39-041-5907472 / +39-041-5917472 fax

> -Original Message-
> From: Mauro Tortonesi [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 13, 2006 5:06 PM
> To: wget@sunsite.dk
> Subject: wget 1.11 alpha 1 released
> 
> 
> 
> hi to everybody,
> 
> i've just released wget 1.11 alpha 1:
> 
> ftp://alpha.gnu.org/pub/pub/gnu/wget/wget-1.11-alpha-1.tar.gz
> 
> you're very welcome to try it and report every bug you might 
> encounter.
> 
> 
> with this release, the development cicle for 1.11 officially 
> enters the 
> feature freeze state. wget 1.11 final will be released when all the 
> following tasks are completed:
> 
> 1) win32 fixes (setlocale, fork)
> 2) last fixes to -r and --spider
> 3) update documentation
> 4) return error/warning if multiple HTTP headers w/ same name 
> are given
> 5) return error/warning if conflicting options are given
> 6) fix "Saving to:" output in case -O is given
> 
> unfortunately, this means that all the planned major changes (gnunet 
> support, advanced URL filtering w/ regex, etc...) will have 
> to wait until 
> 1.12. however, i think that the many important features and bugfixes 
> recently commited into the trunk more than justify the new, 
> upcoming 1.11 
> release.
> 
> -- 
> Aequam memento rebus in arduis servare mentem...
> 
> Mauro Tortonesi  http://www.tortonesi.com
> 
> University of Ferrara - Dept. of Eng.http://www.ing.unife.it
> GNU Wget - HTTP/FTP file retrieval tool  
> http://www.gnu.org/software/wget
> Deep Space 6 - IPv6 for Linuxhttp://www.deepspace6.net
> Ferrara Linux User Group http://www.ferrara.linux.it
>