bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#22522: Commit b88e9cded7ae3756e3a2ec4a23e8df352a0239f9 breaks emacs


From: Paul Eggert
Subject: bug#22522: Commit b88e9cded7ae3756e3a2ec4a23e8df352a0239f9 breaks emacs dumping for me
Date: Wed, 3 Feb 2016 00:41:18 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Ken Brown wrote:
I installed the attached patch into the Emacs master, to try to work
around this problem by putting GCC into C11 mode. Please give it a try.

No, that didn't fix it.

Can you investigate why not? The patch should cause 'configure' to put -stdc=gnu11 into CFLAGS. If you look at config.log, it should have something like this:

configure:5924: checking for gcc option to enable C11 features
...
configure:6146: result: -std=gnu11

If this isn't the result, what is the result and why?

What about an ad hoc temporary solution that simply defines __ISO_C_VISIBLE to be 
2011 on Cygwin prior to the inclusion of <stdlib.h>?

I'd rather not go that route, as __ISO_C_VISIBLE is supposed to be private. I installed the attached patch instead; please give it a try.

Attachment: 0001-Port-aligned_alloc-decl-to-Cygwin.patch
Description: Text Data


reply via email to

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