From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adrian Robert Newsgroups: gmane.emacs.devel Subject: Re: gnustep build broken Date: Thu, 24 Jul 2008 00:19:38 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216858822 17224 80.91.229.12 (24 Jul 2008 00:20:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jul 2008 00:20:22 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 24 02:21:11 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 1KLoZy-0001U5-Uw for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2008 02:21:11 +0200 Original-Received: from localhost ([127.0.0.1]:39992 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLoZ5-0005nb-5o for ged-emacs-devel@m.gmane.org; Wed, 23 Jul 2008 20:20:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLoZ0-0005kq-05 for emacs-devel@gnu.org; Wed, 23 Jul 2008 20:20:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLoYy-0005im-KD for emacs-devel@gnu.org; Wed, 23 Jul 2008 20:20:09 -0400 Original-Received: from [199.232.76.173] (port=43093 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLoYy-0005iY-BA for emacs-devel@gnu.org; Wed, 23 Jul 2008 20:20:08 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:59374 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KLoYx-0002Ay-RS for emacs-devel@gnu.org; Wed, 23 Jul 2008 20:20:08 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1KLoYs-00034a-Ph for emacs-devel@gnu.org; Thu, 24 Jul 2008 00:20:02 +0000 Original-Received: from dpc67142130034.direcpc.com ([67.142.130.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Jul 2008 00:20:02 +0000 Original-Received: from Adrian.B.Robert by dpc67142130034.direcpc.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Jul 2008 00:20:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 67.142.130.34 (Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/523 (KHTML, like Gecko, Safari/523.10) OmniWeb/v621.0.99313) 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:101351 Archived-At: Miles Bader necel.com> writes: > > I tried again today to build NS emacs using gnustep, and it broke pretty > early, after succeeding only to build lib-src. Apparently it is > expecting to be build on mac-os using apple's make? > ... > make[1]: Entering directory `/usr/local/src/emacs/gnustep/src' > 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. > make[1]: Leaving directory `/usr/local/src/emacs/gnustep/src' > make: *** [src] Error 2 It appears that @GNUSTEP_MAKEFILES@ is not being set/substituted by configure. Configure tries to find this by the line: GNUSTEP_MAKEFILES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_MAKEFILES)" Does /etc/GNUSTEP/GNUSTEP.conf exist on your GNUstep installation? If it is a different path, is there any way this could be discovered through an environment variable or an executable on the path?