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 15:46:56 +0300

> Date: Wed, 18 Sep 2013 08:28:53 -0400
> From: Sean Sieger <address@hidden>
> 
> > lib/gettimeofday.c is not supposed to be compiled on Windows (because
> > Emacs on Windows provides its own implementation of that function).
> > You should see these two lines (far apart) in your output from
> > configure:
> >
> >  checking for gettimeofday... yes
> >  checking for gettimeofday with POSIX signature... almost
> >
> 
> I do.
> 
> 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

?



reply via email to

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