MacOS?

Jamie Zawinski jwz at jwz.org
Wed Jan 2 05:42:17 EST 2008


Well, I don't understand why INLINE_HEADER would ever declare the  
function extern, but if I hack config.h to always do

# define INLINE_HEADER inline static

then temacs builds.  It then blows up later:

While compiling toplevel forms in file /Users/jwz/src/xemacs/xemacs- 
carbon2/lisp/x-iso8859-1.el:
   !! Invalid state (("Required feature was not provided" iso8859-1))

I'm not sure what's up with that, since I don't see a `provide' of  
that anywhere.

Incidentally, the depends are wrong for the carbon .o files: they  
don't rebuild after config.h is changed:

find . -name '*.o' \! -newer config.h
./console-carbon.o
./device-carbon.o
./event-carbon.o
./frame-carbon.o
./glyphs-carbon.o
./redisplay-carbon.o
./scrollbar-carbon.o
./select-carbon.o

--
Jamie Zawinski       jwz at jwz.org                  http://www.jwz.org/
                     jwz at dnalounge.com      http://www.dnalounge.com/
                                          http://jwz.livejournal.com/





More information about the XEmacs-Beta mailing list