all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#36332: non-GUI build broken on macOS
@ 2019-06-22 18:46 Paul Eggert
  2019-06-22 19:38 ` Alan Third
  0 siblings, 1 reply; 14+ messages in thread
From: Paul Eggert @ 2019-06-22 18:46 UTC (permalink / raw)
  To: 36332

Apparently Emacs master does not build in macOS when configured without a GUI, 
e.g., './configure --without-ns'. Someone with macOS experience should fix this, 
as Emacs should always be buildable without a GUI. Please see:

https://lists.gnu.org/r/emacs-devel/2019-06/msg00847.html

where Robert Pluim reports the following symptoms:

In file included from nsterm.m:49:
./nsterm.h:1322:20: error: typedef redefinition with different types
('NSUInteger' (aka 'unsigned long') vs 'enum NSWindowStyleMask')
typedef NSUInteger NSWindowStyleMask;

                    ^
/System/Library/Frameworks/AppKit.framework/Headers/NSWindow.h:35:32: note:
previous definition is here
typedef NS_OPTIONS(NSUInteger, NSWindowStyleMask) {
                                ^
In file included from nsterm.m:49:
./nsterm.h:1326:6: error: enumeration previously declared with fixed underlying
type
enum NSWindowTabbingMode
      ^





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

end of thread, other threads:[~2019-06-27  9:45 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-22 18:46 bug#36332: non-GUI build broken on macOS Paul Eggert
2019-06-22 19:38 ` Alan Third
2019-06-22 19:44   ` Paul Eggert
2019-06-22 20:19     ` Alan Third
2019-06-22 20:25       ` Paul Eggert
2019-06-22 20:37         ` Alan Third
2019-06-22 20:50       ` Glenn Morris
2019-06-22 20:55         ` Lars Ingebrigtsen
2019-06-22 21:10           ` Alan Third
2019-06-23  2:36           ` Eli Zaretskii
2019-06-23 14:11             ` Robert Pluim
2019-06-25  1:43             ` Glenn Morris
2019-06-25 11:24               ` Lars Ingebrigtsen
2019-06-27  9:45                 ` Paul Eggert

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.