From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Germ=E1n?= Arias Newsgroups: gmane.emacs.devel Subject: Re: Problem to configure --with-ns with GNUstep Date: Sat, 18 Jun 2011 12:27:57 -0600 Message-ID: <1308421677.5538.4.camel@german-desktop> References: <1308378183.5492.5.camel@german-desktop> <4DFC5D66.8070505@swipnet.se> Reply-To: german@xelalug.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1308421707 19511 80.91.229.12 (18 Jun 2011 18:28:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 18 Jun 2011 18:28:27 +0000 (UTC) Cc: Emacs To: Jan =?ISO-8859-1?Q?Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 18 20:28:23 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 1QY0Fr-0007An-5k for ged-emacs-devel@m.gmane.org; Sat, 18 Jun 2011 20:28:23 +0200 Original-Received: from localhost ([::1]:41892 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QY0Fq-000160-BO for ged-emacs-devel@m.gmane.org; Sat, 18 Jun 2011 14:28:22 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QY0FX-00015i-B2 for emacs-devel@gnu.org; Sat, 18 Jun 2011 14:28:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QY0FV-0008Tr-Ho for emacs-devel@gnu.org; Sat, 18 Jun 2011 14:28:03 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:61161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QY0FV-0008TM-F2 for emacs-devel@gnu.org; Sat, 18 Jun 2011 14:28:01 -0400 Original-Received: by gyg13 with SMTP id 13so731109gyg.0 for ; Sat, 18 Jun 2011 11:28:00 -0700 (PDT) Original-Received: by 10.150.8.9 with SMTP id 9mr71625ybh.186.1308421680708; Sat, 18 Jun 2011 11:28:00 -0700 (PDT) Original-Received: from [192.168.1.5] ([190.56.101.227]) by mx.google.com with ESMTPS id d30sm749399ybd.24.2011.06.18.11.27.58 (version=SSLv3 cipher=OTHER); Sat, 18 Jun 2011 11:27:59 -0700 (PDT) In-Reply-To: <4DFC5D66.8070505@swipnet.se> X-Mailer: Evolution 2.22.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.169 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:140656 Archived-At: Thanks. The error is: /usr/GNUstep/Local/Library/Headers/Foundation/NSException.h:42:2: error: #error The current setting for native-objc-exceptions does not match that of gnustep-base ... please correct this. Can I change this configuration on GCC, or I need rebuild gnustep-base with special configuration? On sáb, 2011-06-18 at 10:10 +0200, Jan Djärv wrote: > Hello. > > Check your config.log. There you can see the error in detail. > > Jan D. > > > Germán Arias skrev 2011-06-18 08.23: > > OK, now I have gcc 4.6 and I'm back to try emacs with gnustep. But now, > > I'm unable to configure emacs. With > > > > ./configure --with-ns --with-gnustep-conf=/etc/GNUstep/GNUstep.conf > > > > I get the error: > > > > checking AppKit/AppKit.h usability... no > > checking AppKit/AppKit.h presence... no > > checking for AppKit/AppKit.h... no > > configure: error: `--with-ns' was specified, but the include > > files are missing or cannot be compiled > > > > The file GNUstep.conf is read, and the path to AppKit/AppKit.h is found > > successfully (I checked). But then the function > > "ac_fn_c_check_header_mongrel" return errors. So, adding flags > > (CPPFLAGS=-I/...) don't solve the problem, because even when the paths > > are right, the function "ac_fn_c_check_header_mongrel" return errors. > > Since I'm not an expert in scripts any advice is appreciated. Thanks. > > > >