From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dimitri Hendriks Newsgroups: gmane.emacs.devel Subject: install for x11 on mac os x Date: Mon, 6 Dec 2004 14:44:41 +0100 Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1102340720 23521 80.91.229.6 (6 Dec 2004 13:45:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Dec 2004 13:45:20 +0000 (UTC) Cc: Dimitri Hendriks Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 06 14:45:15 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CbJAw-0005Pr-00 for ; Mon, 06 Dec 2004 14:45:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CbJKg-00033J-Re for ged-emacs-devel@m.gmane.org; Mon, 06 Dec 2004 08:55:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CbJKE-00033D-SE for emacs-devel@gnu.org; Mon, 06 Dec 2004 08:54:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CbJKE-000331-D3 for emacs-devel@gnu.org; Mon, 06 Dec 2004 08:54:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CbJKE-00032y-As for emacs-devel@gnu.org; Mon, 06 Dec 2004 08:54:50 -0500 Original-Received: from [131.174.33.4] (helo=pandora.cs.kun.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CbJAR-0006uv-Ja for emacs-devel@gnu.org; Mon, 06 Dec 2004 08:44:43 -0500 Original-Received: from jarvis.cs.kun.nl [131.174.33.64] (helo=[131.174.33.64]) by pandora.cs.kun.nl (8.12.10/4.23) with ESMTP id iB6DiftN025661; Mon, 6 Dec 2004 14:44:41 +0100 (MET) Original-To: emacs-devel@gnu.org X-Mailer: Apple Mail (2.619) 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: main.gmane.org gmane.emacs.devel:30748 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30748 I'm trying to install emacs in mac os x, but I run into problems. Can you help me out? Here's what I did: cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs cd emacs ./configure --with-x --without-carbon make bootstrap This all seems to work fine. Unfortunately, it only gives me a terminal-mode emacs, which is not I want! I want it to be running under the X11, an X window server and the full GUI as UNIX users are used to. The behaviour I have is as if I had not set the $DISPLAY variable, but I did! Moreover, other X programs do behave as expected. What's wrong? Thanks in advance, Dimitri Hendriks ps. I also tried the so-called carbon version (with ./configure --with-carbin --without-x), but when I try to open emacs/mac/Emacs.app I get the message: "You cannot open the application "Emacs" because it may be damaged or incomplete".