emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: windows build failure


From: Eli Zaretskii
Subject: Re: windows build failure
Date: Wed, 18 Sep 2013 17:48:34 +0300

> From: Sean Sieger <address@hidden>
> Date: Wed, 18 Sep 2013 09:25:44 -0400
> 
> Eli Zaretskii <address@hidden> writes:
> 
> 
>     >     'restrict' are not the same for some reason.  Do you have this in
>     >     src/config.h:
>     > 
>     >       #define restrict __restrict
>     > 
>     >     ?
>     > 
>     > Yep.
> 
>     Weird.  What about lib/Makefile, do you have these there:
> 
>       HAVE_GETTIMEOFDAY = 1
>       REPLACE_GETTIMEOFDAY = 0
> 
> HAVE_GETTIMEOFDAY = 1
> REPLACE_GETTIMEOFDAY = 1

That's expected, but the question is why.

The tests done on gettimeofday are in m4/gettimeofday.m4.  Can you
spot, using config.log, which of the tests fail and forces
REPLACE_GETTIMEOFDAY to be set to 1?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]