emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Changes to work with GNUstep


From: Glenn Morris
Subject: Re: [PATCH] Changes to work with GNUstep
Date: Wed, 14 Sep 2011 23:32:27 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]