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

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: Problems building current CVS version under Cygwin

2005-04-08 Thread Hrvoje Niksic
Keith Moore <[EMAIL PROTECTED]> writes: >> No, there isn't. Sorry. [...] > So, there's the answer. Cygwin's POSIX timer support is incomplete. Then why on earth do they #define _POSIX_TIMERS? It's easy enough to add a configure test for clock_getres, but it's damn annoying to have to do so in t

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

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

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 simpl

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 proble

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: NTLM authentication in CVS

2005-04-08 Thread Herold Heiko
s should come in maybe we can restrict 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

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