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

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

bug#23841: 25.1.50; Build on OS X fails since the changes to FRAME_INTER


From: Alan Third
Subject: bug#23841: 25.1.50; Build on OS X fails since the changes to FRAME_INTERNAL_BORDER_WIDTH
Date: Sun, 26 Jun 2016 01:13:39 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (darwin)

Ury Marshak <ury.marshak@gmail.com> writes:

> Compiling emacs from git (branch master of
> git://git.sv.gnu.org/emacs.git) on OS X it seems that after the commit
> 1c0199050bfa594287f3975aca56fc2a57ba0f66 (Improve --without-x GCC
> pacification), the compilation of nsfns.m file breaks with the
> following messages:
>
>   CC       nsfns.o
> nsfns.m:729:35: error: expression is not assignable
>   FRAME_INTERNAL_BORDER_WIDTH (f) = XINT (arg);
>   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
> nsfns.m:731:37: error: expression is not assignable
>     FRAME_INTERNAL_BORDER_WIDTH (f) = 0;
>     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
> 2 errors generated.
> Makefile:389: recipe for target 'nsfns.o' failed
> gmake[1]: *** [nsfns.o] Error 1
> gmake[1]: Leaving directory '/Users/ury/sources/emacs/src'
> Makefile:398: recipe for target 'src' failed
> gmake: *** [src] Error 2
>
> I've tried to fix it by making the changes similar to the
> abovementioned commit and it seems to work:

Works for me too. Have you signed the copyright assignment papers?
-- 
Alan Third





reply via email to

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