From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Vincent LADEUIL Newsgroups: gmane.emacs.devel Subject: Re: problem with self-contained emacs Date: 15 Apr 2004 11:10:54 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <4074C928.2070801@mac.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082020519 2195 80.91.224.253 (15 Apr 2004 09:15:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Apr 2004 09:15:19 +0000 (UTC) Cc: Steven Tamm , Jordan Breeding Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Apr 15 11:15:10 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BE2xi-0007TE-00 for ; Thu, 15 Apr 2004 11:15:10 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BE2xh-0000pQ-00 for ; Thu, 15 Apr 2004 11:15:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BE2vS-0005GZ-CN for emacs-devel@quimby.gnus.org; Thu, 15 Apr 2004 05:12:50 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BE2ur-0005Dx-KO for emacs-devel@gnu.org; Thu, 15 Apr 2004 05:12:13 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BE2uL-0004zW-EQ for emacs-devel@gnu.org; Thu, 15 Apr 2004 05:12:12 -0400 Original-Received: from [213.228.0.62] (helo=postfix4-1.free.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BE2td-0004g9-LS for emacs-devel@gnu.org; Thu, 15 Apr 2004 05:10:57 -0400 Original-Received: from leclerc-1-81-56-32-165.fbx.proxad.net (leclerc-1-81-56-32-165.fbx.proxad.net [81.56.32.165]) by postfix4-1.free.fr (Postfix) with ESMTP id 6612DDD916; Thu, 15 Apr 2004 11:10:55 +0200 (CEST) Original-Received: by leclerc-1-81-56-32-165.fbx.proxad.net (Postfix, from userid 502) id 5010F5DB66; Thu, 15 Apr 2004 11:10:55 +0200 (CEST) Original-To: emacs-devel , In-Reply-To: Original-Lines: 37 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 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:21674 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21674 >>>>> "Steven" == Steven Tamm writes: Steven> Sorry for the late reply, I was out of the country. Steven> Does anyone else have an idea about this. I know the Steven> problem is related to init_mac_osx_environment (sp?) Steven> and other people have gotten it to work. Steven> Thanks, -Steven Steven> On Apr 7, 2004, at 8:38 PM, Jordan Breeding wrote: > Hello, >> >> I am building emacs from cvs. If I set self_contained=yes >> in the make-package script everything seems to go fine >> during the build. Then I can check the Emacs.app package >> and it has everything include, however, when I launch the >> resulting app from the finder or from the command line >> `/Application/Emacs.app/Contents/MacOS/Emacs` (I think >> that is it, you get the point...) Emacs complains that it >> can't find >> /usr/local/share/emacs/21.3.50/{lisp,leim,site-lisp}. I build emacs with --prefix=/none When it complains that Warning: Lisp directory `/none/share/emacs/21.3.50/site-lisp' does not exist. Warning: Lisp directory `/none/share/emacs/site-lisp' does not exist. Warning: Lisp directory `/none/share/emacs/21.3.50/leim' does not exist. Warning: Lisp directory `/none/share/emacs/21.3.50/lisp' does not exist. I know that I can safely ignore these warnings. This is only a workaround of course. And '/none' does not exist. Vincent