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 14:27:28 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

On 05/29/13 13:28, Eli Zaretskii wrote:
> 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?

It might, yes.  But it's probably better not to.

If 'configure' is using different CFLAGS than 'make' is using,
there are likely other screwups, some of which could well cause
subtle runtime failures.  It could well be a good thing that
the messed-up build is failing so reliably.



reply via email to

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