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, 29 May 2013 23:28:50 +0300

> Date: Wed, 29 May 2013 11:55:26 -0700
> From: Paul Eggert <address@hidden>
> CC: address@hidden
> 
> On 05/29/13 10:20, Eli Zaretskii wrote:
> > the configure script puts -std=gnu99 on the GCC
> > command line, which should fix this, right?
> 
> Yes, that's the idea.  Possibly the appropriate
> 'make' variable is not being used in a makefile.in
> somewhere, though; that might explain the problem.
> Or perhaps someone is invoking 'make' by hand and
> is overriding CC or CFLAGS, and is forgetting to
> include -std=gnu99 in the right spot.

If we do this somewhere (e.g., in nt/config.nt):

 #define restrict __restrict

would this solve the problem even when -std=gnu99 is not in use?



reply via email to

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