Re: Compile problem with OpenSSL 0.9.5a

2005-04-08 Thread Hrvoje Niksic
[EMAIL PROTECTED] (Larry Jones) writes: Trying to compile the current CVS, I get the following compile error: gcc -I. -I. -I/usr/local/ssl/include -DHAVE_CONFIG_H -DSYSTEM_WGETRC=\/usr/local/etc/wgetrc\ -DLOCALEDIR=\/usr/local/share/locale\ -O2 -Wall -Wno-implicit -c http-ntlm.c

RE: NTLM authentication in CVS

2005-04-08 Thread Herold Heiko
the test further. Heiko -- -- PREVINET S.p.A. www.previnet.it -- Heiko Herold [EMAIL PROTECTED] [EMAIL PROTECTED] -- +39-041-5907073 ph -- +39-041-5907472 fax 20050408.diff Description: Binary data

Problems building current CVS version under Cygwin

2005-04-08 Thread Keith Moore
I downloaded the CVS version of wget today and tried to build it under the latest (1.15-14) Cygwin. I hit two compilation problems, both in src/ptimer.c. 1. The first problem is with the test for _POSIX_MONOTONIC_CLOCK on line 186. That line is: #if _POSIX_MONOTONIC_CLOCK = 0/* -1 means not

Re: Problems building current CVS version under Cygwin

2005-04-08 Thread Hrvoje Niksic
Keith Moore [EMAIL PROTECTED] writes: I downloaded the CVS version of wget today and tried to build it under the latest (1.15-14) Cygwin. Thanks for the report. Please note that ptimer.c has undergone additional changes today, so you might want to update your source. 1. The first problem is

Re: Problems building current CVS version under Cygwin

2005-04-08 Thread Keith Moore
Hrvoje Niksic wrote: Thanks for the report. Please note that ptimer.c has undergone additional changes today, so you might want to update your source. Will do. I don't get it -- if clock_getres is unavailable, then why does Cygwin declare support for POSIX timers? Maybe we should simply

Re: Problems building current CVS version under Cygwin

2005-04-08 Thread Hrvoje Niksic
Keith Moore [EMAIL PROTECTED] writes: FWIW - POSIX timers appear to be partially supported. clock_gettime() is present, but there is no librt.a, so it's in a nonstandard place (unless I am totally missing something). Wget doesn't require clock_gettime to be exactly in librt.(so|a), but it has

Re: Problems building current CVS version under Cygwin

2005-04-08 Thread Keith Moore
Hrvoje Niksic wrote: Keith Moore [EMAIL PROTECTED] writes: FWIW - POSIX timers appear to be partially supported. clock_gettime() is present, but there is no librt.a, so it's in a nonstandard place (unless I am totally missing something). Wget doesn't require clock_gettime to be exactly

Re: Problems building current CVS version under Cygwin

2005-04-08 Thread Hrvoje Niksic
I've now fixed this by simply having Cygwin use the Windows high-res timers, which are very precise. When Cygwin is fixed, we can revert it to use POSIX timers, like god intended.

Re: --keep-session-cookies ???

2005-04-08 Thread Mauro Tortonesi
On Thursday 03 March 2005 09:07 am, Hrvoje Niksic wrote: Brad Andersen [EMAIL PROTECTED] writes: This option appears to be missing from wget --help, however, it is in the documentation. It is not working in 1.9 or 1.9.1. That option will first appear in Wget 1.10 and is