Re: gettimeofday module on cygwin

2007-07-06 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Paul Eggert on 7/6/2007 10:42 AM: > Bruno Haible <[EMAIL PROTECTED]> writes: > >> Maybe gnulib will create a sys/time.h for other reasons in the future. >> Therefore it's not worthless to fix the problem now, even through -Werror >> is un

Re: gettimeofday module on cygwin

2007-07-06 Thread Paul Eggert
Bruno Haible <[EMAIL PROTECTED]> writes: > Maybe gnulib will create a sys/time.h for other reasons in the future. > Therefore it's not worthless to fix the problem now, even through -Werror > is unsupported by gnulib. Thanks for the patch, I installed that. I can't easily test it since I don't u

Re: gettimeofday module on cygwin

2007-07-05 Thread Bruno Haible
Eric Blake wrote: > cygwin's declares struct > timeval, then includes , which in turn includes > to guarantee struct timeval is declared no matter which header was > included first. But once gnulib has decided that cygwin needs the > replacement, it turns into the following: > > include ./sys/t

Re: gettimeofday module on cygwin

2007-07-05 Thread Jim Meyering
Eric Blake <[EMAIL PROTECTED]> wrote: > When configuring with -Werror, the gettimeofday module decides that > cygwin's gettimeofday is non-compliant because a warning is made fatal: Hi Eric, Isn't there general consensus that using -Werror at configure-time is best avoided, for precisely this rea