New win binary was (RE: Compilation breakage in html-parse.c)

2003-10-06 Thread Herold Heiko
> From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]
> 
> This might be one cause for compilation breakage in html-parse.c.
> It's a Gcc-ism/c99-ism/c++-ism, depending on how you look at it, fixed
> by this patch:
> 
> 2003-10-03  Hrvoje Niksic  <[EMAIL PROTECTED]>
> 
>   * html-parse.c (convert_and_copy): Move variable declarations
>   before statements.

Either this or another patch resolved - I didn't have time to track it down
for good. Didn't even read the Changelog, just a quick export, make, minimal
test, put up on site.
New msvc binary from current cvs at http://xoomer.virgilio.it/hherold
(yes, ISP decided to change the url. Old urls do still work).

Heiko

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


1.8.1 win binary

2001-12-31 Thread Herold Heiko

at http://space.tin.it/computer/hherold
 
Heiko

-- 
-- PREVINET S.p.A.[EMAIL PROTECTED]
-- Via Ferretto, 1ph  x39-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907087
-- ITALY



RE: win binary

2001-12-20 Thread Herold Heiko

Binary for 1.8.1-pre3 up at http://space.tin.it/computer/hherold
 
Heiko

-- 
-- PREVINET S.p.A.[EMAIL PROTECTED]
-- Via Ferretto, 1ph  x39-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907087
-- ITALY



RE: win binary

2001-12-19 Thread Herold Heiko

> Herold Heiko <[EMAIL PROTECTED]> writes:
> 
> > New binary for wget 1.8-pre3+cvs at 
> http://space.tin.it/computer/hherold
> 
> Huh?  You mean 1.8.1-pre3+cvs?  And btw, why not make 1.8.1-pre3
> available?

Yes, exactly.
I had just a couple of minutes, no time to download manually ecc. On the
other hand checkout/compile/upload for me is almost completely scripted,
so I just had to start it and check if it worked.

> The point of the "pre" and "beta" releases is to allow wider testing
> at a clear point in time.  It would be nice if the binaries for them
> took precedence over the binaries built off a random CVS checkout.

I agree. I should be able to compile and upload a binary for 1.8.1-pre3
tomorrow.
Bye
Heiko

-- 
-- PREVINET S.p.A.[EMAIL PROTECTED]
-- Via Ferretto, 1ph  x39-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907087
-- ITALY



Re: win binary

2001-12-19 Thread Hrvoje Niksic

Herold Heiko <[EMAIL PROTECTED]> writes:

> New binary for wget 1.8-pre3+cvs at http://space.tin.it/computer/hherold

Huh?  You mean 1.8.1-pre3+cvs?  And btw, why not make 1.8.1-pre3
available?

The point of the "pre" and "beta" releases is to allow wider testing
at a clear point in time.  It would be nice if the binaries for them
took precedence over the binaries built off a random CVS checkout.

But that's just a suggestion -- the choice is yours.



win binary

2001-12-19 Thread Herold Heiko

New binary for wget 1.8-pre3+cvs at http://space.tin.it/computer/hherold
Untested, I'm in a hurry
Bye
Heiko

-- 
-- PREVINET S.p.A.[EMAIL PROTECTED]
-- Via Ferretto, 1ph  x39-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907087
-- ITALY



Re: New win binary

2001-12-06 Thread Hrvoje Niksic

Herold Heiko <[EMAIL PROTECTED]> writes:

> Those sources are taking directly from CVS.

Note that you can use the script `dist-wget' from the `util' directory
to create a wget-.tar.gz file like I create when distributing
betas and pretests.

Caveat: the script will only run on a Unix (or Unix-like) system.
Also, you will probably need to tweak some settings, such as location
of temporary directory.



RE: New win binary

2001-12-06 Thread Herold Heiko

Those sources are taking directly from CVS.

This means for environments with somewhat more intelligent configure
scripts than those (static ones) included for windows (various unixes
and alikes) you'll need some tools in order to build the files which are
normally generated automatically. 

Please look at the included Readme.cvs for more info if you want to
compile development sources, taken either directly from cvs or the
sources I zip beside the precompiled binary. Pay attention to the end of
line problem, too - those zipped sources are in dos/win format and need
to be dos2unixed (or whatever is needed for the Os you are using - is OS
10 using unix-like or Mac-like end-of-line ?)

On the other hand, if you take one of the various released tarballs,
like the latest announced on the list,
ftp://gnjilux.srk.fer.hr/pub/unix/util/wget/.betas/wget-1.8-pre1.tar.gz
those files are already included.
 
Heiko

-- 
-- PREVINET S.p.A.[EMAIL PROTECTED]
-- Via Ferretto, 1ph  x39-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907087
-- ITALY

> -Original Message-
> From: Robin B. Lake [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 06, 2001 4:23 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re: New win binary
> 
> 
> > 
> > New binary and sources at http://space.tin.it/computer/hherold for
> > 1.8-pre1+cvs 2001/12/06, compiles flawlessly.
> > 
> > Heiko
> > 
> > -- 
> > -- PREVINET S.p.A.[EMAIL PROTECTED]
> > -- Via Ferretto, 1ph  x39-041-5907073
> > -- I-31021 Mogliano V.to (TV) fax x39-041-5907087
> > -- ITALY
> >
> 
> Trying to build on OS 10.1.1 Mac G4.  There is no "configure" 
> in the wget.1
> directory.  Moving the "configure" from another wget directory, I get:
> 
> [g3:/QoI/working/wget.1] rbl% ./configure
> loading cache ./config.cache
> configuring for GNU Wget char *version_string = "1.8-pre1+cvs";
> configure: error: can not run ./config.sub
> 
> 
> Thanks,
> Robin Lake
> [EMAIL PROTECTED]
>  
> 



Re: New win binary

2001-12-06 Thread Robin B. Lake

> 
> New binary and sources at http://space.tin.it/computer/hherold for
> 1.8-pre1+cvs 2001/12/06, compiles flawlessly.
> 
> Heiko
> 
> -- 
> -- PREVINET S.p.A.[EMAIL PROTECTED]
> -- Via Ferretto, 1ph  x39-041-5907073
> -- I-31021 Mogliano V.to (TV) fax x39-041-5907087
> -- ITALY
>

Trying to build on OS 10.1.1 Mac G4.  There is no "configure" in the wget.1
directory.  Moving the "configure" from another wget directory, I get:

[g3:/QoI/working/wget.1] rbl% ./configure
loading cache ./config.cache
configuring for GNU Wget char *version_string = "1.8-pre1+cvs";
configure: error: can not run ./config.sub


Thanks,
Robin Lake
[EMAIL PROTECTED]
 



New win binary

2001-12-06 Thread Herold Heiko

New binary and sources at http://space.tin.it/computer/hherold for
1.8-pre1+cvs 2001/12/06, compiles flawlessly.

Heiko

-- 
-- PREVINET S.p.A.[EMAIL PROTECTED]
-- Via Ferretto, 1ph  x39-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907087
-- ITALY



Re: win binary

2001-06-06 Thread Richard Travett

Harald Gerber wrote:

> T.Bharath <[EMAIL PROTECTED]> wrote 
><[EMAIL PROTECTED]> on 05.06.01
> >
> > Herold Heiko wrote:
> >
> > > A windows binary for 1.7 is present at
> > > http://space.tin.it/computer/hherold .
> > > Heiko
> >
> > The server seems to reset the connection when the source or binary
> > is downloaded
> > can you look into it
> 
> worked fine from my place.

Lots of resets here too, but I just let WGET get it! However, thats not
much use if you haven't got it yet and are trying to download it! :-)

Rick.
-- 
Richard Travett,Email: [EMAIL PROTECTED] 
  May all your communications be free from electro-magnetic disturbances,
and your days be free from temporal distortions in the space time continuum
 This email does not represent a formal communication from Simoco.



Re: win binary

2001-06-05 Thread Harald Gerber

worked fine from my place.

T.Bharath <[EMAIL PROTECTED]> wrote 
<[EMAIL PROTECTED]> on 05.06.01

> The server seems to reset the connection when the source or binary
> is downloaded
> can you look into it
>
> Herold Heiko wrote:
>
> > A windows binary for 1.7 is present at
> > http://space.tin.it/computer/hherold .
> > Heiko

\hg



Re: win binary

2001-06-05 Thread T. Bharath

The server seems to reset the connection when the source or binary is
downloaded
can you look into it


Herold Heiko wrote:

> A windows binary for 1.7 is present at
> http://space.tin.it/computer/hherold .
> Heiko
>
> --
> -- PREVINET S.p.A.[EMAIL PROTECTED]
> -- Via Ferretto, 1ph  x39-041-5907073
> -- I-31021 Mogliano V.to (TV) fax x39-041-5907087
> -- ITALY



win binary

2001-06-05 Thread Herold Heiko

A windows binary for 1.7 is present at
http://space.tin.it/computer/hherold .
Heiko

-- 
-- PREVINET S.p.A.[EMAIL PROTECTED]
-- Via Ferretto, 1ph  x39-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907087
-- ITALY




pre-1.7 win binary

2001-05-29 Thread Herold Heiko

It seems that yahoo munched my files. I'm waiting what support's excuse
will be after my inquiry, so I'm not yet restoring it.
Temporarily you can find a win binary for pre-1.7 at
http://www.geocities.com/hmantemp/ .

Heiko

-- 
-- PREVINET S.p.A.[EMAIL PROTECTED]
-- Via Ferretto, 1ph  x39-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907087
-- ITALY




RE: win binary

2001-05-14 Thread Herold Heiko

Build :(
The source is fine.
Heiko

-- 
-- PREVINET S.p.A.[EMAIL PROTECTED]
-- Via Ferretto, 1ph  x39-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907087
-- ITALY



>-Original Message-
>From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]]
>Sent: Monday, May 14, 2001 5:19 PM
>To: Wget List
>Subject: Re: win binary
>
>
>Herold Heiko <[EMAIL PROTECTED]> writes:
>
>> Most recent binaries compiled by myself for windows didn't have ssl
>> enabled correctly due to a simple bug.
>
>A source bug or a build bug?
>



Re: win binary

2001-05-14 Thread Hrvoje Niksic

Herold Heiko <[EMAIL PROTECTED]> writes:

> Most recent binaries compiled by myself for windows didn't have ssl
> enabled correctly due to a simple bug.

A source bug or a build bug?



win binary

2001-05-14 Thread Herold Heiko

Most recent binaries compiled by myself for windows didn't have ssl
enabled correctly due to a simple bug.
Since I did't need the ssl feature lately (and appareantly nobody else
used it lately, thanks Muller Zsolt) nobodoy did notice the problem.
The new binary at  should be ok.

Heiko

-- 
-- PREVINET S.p.A.[EMAIL PROTECTED]
-- Via Ferretto, 1ph  x39-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907087
-- ITALY




Testing cookies (was: win binary)

2001-04-27 Thread Hrvoje Niksic

Herold Heiko <[EMAIL PROTECTED]> writes:

> Current win binary at http://www.geocities.com/heiko_herold .
> Cookie feature not yet tested on win platform for lack of time.
> Feedback is welcome, but don't expect any reply before 05/03

Thanks for your work, Harold.  Let me stress one more time that
cookies need testing on *all* platforms, not only on Windows.

For instance, you can try to specify `--load-cookies
~/.netscape/cookies.txt' and see if your favorite sites load
correctly.  Or see if saving cookies works.  And so on.



win binary

2001-04-27 Thread Herold Heiko

Current win binary at http://www.geocities.com/heiko_herold .
Cookie feature not yet tested on win platform for lack of time.
Feedback is welcome, but don't expect any reply before 05/03

Heiko

-- 
-- PREVINET S.p.A.[EMAIL PROTECTED]
-- Via Ferretto, 1ph  x39-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907087
-- ITALY