emacs-devel
[Top][All Lists]
Advanced

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

Re: windows build failure


From: Paul Eggert
Subject: Re: windows build failure
Date: Wed, 29 May 2013 10:02:40 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

On 05/29/13 08:21, Eli Zaretskii wrote:
> 'restrict' is a keyword in C, so unless the
> compiler has a bug

... or unless the compiler is operating in pre-C99 mode,
which is the default even with GCC 4.8.0.  The 'restrict'
keyword was introduced in C99.  'configure'
should be figuring this out, and adding the option
-std=gnu11 or whatever, but evidently this isn't working
for your correspondents.  Possibly the .h file is
being configured as if C99 were supported, but the compiler
itself is running in pre-C99 mode.



reply via email to

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