From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Piet van Oostrum Newsgroups: gmane.emacs.devel Subject: emacs -nw on Mac OS X Date: Sun, 24 Dec 2006 22:31:15 +0100 Message-ID: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1166995938 10580 80.91.229.10 (24 Dec 2006 21:32:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Dec 2006 21:32:18 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 24 22:32:16 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gyax5-0008HJ-9S for ged-emacs-devel@m.gmane.org; Sun, 24 Dec 2006 22:32:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gyax4-0008By-MN for ged-emacs-devel@m.gmane.org; Sun, 24 Dec 2006 16:32:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GyawH-0007vn-LC for emacs-devel@gnu.org; Sun, 24 Dec 2006 16:31:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GyawF-0007uO-TT for emacs-devel@gnu.org; Sun, 24 Dec 2006 16:31:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GyawF-0007uD-Ox for emacs-devel@gnu.org; Sun, 24 Dec 2006 16:31:23 -0500 Original-Received: from [195.121.247.12] (helo=psmtp03.wxs.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GyawF-0003r5-Bw for emacs-devel@gnu.org; Sun, 24 Dec 2006 16:31:23 -0500 Original-Received: from ordesa.cs.uu.nl (ip565c6aef.direct-adsl.nl [86.92.106.239]) by psmtp03.wxs.nl (iPlanet Messaging Server 5.2 HotFix 2.15 (built Nov 14 2006)) with ESMTP id <0JAS009F5RS9WS@psmtp03.wxs.nl> for emacs-devel@gnu.org; Sun, 24 Dec 2006 22:31:21 +0100 (MET) Original-Received: by ordesa.cs.uu.nl (Postfix, from userid -2) id 15E995AAFD1; Sun, 24 Dec 2006 22:31:19 +0100 (CET) Original-Received: from ordesa.lan (localhost [127.0.0.1]) by ordesa.cs.uu.nl (Postfix) with ESMTP id 35F935AAFB8 for ; Sun, 24 Dec 2006 22:31:19 +0100 (CET) Original-To: emacs-devel@gnu.org X-Mailer: emacs 22.0.92.2 (via feedmail 8 I) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (darwin) 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:64221 Archived-At: The pretest (22.0.92) on Mac OS X when installed as a Mac OS X application (/Application/Emacs.app) will not run properly in a terminal. When the application is built in the mac subdirectory with the command: ./make-package --self-contained --build-in-place --app-symlink emacs -nw or Applications/Emacs.app/Contents/MacOS/bin/emacs -nw complain: Warning: arch-dependent data dir (/usr/local/libexec/emacs/22.0.92/powerpc-apple-darwin8.8.0/) does not exist. I also tried to give the build command an additional --prefix option ./make-package --self-contained --build-in-place --app-symlink --prefix=/Applications/Emacs.app/Contents/Resources Then the message becomes: Warning: arch-dependent data dir (/Applications/Emacs.app/Contents/Resources/libexec/emacs/22.0.92/powerpc-apple-darwin8.8.0/) does not exist. The real path of the architecture-dependent data dir is /Applications/Emacs.app/Contents/Resources/libexec/, but this is only set if emacs is started as /Applications/Emacs.app/Contents/MacOS/Emacs Although this is a warning the resulting emacs fails, probably because other paths also are incorrect. I also tried to start emacs from a terminal with /Applications/Emacs.app/Contents/MacOS/Emacs -nw but that complains about: error: Mac native windows not in use or not initialized -- Piet van Oostrum URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4] Private email: piet@vanoostrum.org