From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.devel Subject: Re: Pretest Date: Sat, 28 Oct 2006 15:30:58 +0200 Message-ID: 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 1162042468 27174 80.91.229.2 (28 Oct 2006 13:34:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Oct 2006 13:34:28 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 28 15:34:25 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 1GdoK7-0005Vm-Ea for ged-emacs-devel@m.gmane.org; Sat, 28 Oct 2006 15:34:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdoK6-0001qC-TG for ged-emacs-devel@m.gmane.org; Sat, 28 Oct 2006 09:34:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GdoJs-0001q0-L8 for emacs-devel@gnu.org; Sat, 28 Oct 2006 09:33:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GdoJm-0001mw-NO for emacs-devel@gnu.org; Sat, 28 Oct 2006 09:33:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdoJm-0001mn-Bl for emacs-devel@gnu.org; Sat, 28 Oct 2006 09:33:46 -0400 Original-Received: from [193.99.153.30] (helo=seneca.benny.turtle-trading.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GdoJm-0008BK-5C for emacs-devel@gnu.org; Sat, 28 Oct 2006 09:33:46 -0400 Original-Received: from seneca.benny.turtle-trading.net.turtle-trading.net (seneca.benny.turtle-trading.net [127.0.0.1]) (authenticated bits=0) by seneca.benny.turtle-trading.net (8.12.8/8.12.8) with ESMTP id k9SDUxLo021950; Sat, 28 Oct 2006 15:31:03 +0200 Original-To: Chong Yidong In-Reply-To: <87lkn1tzav.fsf@stupidchicken.com> (Chong Yidong's message of "Fri, 27 Oct 2006 13:59:36 -0400") User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (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:61284 Archived-At: 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. benny