From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yavor Doganov Newsgroups: gmane.emacs.devel Subject: Re: gnustep build broken Date: Fri, 18 Jul 2008 09:51:21 +0300 Organization: The GNU Emacs Church (Bulgarian eparchy) Message-ID: <87hcanu1li.GNU's_Not_Unix!%yavor@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1216363919 9831 80.91.229.12 (18 Jul 2008 06:51:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jul 2008 06:51:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 18 08:52:47 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KJjpe-00088H-SY for ged-emacs-devel@m.gmane.org; Fri, 18 Jul 2008 08:52:47 +0200 Original-Received: from localhost ([127.0.0.1]:36119 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJjom-0008Lf-BN for ged-emacs-devel@m.gmane.org; Fri, 18 Jul 2008 02:51:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJjoi-0008La-9L for emacs-devel@gnu.org; Fri, 18 Jul 2008 02:51:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJjof-0008LN-SC for emacs-devel@gnu.org; Fri, 18 Jul 2008 02:51:46 -0400 Original-Received: from [199.232.76.173] (port=48444 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJjof-0008LK-LV for emacs-devel@gnu.org; Fri, 18 Jul 2008 02:51:45 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:35621) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KJjof-0003qD-6E for emacs-devel@gnu.org; Fri, 18 Jul 2008 02:51:45 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KJjoe-0000mN-0E for emacs-devel@gnu.org; Fri, 18 Jul 2008 02:51:44 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KJjoV-0006gy-4I for emacs-devel@gnu.org; Fri, 18 Jul 2008 06:51:35 +0000 Original-Received: from 213.91.219.2 ([213.91.219.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Jul 2008 06:51:35 +0000 Original-Received: from yavor by 213.91.219.2 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 Jul 2008 06:51:35 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 213.91.219.2 In-Reply-To: Mail-Followup-To: Miles Bader , emacs-devel@gnu.org, yavor@gnu.org User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.2 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI) X-Jabber-ID: doganov@jabber.minus273.org X-detected-kernel: by mx20.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:100924 Archived-At: Miles Bader wrote: >=20 > Makefile:72: /Additional/base.make: No such file or directory > Makefile:73: /Additional/gui.make: No such file or directory > make[1]: *** No rule to make target `/Additional/gui.make'. Stop. GNUSTEP_MAKEFILES is set to the empty string, since there is no such variable GNUSTEP_SYSTEM_MAKEFILES in GNUstep.conf. The trivial patch below fixes at least this problem. --- configure.in 18 =D1=8E=D0=BB=D0=B8 2008 09:21:53 +0300 1.546 +++ configure.in 18 =D1=8E=D0=BB=D0=B8 2008 09:43:40 +0300=09 @@ -1240,7 +1240,7 @@ ns_appbindir=3D`pwd`/nextstep/Emacs.app ns_appresdir=3D`pwd`/nextstep/Emacs.app/Resources ns_appsrc=3D${srcdir}/nextstep/GNUstep/Emacs.base - GNUSTEP_MAKEFILES=3D"$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTE= P_SYSTEM_MAKEFILES)" + GNUSTEP_MAKEFILES=3D"$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTE= P_MAKEFILES)" GNUSTEP_SYSTEM_HEADERS=3D"$(source /etc/GNUstep/GNUstep.conf; echo $G= NUSTEP_SYSTEM_HEADERS)" GNUSTEP_SYSTEM_LIBRARIES=3D"$(source /etc/GNUstep/GNUstep.conf; echo = $GNUSTEP_SYSTEM_LIBRARIES)" CPPFLAGS=3D"$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS}"