Wget 1.9 has been uploaded to ftp.gnu.org

2003-10-22 Thread Hrvoje Niksic
Wget 1.9 has been uploaded to the GNU ftp site. I'll write an announcement shortly. Thanks to everyone who contributed to this release.

Re: Wget 1.9 has been released

2003-10-22 Thread DervishD
Hi Hrvoje :) * Hrvoje Niksic [EMAIL PROTECTED] dixit: I've announced the 1.9 release on freshmeat Thanks a lot for your work, Hrvoje, and thanks for Wget ;)) Raúl Núñez de Arenas Coronado -- Linux Registered User 88736 http://www.pleyades.net http://raul.pleyades.net/

Re: wget FTP_PASSIVE_MODE

2003-10-22 Thread Martin Johnson
On Mon, 2003-10-20 at 14:08, Draen Kaar wrote: Martin Johnson wrote: Hrvoje Niksic wrote: 1. Perhaps wget should obey the setting of environment variable FTP_PASSIVE_MODE (NO or YES)? Do other programs obey that variable? Are its semantics defined somewhere? Yes,

wget-1.9 compile error

2003-10-22 Thread war
Using gcc-3.3.2: checking for makeinfo... makeinfo checking for perl5... no checking for perl... /vapp/bin/perl checking for pod2man... /vapp/bin/pod2man configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile

Re: wget-1.9 compile error

2003-10-22 Thread Hrvoje Niksic
war [EMAIL PROTECTED] writes: Using gcc-3.3.2: [...] Thanks for the report. I'll need a few more details, though. What operating system is this? Does Wget 1.8.2 compile on the same system?

Re: wget-1.9 compile error

2003-10-22 Thread war
Slackware 9.0 - Linux 2.4.22 wget-1.8.2 compiles perfectly.. if test wget = gettext; then \ /vapp/bin/install -c -m 644 ./Makefile.in.in \ /app/wget-1.8.2/share/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[1]: Leaving directory `/home/war/wget-1.8.2/po' cd doc make

Re: wget-1.9 compile error

2003-10-22 Thread Hrvoje Niksic
Hmm. It seems that one of the enums is clashing with something on the system -- I'm betting it's GETALL. I don't know why this never happened with older versions. Does it compile if you add the FTP_ prefix to the names of the constants, both in ftp.h and ftp.c?

Re: wget-1.9 compile error

2003-10-22 Thread war
Fixes the compile error, but fails at linking stage. [EMAIL PROTECTED]:~/wget-1.9$ make cd src make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H -DSYSTEM_WGETRC=\/app /wget-1.9/etc/wgetrc\ -DLOCALEDIR=\/app/wget-1.9/share/locale\' CFLAGS='-O2 - Wall -Wno-implicit' LDFLAGS='' LIBS='-lssl -lcrypto