-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
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
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
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