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


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]
 



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]