From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Thompson Newsgroups: gmane.emacs.devel Subject: Re: Pretest Date: Tue, 31 Oct 2006 09:44:03 +0000 (UTC) Message-ID: References: <87lkn1tzav.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1162289196 16967 80.91.229.2 (31 Oct 2006 10:06:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Oct 2006 10:06:36 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 31 11:06:34 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 1GeqVr-00061g-6G for ged-emacs-devel@m.gmane.org; Tue, 31 Oct 2006 11:06:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeqVq-0007UH-DN for ged-emacs-devel@m.gmane.org; Tue, 31 Oct 2006 05:06:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GeqG2-000236-Ac for emacs-devel@gnu.org; Tue, 31 Oct 2006 04:50:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GeqG0-00022H-QK for emacs-devel@gnu.org; Tue, 31 Oct 2006 04:50:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GeqFz-00021j-MF for emacs-devel@gnu.org; Tue, 31 Oct 2006 04:50:07 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GeqFz-0006B7-IM for emacs-devel@gnu.org; Tue, 31 Oct 2006 04:50:07 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GeqFu-0002uI-MS for emacs-devel@gnu.org; Tue, 31 Oct 2006 10:50:03 +0100 Original-Received: from rrcs-67-52-77-54.west.biz.rr.com ([67.52.77.54]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Oct 2006 10:50:02 +0100 Original-Received: from jim by rrcs-67-52-77-54.west.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Oct 2006 10:50:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 36 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 67.52.77.54 (Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3) 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:61468 Archived-At: Chong Yidong stupidchicken.com> writes: > > With Richard's agreement, I've bumped the version number to 22.0.90 > and rolled a pretest tarball. The tarball can be found at > > ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-22.0.90.tar.gz Building on MacOS X fails. The target ../mac/Emacs.app/Contents/Resources/Emacs.icns referenced by the target 'macos-bund' can't be resolved. I used the file found here: http://www2.ing.unipi.it/~d9615/homepage/mac/myemacs.icns copied to mac/Emacs.app/Contents/Resources/Emacs.icns and the build completed. I then re-ran 'configure', passing it --enable-carbon-app' (I'd left out '--enable-carbon-app' on the first run), followed by 'make install', and all that seemed to work. You might want to populate .../mac/Emacs.app/Contents/Resource/Emacs.icns mac/ChangeLog says it should be there: --- 2002-07-01 Andrew Choi * Emacs.app/Contents/Resources/Emacs.icns: New file. --- Thanks! Jim