From: "Germán Arias" <german@xelalug.org>
To: "Jan Djärv" <jan.h.d@swipnet.se>
Cc: Emacs <emacs-devel@gnu.org>
Subject: Re: Problem to configure --with-ns with GNUstep
Date: Sun, 19 Jun 2011 23:42:01 -0600 [thread overview]
Message-ID: <1308548521.5494.9.camel@german-desktop> (raw)
In-Reply-To: <4DFDBC85.4050509@swipnet.se>
This is the explanation that Richard (gnustep-base maintainer) give me
about this problem:
On lun, 2011-06-20 at 05:37 +0100, Richard Frith-Macdonald wrote:
> When you configure gnustep-base, it records whether gnustep-make
> tells it to use native exceptions or not ... by recording the value of
> _NATIVE_OBJC_EXCEPTIONS in BASE_NATIVE_OBJC_EXCEPTIONS in GSConfig.h
>
> When you build any software using base, the header file NSException.h
> checks that gnustep-make is still saying that native exceptions should
> be used (ie checking that the current value of _NATIVE_OBJC_EXCEPTIONS
> supplied by gnustep-make is the same as the value recorded in
> GSConfig.h).
>
> If you are building software without gnustep-make, you need to define
> _NATIVE_OBJC_EXCEPTIONS appropriately.
For the moment, I solved the problem checking the value of
BASE_NATIVE_OBJC_EXCEPTIONS, defined at header "GNUstepBase/GSConfig.h",
and declaring _NATIVE_OBJC_EXCEPTIONS in "configure" with that value. Of
course, configure should read that header to see the right value that
depend of each user.
prev parent reply other threads:[~2011-06-20 5:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-18 6:23 Problem to configure --with-ns with GNUstep Germán Arias
2011-06-18 8:10 ` Jan Djärv
2011-06-18 18:27 ` Germán Arias
2011-06-19 9:08 ` Jan Djärv
2011-06-20 5:42 ` Germán Arias [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1308548521.5494.9.camel@german-desktop \
--to=german@xelalug.org \
--cc=emacs-devel@gnu.org \
--cc=jan.h.d@swipnet.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.