* Scope of variables in configure
@ 2011-06-25 4:25 Germán Arias
0 siblings, 0 replies; only message in thread
From: Germán Arias @ 2011-06-25 4:25 UTC (permalink / raw)
To: Emacs
Well, if I define the variable in configure file
cat >>confdefs.h <<_ACEOF
#define _NATIVE_OBJC_EXCEPTIONS 1
_ACEOF
the configuration is successfully. This variable is necessary to
GNUstep. But then with "make bootstrap" I get an error produced by the
missing of this variable. So, what is the scope of the variable I
defined in configure?. Or I need put this in an special place or in a
special way. If I try
make bootstrap "_NATIVE_OBJC_EXCEPTIONS=1"
(I don't know if this is correct) I get the same error. This variable is
really necessary in the latest gnustep packages. So, without this
variable isn't possible test emacs with gnustep. Any advice? Thanks.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-06-25 4:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-25 4:25 Scope of variables in configure Germán Arias
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.