From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: mac/INSTALL needs editing Date: Wed, 10 Aug 2005 04:47:17 -0400 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1123665390 16629 80.91.229.2 (10 Aug 2005 09:16:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Aug 2005 09:16:30 +0000 (UTC) Cc: Gilbert Harman , "emacs-devel@gnu.org" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 10 11:16:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E2mfp-0004U3-5S for ged-emacs-devel@m.gmane.org; Wed, 10 Aug 2005 11:14:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E2miv-00080R-DA for ged-emacs-devel@m.gmane.org; Wed, 10 Aug 2005 05:18:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E2mTC-0003lK-ID for emacs-devel@gnu.org; Wed, 10 Aug 2005 05:01:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E2mTA-0003kq-Pq for emacs-devel@gnu.org; Wed, 10 Aug 2005 05:01:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E2mRa-0003CL-3N for emacs-devel@gnu.org; Wed, 10 Aug 2005 05:00:14 -0400 Original-Received: from [195.186.19.61] (helo=mail12.bluewin.ch) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E2mTA-0000cG-91 for emacs-devel@gnu.org; Wed, 10 Aug 2005 05:01:52 -0400 Original-Received: from empanada.local (83.76.14.40) by mail12.bluewin.ch (Bluewin 7.2.063) id 42D27D8500468F62; Wed, 10 Aug 2005 08:47:17 +0000 Original-Received: by empanada.local (Postfix, from userid 502) id CDC1A600741; Wed, 10 Aug 2005 04:47:18 -0400 (EDT) Original-To: YAMAMOTO Mitsuharu In-Reply-To: (YAMAMOTO Mitsuharu's message of "Wed, 10 Aug 2005 10:51:20 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (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:41850 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41850 > 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