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:15:24 +0000 (UTC) Message-ID: References: <20080718080208.ou15qnjtt4go8o4k@imap.suse.de> <20080722053011.e1ba3ydgm5w8w8gg@imap.suse.de> 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 1216858550 16657 80.91.229.12 (24 Jul 2008 00:15:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jul 2008 00:15:50 +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:16:39 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 1KLoVY-0000Th-8G for ged-emacs-devel@m.gmane.org; Thu, 24 Jul 2008 02:16:36 +0200 Original-Received: from localhost ([127.0.0.1]:49315 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLoUe-0003eW-QE for ged-emacs-devel@m.gmane.org; Wed, 23 Jul 2008 20:15:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLoUa-0003eH-GQ for emacs-devel@gnu.org; Wed, 23 Jul 2008 20:15:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLoUZ-0003dw-2d for emacs-devel@gnu.org; Wed, 23 Jul 2008 20:15:36 -0400 Original-Received: from [199.232.76.173] (port=40452 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLoUY-0003dt-S3 for emacs-devel@gnu.org; Wed, 23 Jul 2008 20:15:34 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:34141 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 1KLoUY-0001WD-Gc for emacs-devel@gnu.org; Wed, 23 Jul 2008 20:15:34 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KLoUW-0002us-0H for emacs-devel@gnu.org; Thu, 24 Jul 2008 00:15:32 +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:15:31 +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:15:31 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 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:101349 Archived-At: Karl Eichwalder suse.de> writes: > --with-ns still fails on MacOSX 10.4.11 (PPC): > > ./configure --with-ns > /usr/bin/make bootstrap > > With the error message: > > make[2]: *** No rule to make target > `/Users/ke/emacs/nextstep/Cocoa/Emacs.base', needed by > `/Users/ke/emacs/nextstep/Emacs.app'. Stop. "nextstep/Cocoa/Emacs.base" should be a directory in the source tree. Can you check if it is there, and if it is, why make is thinking it needs to be created?