GNU bug report logs -
#29199
26.0.90; Emacs 25 and 26 branches no longer build on Mac
Previous Next
Reported by: "John Wiegley" <johnw <at> gnu.org>
Date: Tue, 7 Nov 2017 21:40:01 UTC
Severity: normal
Tags: notabug
Found in version 26.0.90
Done: Noam Postavsky <npostavs <at> users.sourceforge.net>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
I'm seeing these failures, which appear to have been introduced by
455fe1a7f1cf5cf6b7f1fc99bb8b05c633503c1d.
John
--8<---------------cut here---------------start------------->8---
macfont.m:1023:42: error: unknown type name 'CFNotificationCenterRef'; did you mean 'NSNotificationCenter'?
macfont_handle_font_change_notification (CFNotificationCenterRef center,
^~~~~~~~~~~~~~~~~~~~~~~
NSNotificationCenter
/nix/store/hxl2i2wbknvj7rcz0xnxfbpq432z79s3-apple-framework-AppKit/Library/Frameworks/AppKit.framework/Headers/NSWorkspace.h:13:43: note: 'NSNotificationCenter' declared here
@class NSArray, NSError, NSImage, NSView, NSNotificationCenter, NSURL, NSScreen, NSRunningApplication;
^
macfont.m:1023:66: error: interface type 'NSNotificationCenter' cannot be passed by value; did you forget * in 'NSNotificationCenter'?
macfont_handle_font_change_notification (CFNotificationCenterRef center,
^
*
macfont.m:1041:3: warning: implicit declaration of function 'CFNotificationCenterAddObserver' is invalid in C99 [-Wimplicit-function-declaration]
CFNotificationCenterAddObserver
^
macfont.m:1042:6: warning: implicit declaration of function 'CFNotificationCenterGetLocalCenter' is invalid in C99 [-Wimplicit-function-declaration]
(CFNotificationCenterGetLocalCenter (), NULL,
^
macfont.m:1045:12: error: use of undeclared identifier 'CFNotificationSuspensionBehaviorCoalesce'; did you mean 'NSNotificationSuspensionBehaviorCoalesce'?
NULL, CFNotificationSuspensionBehaviorCoalesce);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NSNotificationSuspensionBehaviorCoalesce
--8<---------------cut here---------------end--------------->8---
This bug report was last modified 7 years and 183 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.