From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.devel Subject: Re: Emacs with X11 on Mac OS X Date: Mon, 26 Aug 2002 16:54:36 -0600 Sender: emacs-devel-admin@gnu.org Message-ID: References: <15722.44597.628298.597724@hurricane.OCF.Berkeley.EDU> Reply-To: akochoi@shaw.ca NNTP-Posting-Host: localhost.gmane.org Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1030402490 26745 127.0.0.1 (26 Aug 2002 22:54:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 26 Aug 2002 22:54:50 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17jSkx-0006ws-00 for ; Tue, 27 Aug 2002 00:54:47 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17jTFy-0000Pc-00 for ; Tue, 27 Aug 2002 01:26:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17jSmF-0001cS-00; Mon, 26 Aug 2002 18:56:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17jSku-0001WU-00 for emacs-devel@gnu.org; Mon, 26 Aug 2002 18:54:44 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17jSks-0001W3-00 for emacs-devel@gnu.org; Mon, 26 Aug 2002 18:54:44 -0400 Original-Received: from shawidc-mo1.cg.shawcable.net ([24.71.223.10] helo=pd5mo1so.prod.shaw.ca) by monty-python.gnu.org with esmtp (Exim 4.10) id 17jSks-0001Vr-00 for emacs-devel@gnu.org; Mon, 26 Aug 2002 18:54:42 -0400 Original-Received: from pd2mr2so.prod.shaw.ca (pd2mr2so-ser.prod.shaw.ca [10.0.141.109]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H1H003HY3N52C@l-daemon> for emacs-devel@gnu.org; Mon, 26 Aug 2002 16:54:41 -0600 (MDT) Original-Received: from pn2ml4so.prod.shaw.ca (pn2ml4so-qfe0.prod.shaw.ca [10.0.121.148]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H1H008IU3N561@l-daemon> for emacs-devel@gnu.org; Mon, 26 Aug 2002 16:54:41 -0600 (MDT) Original-Received: from localhost.shawmail (h24-71-203-212.cg.shawcable.net [24.71.203.212]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H1H007NO3N4ZC@l-daemon> for emacs-devel@gnu.org; Mon, 26 Aug 2002 16:54:41 -0600 (MDT) In-Reply-To: <15722.44597.628298.597724@hurricane.OCF.Berkeley.EDU> Original-To: tfb@OCF.Berkeley.EDU Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6947 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6947 > I'm trying to get an Emacs with X11 support to run under Mac OS X > (10.1). [...] So, I checked out the code in CVS this morning, which > makes it through 'configure', anyway, but dies during 'make > bootstrap', with conflicting symbols in macterm.h and xterm.h. > > So, does anyone have advice on how to proceed? Have others built > Emacs with X11 support for OS X? [...] >From the file mac/INSTALL: If you are building Emacs to run on Mac OS X and X Window, you need to create a directory containing statically-linked X libraries. sudo mkdir /usr/X11R6/libstatic cd /usr/X11R6/libstatic sudo ln -s ../lib/lib*.a ../lib/X11 . Instead of typing `./configure' above, type ./configure --without-carbon --with-x --x-libraries=/usr/X11R6/libstatic ^^^^^^^^^^^^^^^^^^^^^^^^^