|
From: | Sun Yijiang |
Subject: | Re: ANN: Emacs.app 9.0-pre1 |
Date: | Tue, 8 Nov 2005 14:54:58 +0800 |
OK, I'd forgotten that -fconstant-string-class=NSConstantString
should have been set up in the Makefile already. (That's why it
wasn't needed in the config anymore.) Take a look at src/Makefile.in
and search for 'GNUSTEP'. If the .m.o rule there wasn't making it
into your actual Makefile, or was being ignored for some reason,
that's the source of that problem. The linking issue could be
related, because those flags are also keyed off of #ifdef GNUSTEP, in
src/Makefile.in and src/config.h.
I'm not sure what's happening in your case, but for the heck of it,
you could try adding '-DGNUSTEP' to the CFLAGS in nextstep/compile --
maybe there's something different on your system regarding how CFLAGS
and CPPFLAGS are processed.
(I'm more than open to suggestions for improving any of this, if you
can find something that works on your setup..)
thanks,
Adrian
[Prev in Thread] | Current Thread | [Next in Thread] |