From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Piet van Oostrum Newsgroups: gmane.emacs.devel Subject: Current CVS version install breaks on Mac OSX Date: 14 Mar 2004 16:13:17 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1079277435 15764 80.91.224.253 (14 Mar 2004 15:17:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Mar 2004 15:17:15 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Mar 14 16:17:04 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B2XMO-0003xl-00 for ; Sun, 14 Mar 2004 16:17:04 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B2XMN-0006vz-00 for ; Sun, 14 Mar 2004 16:17:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B2XKz-0008NB-GQ for emacs-devel@quimby.gnus.org; Sun, 14 Mar 2004 10:15:37 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B2XJ8-0007i2-PU for emacs-devel@gnu.org; Sun, 14 Mar 2004 10:13:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B2XIS-0006lO-KA for emacs-devel@gnu.org; Sun, 14 Mar 2004 10:13:32 -0500 Original-Received: from [213.116.170.110] (helo=ordesa.cs.uu.nl) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B2XIA-0006Xn-TS for emacs-devel@gnu.org; Sun, 14 Mar 2004 10:12:43 -0500 Original-Received: from Ordesa.local (localhost [127.0.0.1]) by ordesa.cs.uu.nl (Postfix) with ESMTP id 4510D112BC4 for ; Sun, 14 Mar 2004 16:13:23 +0100 (CET) X-Mailer: emacs 21.3.50.1 (via feedmail 8 I) Original-To: emacs-devel@gnu.org Original-Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20458 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20458 Current CVS version install breaks on Mac OSX for the Carbon version ( ./configure --enable-carbon-app --without-x) This is caused by this change: 2004-03-13 Eli Zaretskii * Makefile.in (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined. I don't understand why that include is there because it is in the 'not HAVE_X_WINDOWS' branch. In the 'HAVE_X_WINDOWS' branch it is already there conditionalized on 'not HAVE_CARBON' I think xmenu.o only works with HAVE_X_WINDOWS. Anyway in Carbon Emacs it won't compile because the X11 headers are not included. Moreover it shouldn't be included as macmenu.o takes over the required functionality. -- Piet van Oostrum URL: http://www.cs.uu.nl/~piet [PGP] Private email: P.van.Oostrum@hccnet.nl