all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#29199: 26.0.90; Emacs 25 and 26 branches no longer build on Mac
@ 2017-11-07 21:37 John Wiegley
  2017-11-07 21:42 ` John Wiegley
  0 siblings, 1 reply; 5+ messages in thread
From: John Wiegley @ 2017-11-07 21:37 UTC (permalink / raw)
  To: 29199

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---





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

end of thread, other threads:[~2017-11-15 23:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-07 21:37 bug#29199: 26.0.90; Emacs 25 and 26 branches no longer build on Mac John Wiegley
2017-11-07 21:42 ` John Wiegley
2017-11-08 22:56   ` Alan Third
2017-11-08 23:18     ` John Wiegley
2017-11-15 23:57       ` Noam Postavsky

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.