unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#58108: 29.0.50; [noverlay] Build error on MacOS
@ 2022-09-27 10:17 Gerd Möllmann
  2022-09-27 11:04 ` Gerd Möllmann
  0 siblings, 1 reply; 2+ messages in thread
From: Gerd Möllmann @ 2022-09-27 10:17 UTC (permalink / raw)
  To: 58108

The branch currently does not build on macOS 12.6, since nil is reserved
in ObjC. See error below.  I'll try to fix that soon.

In file included from nsfns.m:41:
In file included from ./buffer.h:28:
./itree.h:57:24: error: expected member name or ';' after declaration specifiers
  struct interval_node nil;     /* The tree's version of NULL. */
                       ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/MacTypes.h:94:19: note: expanded from macro 'nil'
      #define nil __DARWIN_NULL
                  ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/sys/_types.h:52:25: note: expanded from macro '__DARWIN_NULL'
#define __DARWIN_NULL ((void *)0)
                        ^





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#58108: 29.0.50; [noverlay] Build error on MacOS
  2022-09-27 10:17 bug#58108: 29.0.50; [noverlay] Build error on MacOS Gerd Möllmann
@ 2022-09-27 11:04 ` Gerd Möllmann
  0 siblings, 0 replies; 2+ messages in thread
From: Gerd Möllmann @ 2022-09-27 11:04 UTC (permalink / raw)
  To: 58108

Fixed, and closing.







^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-27 11:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-27 10:17 bug#58108: 29.0.50; [noverlay] Build error on MacOS Gerd Möllmann
2022-09-27 11:04 ` Gerd Möllmann

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).