unofficial mirror of bug-gnu-emacs@gnu.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

* bug#29199: 26.0.90; Emacs 25 and 26 branches no longer build on Mac
  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
  0 siblings, 1 reply; 5+ messages in thread
From: John Wiegley @ 2017-11-07 21:42 UTC (permalink / raw)
  To: 29199

>>>>> "JW" == John Wiegley <johnw@gnu.org> writes:

JW> I'm seeing these failures, which appear to have been introduced by
JW> 455fe1a7f1cf5cf6b7f1fc99bb8b05c633503c1d.

This could also be due to a recent Xcode update, since Gtk+ is failing to
build as well due to a similar change:

--8<---------------cut here---------------start------------->8---
gdkevents-quartz.c:116:36: error: use of undeclared identifier 'CFNotificationSuspensionBehaviorDeliverImmediately'; did you mean 'NSNotificationSuspensionBehaviorDeliverImmediately'?
                                   CFNotificationSuspensionBehaviorDeliverImmediately);
                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                   NSNotificationSuspensionBehaviorDeliverImmediately
--8<---------------cut here---------------end--------------->8---

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2





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

* bug#29199: 26.0.90; Emacs 25 and 26 branches no longer build on Mac
  2017-11-07 21:42 ` John Wiegley
@ 2017-11-08 22:56   ` Alan Third
  2017-11-08 23:18     ` John Wiegley
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Third @ 2017-11-08 22:56 UTC (permalink / raw)
  To: John Wiegley; +Cc: 29199

On Tue, Nov 07, 2017 at 01:42:55PM -0800, John Wiegley wrote:
> >>>>> "JW" == John Wiegley <johnw@gnu.org> writes:
> 
> JW> I'm seeing these failures, which appear to have been introduced by
> JW> 455fe1a7f1cf5cf6b7f1fc99bb8b05c633503c1d.
> 
> This could also be due to a recent Xcode update, since Gtk+ is failing to
> build as well due to a similar change:

Hi John, all I can think of is to make sure the xcode command line
utilities have been updated. I think it’s a separate thing than
upgrading xcode itself.
-- 
Alan Third





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

* bug#29199: 26.0.90; Emacs 25 and 26 branches no longer build on Mac
  2017-11-08 22:56   ` Alan Third
@ 2017-11-08 23:18     ` John Wiegley
  2017-11-15 23:57       ` Noam Postavsky
  0 siblings, 1 reply; 5+ messages in thread
From: John Wiegley @ 2017-11-08 23:18 UTC (permalink / raw)
  To: Alan Third; +Cc: 29199

>>>>> "AT" == Alan Third <alan@idiocy.org> writes:

AT> On Tue, Nov 07, 2017 at 01:42:55PM -0800, John Wiegley wrote:
>> >>>>> "JW" == John Wiegley <johnw@gnu.org> writes:
>> 
JW> I'm seeing these failures, which appear to have been introduced by
JW> 455fe1a7f1cf5cf6b7f1fc99bb8b05c633503c1d.
>> 
>> This could also be due to a recent Xcode update, since Gtk+ is failing to
>> build as well due to a similar change:

AT> Hi John, all I can think of is to make sure the xcode command line
AT> utilities have been updated. I think it’s a separate thing than upgrading
AT> xcode itself.

It's not an Emacs issue yet, this can be closed.

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2





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

* bug#29199: 26.0.90; Emacs 25 and 26 branches no longer build on Mac
  2017-11-08 23:18     ` John Wiegley
@ 2017-11-15 23:57       ` Noam Postavsky
  0 siblings, 0 replies; 5+ messages in thread
From: Noam Postavsky @ 2017-11-15 23:57 UTC (permalink / raw)
  To: John Wiegley; +Cc: 29199, Alan Third

# not an emacs bug
tags 29199 notabug
close 29199
quit

John Wiegley <johnw@gnu.org> writes:

>>> This could also be due to a recent Xcode update, since Gtk+ is failing to
>>> build as well due to a similar change:
>
> AT> Hi John, all I can think of is to make sure the xcode command line
> AT> utilities have been updated. I think it’s a separate thing than upgrading
> AT> xcode itself.
>
> It's not an Emacs issue yet, this can be closed.

Okay, closing.





^ 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 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).