RE: wget 1.10 alpha 3

2005-04-28 Thread Herold Heiko
Windows (MSVC) test binary available at http://xoomer.virgilio.it/hherold/ Notes: windows/wget.dep needs an attached patch (change gen_sslfunc to openssl.c, change gen_sslfunc.h to ssl.h). src/Makefile.in doesn't contain dependencies for http-ntlm$o (windows/wget.dep either). INSTALL should

Re: wget 1.10 alpha 3

2005-04-28 Thread Hrvoje Niksic
Herold Heiko [EMAIL PROTECTED] writes: windows/wget.dep needs an attached patch (change gen_sslfunc to openssl.c, change gen_sslfunc.h to ssl.h). Applied, thanks. src/Makefile.in doesn't contain dependencies for http-ntlm$o (windows/wget.dep either). I don't have the dependency-generating

RE: wget 1.10 alpha 3

2005-04-28 Thread Yaroslav Shchelkunov
Cannot compile if ./configure --without-ssl : ===cut on=== gcc -I. -I. -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\/usr/local/etc/wgetrc\ -DLOCALE DIR=\/usr/local/share/locale\ -O2 -Wall -Wno-implicit -c init.c init.c:214: structure has no member named `random_file' init.c:214: initializer element is not

Re: wget 1.10 alpha 3

2005-04-28 Thread Hrvoje Niksic
Thanks for the report; this problem is fixed in CVS. The workaround is to wrap the appropriate init.c line in #ifdef HAVE_SSL.