emacs-devel
[Top][All Lists]
Advanced

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

Re: Preview: portable dumper


From: Daniel Colascione
Subject: Re: Preview: portable dumper
Date: Wed, 14 Feb 2018 16:49:43 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

On 02/14/2018 12:34 PM, Alan Third wrote:
On Wed, Feb 14, 2018 at 06:29:54AM +0200, Eli Zaretskii wrote:
Date: Tue, 13 Feb 2018 23:06:15 +0100 (CET)
From: Angelo Graziosi <address@hidden>

Eli Zaretskii wrote:

I'd urge people to try this branch and report any issues they see.

What should we look for?

The usual stuff, I think: does it build, does it work as expected,
etc.

Lots of errors on macOS 10.13 (clang). Looks like they’re mostly the
same thing repeated.

dispnew.c:3019:1: error: argument to 'section' attribute is not valid for this
       target: mach-o section specifier requires a segment and section separated
       by a comma
DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 0, 1, 0,
^
./lisp.h:3183:4: note: expanded from macro 'DEFUN'
    SUBR_SECTION_ATTRIBUTE                                               \
    ^
./lisp.h:3150:52: note: expanded from macro 'SUBR_SECTION_ATTRIBUTE'
# define SUBR_SECTION_ATTRIBUTE ATTRIBUTE_SECTION (".subrs")
                                                    ^
dispnew.c:3028:1: error: argument to 'section' attribute is not valid for this
       target: mach-o section specifier requires a segment and section separated
       by a comma
DEFUN ("redraw-display", Fredraw_display, Sredraw_display, 0, 0, "",
^

Thanks. I've pushed a fix, I think.



reply via email to

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