From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: install error on Mac OS X Date: Sun, 05 Nov 2006 02:07:43 -0500 Message-ID: References: <86ac3cqbna.fsf@rakim.cfhp.org> <20061101.090235.63826615.kazu@iij.ad.jp> <86fyd2knb3.fsf@blue.stonehenge.com> <86wt6cnya2.fsf@blue.stonehenge.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1162710519 3871 80.91.229.2 (5 Nov 2006 07:08:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Nov 2006 07:08:39 +0000 (UTC) Cc: emacs-devel@gnu.org, merlyn@stonehenge.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 05 08:08:38 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ggc7J-0004QU-W4 for ged-emacs-devel@m.gmane.org; Sun, 05 Nov 2006 08:08:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ggc7J-0001j2-G3 for ged-emacs-devel@m.gmane.org; Sun, 05 Nov 2006 02:08:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ggc6d-0001Uv-7m for emacs-devel@gnu.org; Sun, 05 Nov 2006 02:07:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ggc6c-0001UF-9y for emacs-devel@gnu.org; Sun, 05 Nov 2006 02:07:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ggc6c-0001U8-0g for emacs-devel@gnu.org; Sun, 05 Nov 2006 02:07:46 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Ggc6b-0001v7-LV for emacs-devel@gnu.org; Sun, 05 Nov 2006 02:07:45 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Ggc6Z-0005qR-Cj; Sun, 05 Nov 2006 02:07:43 -0500 Original-To: YAMAMOTO Mitsuharu In-reply-to: (message from YAMAMOTO Mitsuharu on Sat, 04 Nov 2006 12:11:49 +0900) 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:61806 Archived-At: Mac OS X does not install X11 by default. And --without-x is not necessary to build the Carbon version unless X11 was additionally installed to the system. If the usual case on the Mac is to use Carbon and not X, it seems to me that Emacs should ALWAYS use Carbon when built in the default way. To use X should require a specific option.