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: Re: Current CVS version install breaks on Mac OSX Date: 14 Mar 2004 21:20:00 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <3028-Sun14Mar2004190829+0200-eliz@elta.co.il> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1079295875 24621 80.91.224.253 (14 Mar 2004 20:24:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Mar 2004 20:24:35 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Mar 14 21:24:27 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 1B2c9r-0001rc-00 for ; Sun, 14 Mar 2004 21:24:27 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B2c9r-0000eO-00 for ; Sun, 14 Mar 2004 21:24:27 +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 1B2c7r-0007XJ-TQ for emacs-devel@quimby.gnus.org; Sun, 14 Mar 2004 15:22:23 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B2c7R-0007WD-8b for emacs-devel@gnu.org; Sun, 14 Mar 2004 15:21:57 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B2c51-0005o3-Si for emacs-devel@gnu.org; Sun, 14 Mar 2004 15:20:00 -0500 Original-Received: from [213.116.168.51] (helo=ordesa.cs.uu.nl) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B2c50-0005n2-Qm for emacs-devel@gnu.org; Sun, 14 Mar 2004 15:19:27 -0500 Original-Received: from Ordesa.local (localhost [127.0.0.1]) by ordesa.cs.uu.nl (Postfix) with ESMTP id 34AEE1168B0 for ; Sun, 14 Mar 2004 21:20:05 +0100 (CET) X-Mailer: emacs 21.3.50.6 (via feedmail 8 I) Original-To: emacs-devel@gnu.org In-Reply-To: Original-Lines: 29 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:20471 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20471 >>>>> Steven Tamm (ST) wrote: >>> 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. >> >> Will this be fixed if the XMENU_OBJ definition I added, in the non-X >> branch, is conditioned with "#ifndef HAVE_CARBON"? If so, please feel >> free to commit such a change. ST> Yes & done. The build should work again for Carbon MacOSX. In fact it means that this code can be taken out of the HAVE-X-WINDOWS condition. Then only a single copy is necessary. By the way, I had a bizarre problem: Some .el files wouldn't be recompiled so I had some recent source files that were newer than their .elc file, e.g. lisp/mail/sendmail.el. It appears to be caused because I had my sources in ~/Projects/CVS/emacs. Maybe not wise to use CVS as dir name (I have changed it now to cvs). It was caused by this line in lisp/Makefile (it occurs twice): case $$file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | */=* ) ;; \ -- Piet van Oostrum URL: http://www.cs.uu.nl/~piet [PGP] Private email: P.van.Oostrum@hccnet.nl