On Mar 13, 2007, at 5:26 AM, Peter Dyballa wrote: > /* xmenu.c should not be compiled on OSX. */ > #ifndef HAVE_CARBON > XMENU_OBJ = xmenu.o > #endif
Looks like the emacs core developers changed this #ifdef from #ifdef HAVE_X_WINDOWS for some reason. If HAVE_X_WINDOWS (and perhaps HAVE_X11) have been done away with for some reason, there may be other problems waiting to occur which have not shown up yet. The full Makefiles and Emacs.app-specific source should be searched for occurrences. > The file Emacs.clr, that translates X11 colours into a form that Emacs.app > understands: > is it really necessary? The Mac OS X colour chooser knows all the X11 > colours, so it's > only necessary for *step? Note the color chooser shows the colors that Emacs.app installs (from Emacs.clr) -- are you sure OS X comes with these as well? Anyway it is definitely needed on GNUstep. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Emacs-app-dev- mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-
