[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue with master build on macOS
From: |
Angelo Graziosi |
Subject: |
Re: Issue with master build on macOS |
Date: |
Sun, 3 May 2020 15:23:26 +0200 (CEST) |
> Il 3 maggio 2020 alle 13.14 Angelo Graziosi ha scritto:
>
>
>
> > Il 3 maggio 2020 alle 4.36 Eli Zaretskii <address@hidden> ha scritto:
> >
> >
> > > Date: Sat, 2 May 2020 23:40:50 +0200 (CEST)
> > > From: Angelo Graziosi
> > >
> > > I wonder if this issue is related to this change:
> > >
> > > http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=24cb6908d70c14792c686679cb08091447b9c3b1
> >
> > Are you on macOS? That change is in purely NS files, it shouldn't
> > affect any non-NS builds, AFAIU.
>
> ?
>
> macOS, OSX, MacOS X are the same thing and for what I know there are two kind
> of build on those systems: (1) NS build, directly supported in master; (2)
> Mac port build, not directly supported in master.
>
> In short the build is done with
>
> ./configure --with-ns
>
> the OS version is the last update of macOS 10.13.6.
>
> BTW, that commit touch a lot of variables (NS_PARENT_WINDOW_LEFT_POS etc.) I
> would expect to be related to the issue.
Ok, 24cb6908d70c14792c686679cb08091447b9c3b1 does not build because a compile
error (something like "symbol not declared"). So I have built previous commit
6a60701bba3d87f5d9a1730e18b6da827f41a062 and and next commit
c019f03e38850b3ba3a2bcbcc84960d5b8d9663f.
With the first Emacs behaves as I expect, without the issue described here.
With the other *there is* this issue!