emacs-devel
[Top][All Lists]
Advanced

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

Re: unexmacosx.c and limits.h problem


From: Richard Copley
Subject: Re: unexmacosx.c and limits.h problem
Date: Sat, 17 Sep 2016 12:31:36 +0100

On 17 September 2016 at 12:28, Richard Copley <address@hidden> wrote:
> On 17 September 2016 at 12:18, Eli Zaretskii <address@hidden> wrote:
>>> From: Richard Copley <address@hidden>
>>> Date: Sat, 17 Sep 2016 12:03:14 +0100
>>> Cc: Bob Halley <address@hidden>, Emacs Development <address@hidden>
>>>
>>> On 17 September 2016 at 02:02, Paul Eggert <address@hidden> wrote:
>>> > On 09/16/2016 04:04 PM, Bob Halley wrote:
>>> >>
>>> >> +#ifndef _GNU_SOURCE
>>> >> +#define _GNU_SOURCE 1
>>> >> +#endif
>>> >
>>> >
>>> > Thanks, I installed that into Emacs master.
>>>
>>> The Windows build is broken too (with MSYS2), presumably for a similar
>>> reason.
>>
>> It isn't broken here.  Can you show the error messages?
>
> Sure, give me a few minutes. Did you reconfigure? You need the
> generated limits.h.

Also, this is with 64-bit GCC 6.1.0.

In file included from G:/emacs/repo/emacs/src/w32.c:87:0:
G:/emacs/repo/emacs/src/lisp.h:93:26: error: 'LLONG_WIDTH' undeclared
here (not in a function)
 enum { EMACS_INT_WIDTH = LLONG_WIDTH };
                          ^~~~~~~~~~~

In file included from G:/emacs/repo/emacs/src/w32proc.c:54:0:
G:/emacs/repo/emacs/src/lisp.h:93:26: error: 'LLONG_WIDTH' undeclared
here (not in a function)
 enum { EMACS_INT_WIDTH = LLONG_WIDTH };
                          ^~~~~~~~~~~



reply via email to

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