From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Eichwalder Newsgroups: gmane.emacs.devel Subject: Re: gnustep build broken Date: Tue, 22 Jul 2008 05:30:11 +0200 Message-ID: <20080722053011.e1ba3ydgm5w8w8gg@imap.suse.de> References: <20080718080208.ou15qnjtt4go8o4k@imap.suse.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216697432 31118 80.91.229.12 (22 Jul 2008 03:30:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 03:30:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 22 05:31:21 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 1KL8au-0006BK-Df for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 05:31:20 +0200 Original-Received: from localhost ([127.0.0.1]:55534 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KL8a1-00062h-7p for ged-emacs-devel@m.gmane.org; Mon, 21 Jul 2008 23:30:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KL8Zv-0005zF-DL for emacs-devel@gnu.org; Mon, 21 Jul 2008 23:30:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KL8Zt-0005ym-WF for emacs-devel@gnu.org; Mon, 21 Jul 2008 23:30:18 -0400 Original-Received: from [199.232.76.173] (port=45945 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KL8Zt-0005yj-Qc for emacs-devel@gnu.org; Mon, 21 Jul 2008 23:30:17 -0400 Original-Received: from mx2.suse.de ([195.135.220.15]:36641) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KL8Zq-0007RY-St for emacs-devel@gnu.org; Mon, 21 Jul 2008 23:30:15 -0400 Original-Received: from Relay2.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 9048145C39 for ; Tue, 22 Jul 2008 05:30:11 +0200 (CEST) X-Priority: 3 (Normal) In-Reply-To: <20080718080208.ou15qnjtt4go8o4k@imap.suse.de> Content-Disposition: inline User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:101155 Archived-At: --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. make[1]: *** [src] Error 2 make: *** [bootstrap] Error 2 Karl