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 16:18:38 +0300

> From: Sean Sieger <address@hidden>
> Date: Wed, 18 Sep 2013 09:08:32 -0400
> 
> Eli Zaretskii <address@hidden> writes:
> 
>     > and src/config.h should have this:
>     > >
>     > >   /* Define to 1 if you have the `gettimeofday' function. */
>     > >   #define HAVE_GETTIMEOFDAY 1
>     > >
>     > 
>     > It does.
> 
>     Then I don't understand why you get this.  Perhaps '__restrict' and
>     '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



reply via email to

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