all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: emacs-devel@gnu.org
Subject: Re: [PATCH] Changes to work with GNUstep
Date: Wed, 14 Sep 2011 23:32:27 -0400	[thread overview]
Message-ID: <nspqj2jx9w.fsf@fencepost.gnu.org> (raw)
In-Reply-To: 1314401968.5663.3.camel@german-desktop

Germán Arias wrote:

> + GS_LOCAL_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo
> $GNUSTEP_LOCAL_HEADERS)"
> + 
> + if grep "BASE_NATIVE_OBJC_EXCEPTIONS     1"
> ${GS_LOCAL_HEADERS}/GNUstepBase/GSConfig.h; then
> +   AC_DEFINE(_NATIVE_OBJC_EXCEPTIONS, 1, [Synchronize native exceptions
> with gnustep-base.])
> + else
> +   AC_DEFINE(_NATIVE_OBJC_EXCEPTIONS, 0, [Synchronize native exceptions
> with gnustep-base.])
> + fi
> + 

Thank you for keeping the poor old GNUstep port in your thoughts.

It's bad form to test headers with grep, I installed something more
autoconf-ish.

It still doesn't actually build for me though:

temacs --batch --load loadup bootstrap

never (?) returns.

But it seems like GNUstep in Debian testing is in an inconsistent state
right now, maybe this is related.

 /usr/bin/ld: warning: libobjc.so.2, needed by
   /usr/lib/libgnustep-gui.so, may conflict with libobjc.so.3

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629477


Anyway, it might be nice if GNUstep builds could be added to
emacs-buildstatus. On a Debian system, all you need to do is
apt-get install gnustep-devel; configure --with-ns.



      parent reply	other threads:[~2011-09-15  3:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-23 23:54 [PATCH] Changes to work with GNUstep Germán Arias
2011-08-26 23:39 ` Germán Arias
2011-08-27  0:11   ` David De La Harpe Golden
2011-09-15  3:32   ` Glenn Morris [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=nspqj2jx9w.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=emacs-devel@gnu.org \
    /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.