Problems compiling wget 1.6!!!

2001-03-30 Thread Pedro Montero
Hi, I have problems in compiling the recent version wget-1.6. Attached the log files for "./configure" and "make". If you have further questions, feel free to ask me. Hope this helps. Pedro Note: I'd like to be cc'd in replies to my post because I am not subscribed. Thanks. ./configure

Re: [Patch] LC_CTYPE not defined

2001-03-30 Thread Hrvoje Niksic
Philipp Thomas [EMAIL PROTECTED] writes: * R.I.P. Deaddog ([EMAIL PROTECTED]) [20010329 23:12]: I have checked out the cvs version (both 1.6.1-dev and 1.7-dev), and found no related modification... and nothing mentioned in Changelog. Is it that I missed something? Well, then it

Re: [Patch] LC_CTYPE not defined

2001-03-30 Thread R.I.P. Deaddog
Backported Philipp's patch to 1.6.1-dev and is attached here. This patch can be used again 1.6 too. Not sure if this is a useless patch? :) Abel Cheung On 30 Mar 2001, Hrvoje Niksic wrote: Philipp Thomas [EMAIL PROTECTED] writes: * R.I.P. Deaddog ([EMAIL PROTECTED]) [20010329 23:12]:

Windows binary

2001-03-30 Thread Herold Heiko
New version up at http://www.geocities.com/heiko_herold Heiko -- -- PREVINET S.p.A.[EMAIL PROTECTED] -- Via Ferretto, 1 ph x39-041-5907073 -- I-31021 Mogliano V.to (TV) fax x39-041-5907087 -- ITALY

Re: wget causes Microsoft IIS crash ?!

2001-03-30 Thread Fredy Kuenzler
Jan Prikryl wrote: Quoting Fredy Kuenzler ([EMAIL PROTECTED]): Actually it happens that wget 1.5.3 (SuSE Distribution) and also the self-compiled wget 1.6 seems to crash Microsofts IIS 5.0. Nothing new for me, given the quality of the IIS. After about 100 to 150 requests and a

Re: Bug when converting links in wget 1.6

2001-03-30 Thread Hrvoje Niksic
Dan Harkless [EMAIL PROTECTED] writes: --- src/recur.c Sun Dec 17 20:28:20 2000 +++ src/recur.c.new Sun Mar 25 20:25:12 2001 @@ -165,7 +165,18 @@ first_time = 0; } else +{ +u = newurl (); +err = parseurl (this_url, u, 0); +if (err == URLOK)

Re: Problems compiling wget 1.6!!!

2001-03-30 Thread Dan Harkless
"Pedro Montero" [EMAIL PROTECTED] writes: gcc -I. -I. -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\"/usr/local/etc/wgetrc\" -DLO CALEDIR=\"/usr/local/share/locale\" -O2 -Wall -Wno-implicit -c log.c log.c: In function `logprintf': log.c:382: `__builtin_va_alist' undeclared (first use this function)

Re: Bug when converting links in wget 1.6

2001-03-30 Thread Dan Harkless
Hrvoje Niksic [EMAIL PROTECTED] writes: To be sure that *all* HTML files are handled, I think the addition needs to be triggered from within retrieve_url, say by calling a "register_html_file_for_conversion()". I think I'll provide such a fix tonight. Sounds good. Wonder if it should be