From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Pretest Date: Sat, 28 Oct 2006 11:25:18 -0400 Message-ID: <87r6wsmpi9.fsf@stupidchicken.com> References: <87lkn1tzav.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162049135 14560 80.91.229.2 (28 Oct 2006 15:25:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Oct 2006 15:25:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 28 17:25:33 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gdq3q-0006i6-KX for ged-emacs-devel@m.gmane.org; Sat, 28 Oct 2006 17:25:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gdq3q-00049k-3j for ged-emacs-devel@m.gmane.org; Sat, 28 Oct 2006 11:25:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gdq3R-0003zf-AV for emacs-devel@gnu.org; Sat, 28 Oct 2006 11:25:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gdq3P-0003yx-Pl for emacs-devel@gnu.org; Sat, 28 Oct 2006 11:25:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gdq3P-0003ys-J4 for emacs-devel@gnu.org; Sat, 28 Oct 2006 11:24:59 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gdq3P-0000Fe-Fw for emacs-devel@gnu.org; Sat, 28 Oct 2006 11:24:59 -0400 Original-Received: by cyd (Postfix, from userid 1000) id A54A84E42C; Sat, 28 Oct 2006 11:25:18 -0400 (EDT) Original-To: Benjamin Riefenstahl In-Reply-To: (Benjamin Riefenstahl's message of "Sat\, 28 Oct 2006 15\:30\:58 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux) 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:61289 Archived-At: Benjamin Riefenstahl writes: > Hi, > > > Chong Yidong writes: >> I've bumped the version number to 22.0.90 and rolled a pretest >> tarball. > > Cool. > >> it would be nice if people could take a look and make sure there are >> no problems building from, > > Building on Mac OS X (10.3), "make" fails with (last lines only): > > Writing LC_UNIXTHREAD command > 26524 unused bytes follow Mach-O header > 1099612 pure bytes used > ./emacs -q -batch -f list-load-path-shadows > make[1]: *** No rule to make target `/Users/benny/Projects/emacs-22.0.90/src/../mac/Emacs.app/Contents/Resources/Emacs.icns', needed by `macosx-bundle'. Stop. > make: *** [src] Error 2 > > It seems that mac/Emacs.app/Contents/Resources/Emacs.icns is missing. > > After I copy the file from a CVS checkout, "make" proceeds and the > result of "make install" seems to work fine. Yamamoto Mitsuharu has fixed this bug, and the files required to compile on Macs should be included in the next pretest tarball.