From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David De La Harpe Golden Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Changes to work with GNUstep Date: Sat, 27 Aug 2011 01:11:30 +0100 Message-ID: <4E583632.7010709@harpegolden.net> References: <1314143667.5655.5.camel@german-desktop> <1314401968.5663.3.camel@german-desktop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1314403904 5805 80.91.229.12 (27 Aug 2011 00:11:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 27 Aug 2011 00:11:44 +0000 (UTC) Cc: =?UTF-8?B?R2VybcOhbiBBcmlhcw==?= To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 27 02:11:40 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qx6Us-0001eU-TH for ged-emacs-devel@m.gmane.org; Sat, 27 Aug 2011 02:11:39 +0200 Original-Received: from localhost ([::1]:33354 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx6Ur-00009V-W0 for ged-emacs-devel@m.gmane.org; Fri, 26 Aug 2011 20:11:37 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:37267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx6Up-00009B-1M for emacs-devel@gnu.org; Fri, 26 Aug 2011 20:11:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qx6Uo-0001MO-57 for emacs-devel@gnu.org; Fri, 26 Aug 2011 20:11:35 -0400 Original-Received: from harpegolden.net ([65.99.215.13]:54184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qx6Uo-0001MI-27 for emacs-devel@gnu.org; Fri, 26 Aug 2011 20:11:34 -0400 Original-Received: from [87.198.47.59] (87-198-47-59.ptr.magnet.ie [87.198.47.59]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client CN "David De La Harpe Golden", Issuer "David De La Harpe Golden Personal CA rev 3" (verified OK)) by harpegolden.net (Postfix) with ESMTPSA id 4376068474; Sat, 27 Aug 2011 01:11:32 +0100 (IST) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110626 Icedove/3.1.11 In-Reply-To: <1314401968.5663.3.camel@german-desktop> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 65.99.215.13 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143597 Archived-At: On 27/08/11 00:39, Germ=C3=A1n Arias wrote: > On mar, 2011-08-23 at 17:54 -0600, Germ=C3=A1n Arias wrote: >> Below is a patch to configure and compile with latest gnustep packages= . >> Let me know if this is OK or I need change something. >> >> This patch define _NATIVE_OBJC_EXCEPTIONS, that is needed to build >> gnustep's apps without using gnustep-make. And add the flags to found >> the gnustep headers. =EF=BB=BFNecessary if gnustep is installed with g= nustep >> layout instead FHS. >> > > Can someone check this patch, please? Apply it or refuse it? I resend > it, because configure.in has changed in trunk. Thanks (I don't have > write permission in repository). > Turns out my local gnustep install has somehow broken in the weeks since=20 I last used it (maybe something to do with the recent debian/unstable=20 multilib move ...or more likely just something silly I did), so this is=20 without testing, but my current feeling is the patch is wrong, it seems=20 excessively fugly to grep through a header like that. AFAICS gnustep-config will happily output -fobj-exceptions or not as=20 necessary automatically (and appropriate include path flags too to find=20 headers) for us. So IMO configure should just be calling that, a bit=20 like pkg-config is used.