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: Thu, 30 May 2013 21:03:30 +0300

> From: address@hidden
> Date: Thu, 30 May 2013 08:35:23 +0900
> 
> > When I try to build with non-Posix build method (run configure.bat and
> > make bootstrap under nt/ directory), got same error.
> 
> "-std=gnu99" is not used when configured by nt/configure.bat.
> 
> When I try make bootstrap CC="gcc -std=gnu99", it seems that this problem
> is solved.

If you edit this line in nt/config.nt:

#undef restrict

to say this instead:

#define restrict __restrict

and then re-configure and rebuild, does the problem go away even
without using -std=gnu99?



reply via email to

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