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: Problem to configure --with-ns with GNUstep Date: Sat, 18 Jun 2011 00:23:03 -0600 Message-ID: <1308378183.5492.5.camel@german-desktop> Reply-To: german@xelalug.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1308378212 7246 80.91.229.12 (18 Jun 2011 06:23:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 18 Jun 2011 06:23:32 +0000 (UTC) To: Emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 18 08:23:25 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 1QXowG-000215-Bz for ged-emacs-devel@m.gmane.org; Sat, 18 Jun 2011 08:23:24 +0200 Original-Received: from localhost ([::1]:33876 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXowE-0006g6-LD for ged-emacs-devel@m.gmane.org; Sat, 18 Jun 2011 02:23:22 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:59751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXow1-0006fy-62 for emacs-devel@gnu.org; Sat, 18 Jun 2011 02:23:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QXow0-0001FS-8S for emacs-devel@gnu.org; Sat, 18 Jun 2011 02:23:09 -0400 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:32934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QXow0-0001FO-61 for emacs-devel@gnu.org; Sat, 18 Jun 2011 02:23:08 -0400 Original-Received: by gwaa12 with SMTP id a12so104113gwa.0 for ; Fri, 17 Jun 2011 23:23:07 -0700 (PDT) Original-Received: by 10.150.72.10 with SMTP id u10mr345620yba.383.1308378186832; Fri, 17 Jun 2011 23:23:06 -0700 (PDT) Original-Received: from [192.168.1.5] ([190.56.98.153]) by mx.google.com with ESMTPS id d30sm627850ybd.9.2011.06.17.23.23.05 (version=SSLv3 cipher=OTHER); Fri, 17 Jun 2011 23:23:06 -0700 (PDT) X-Mailer: Evolution 2.22.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.83.41 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:140644 Archived-At: 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.