From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Current CVS version install breaks on Mac OSX Date: 15 Mar 2004 08:08:43 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <3028-Sun14Mar2004190829+0200-eliz@elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1079330916 14923 80.91.224.253 (15 Mar 2004 06:08:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Mar 2004 06:08:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 15 07:08:29 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 1B2lH2-0008Ra-00 for ; Mon, 15 Mar 2004 07:08:28 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B2lH2-0002am-00 for ; Mon, 15 Mar 2004 07:08:28 +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 1B2lFh-0007oh-6g for emacs-devel@quimby.gnus.org; Mon, 15 Mar 2004 01:07:05 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B2lFZ-0007ma-EH for emacs-devel@gnu.org; Mon, 15 Mar 2004 01:06:57 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B2lF0-0007MI-U0 for emacs-devel@gnu.org; Mon, 15 Mar 2004 01:06:54 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.30) id 1B2lEz-0007HS-Nm; Mon, 15 Mar 2004 01:06:22 -0500 Original-To: Piet van Oostrum In-reply-to: (message from Piet van Oostrum on 14 Mar 2004 21:20:00 +0100) 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:20486 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20486 > From: Piet van Oostrum > Date: 14 Mar 2004 21:20:00 +0100 > > In fact it means that this code can be taken out of the HAVE-X-WINDOWS > condition. Then only a single copy is necessary. You mean, the HAVE_CARBON case? Well, it was outside the HAVE_X_WINDOWS condition, but someone, I think Kim, changed that. I guess it was done to simplify the other builds: the X toolkit and the GTK one. Personally, I don't care much how we factor that (src/Makefile.in is a complex piece stuff, and the fact that it is preprocessed by cpp doesn't help), as long as it works for all the ports and build variants. The --without-x case, btw, is the one most frequently broken, as it is very rarely used, or so it seems. I'm surprised that not one, but 2 separate reports about it were posted just this week.