From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Gilbert Harman Newsgroups: gmane.emacs.devel Subject: Re: mac/INSTALL needs editing Date: Wed, 10 Aug 2005 08:44:22 -0400 Message-ID: References: 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 1123678726 22657 80.91.229.2 (10 Aug 2005 12:58:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Aug 2005 12:58:46 +0000 (UTC) Cc: "emacs-devel@gnu.org" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 10 14:58:36 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E2q7v-0006Kd-Bg for ged-emacs-devel@m.gmane.org; Wed, 10 Aug 2005 14:56:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E2qB2-0006Xa-A1 for ged-emacs-devel@m.gmane.org; Wed, 10 Aug 2005 08:59:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E2q9t-0006BD-SU for emacs-devel@gnu.org; Wed, 10 Aug 2005 08:58:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E2q9i-00064x-Sx for emacs-devel@gnu.org; Wed, 10 Aug 2005 08:58:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E2q9i-0005zS-JS for emacs-devel@gnu.org; Wed, 10 Aug 2005 08:58:02 -0400 Original-Received: from [128.112.130.38] (helo=Princeton.EDU) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E2qAh-0007q1-LA for emacs-devel@gnu.org; Wed, 10 Aug 2005 08:59:03 -0400 Original-Received: from smtpserver2.Princeton.EDU (smtpserver2.Princeton.EDU [128.112.129.148]) by Princeton.EDU (8.12.9/8.12.9) with ESMTP id j7ACiPou010070; Wed, 10 Aug 2005 08:44:26 -0400 (EDT) Original-Received: from [10.0.1.2] (pool-70-104-79-81.pskn.east.verizon.net [70.104.79.81]) (authenticated bits=0) by smtpserver2.Princeton.EDU (8.12.9/8.12.9) with ESMTP id j7ACiNU5012716 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NOT); Wed, 10 Aug 2005 08:44:24 -0400 (EDT) User-Agent: Microsoft-Entourage/11.1.0.040913 Original-To: Stefan Monnier , YAMAMOTO Mitsuharu In-Reply-To: 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:41858 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41858 I do not have X Window installed, but I just tried the following on the current CVS emacs: ./configure --without-x --enable-carbon-app make bootstrap sudo make install It did result in a usable Emacs.app in /Applications: GNU Emacs 22.0.50.1 (powerpc-apple-darwin8.2.0) of 2005-08-10 on Gilbert-Harmans-Computer.local Gil Stefan Monnier wrote: >> You need to specify --without-x as described in mac/INSTALL: > >> If you have X Window installed on your Mac and you are building Emacs >> to run under Carbon and not X Window, you need to type `./configure >> --without-x' instead of `./configure'. > >> Though mac/INSTALL contains sufficient information, it would make >> sense to prefer Carbon (even if X11 is installed) when either >> --with-carbon or --enable-carbon-app is specified explicitly. > > Actually, last time I tried, you had to explicitly disable either Carbon or > X in order for the compilation to succeed, so I think that as long as we > can't build an Emacs that can use both Carbon and X (and tty), we should > automatically disable Carbon if X is specified and automatically disable > X if Carbon is specified. By default one of the two should be selected, > probably Carbon. > > > Stefan >