From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nozomu Ando Newsgroups: gmane.emacs.devel Subject: Re: Patch to get Emacs to work on MacOS 10.3 (Panther) Date: Mon, 3 Nov 2003 17:28:59 +0900 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <636D6972-0D95-11D8-A8A6-000A95D9C74C@fugue.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1067849013 28997 80.91.224.253 (3 Nov 2003 08:43:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Nov 2003 08:43:33 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Nov 03 09:43:31 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AGaJ9-0004rL-00 for ; Mon, 03 Nov 2003 09:43:31 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AGaJ8-0005P7-00 for ; Mon, 03 Nov 2003 09:43:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AGaFk-0003nl-Bn for emacs-devel@quimby.gnus.org; Mon, 03 Nov 2003 03:40:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AGa9h-0006jv-Ie for emacs-devel@gnu.org; Mon, 03 Nov 2003 03:33:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AGa8x-0006VL-N4 for emacs-devel@gnu.org; Mon, 03 Nov 2003 03:33:31 -0500 Original-Received: from [17.250.248.89] (helo=smtpout.mac.com) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AGa8o-0006TX-Qs for emacs-devel@gnu.org; Mon, 03 Nov 2003 03:32:50 -0500 Original-Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id hA38T69D029866; Mon, 3 Nov 2003 00:29:06 -0800 (PST) Original-Received: from [192.168.2.198] (v221119156177.4v6.dion.ne.jp [221.119.156.177]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 3.0) with ESMTP id hA38T4pb009895 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Mon, 3 Nov 2003 00:29:05 -0800 (PST) In-Reply-To: <636D6972-0D95-11D8-A8A6-000A95D9C74C@fugue.com> Original-To: Ted Lemon X-Mailer: Apple Mail (2.606) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:17662 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:17662 On Nov 3, 2003, at 9:33 AM, Ted Lemon wrote: > I get the feeling that this may come as a surprise to some other users > of Emacs on Panther, but I have been unable to get it to come up as a > Carbon app, although it runs find with -nw. Near as I can figure, > for some reason the Carbon framework is having trouble finding the > window resources in Emacs.app/Contents/Resources/Emacs.rsrc, even > though ktrace shows it opening the file and reading it just before it > dumps core. Perhaps you have clobbered Emacs.rsrc. Didn't you see any error message when compiling? Try cvs update and to build from scratch, please. Nozomu Ando