From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: CVS HEAD currently broken on OSX Date: Fri, 16 Sep 2005 13:21:22 +0100 Message-ID: <432AB8C2.1010306@gnu.org> References: <86mzmeazog.fsf@blue.stonehenge.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1126876071 12773 80.91.229.2 (16 Sep 2005 13:07:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Sep 2005 13:07:51 +0000 (UTC) Cc: emacs-devel@gnu.org, "Randal L. Schwartz" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 16 15:07:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EGFvJ-0004ii-OE for ged-emacs-devel@m.gmane.org; Fri, 16 Sep 2005 15:06:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EGFvI-00030v-Ie for ged-emacs-devel@m.gmane.org; Fri, 16 Sep 2005 09:06:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EGFOw-0006fG-RD for emacs-devel@gnu.org; Fri, 16 Sep 2005 08:33:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EGFOt-0006eW-Pa for emacs-devel@gnu.org; Fri, 16 Sep 2005 08:33:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EGFOq-0006I9-PN for emacs-devel@gnu.org; Fri, 16 Sep 2005 08:33:04 -0400 Original-Received: from [217.207.198.106] (helo=exchange.integrasp.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EGFDh-0006sC-FV; Fri, 16 Sep 2005 08:21:33 -0400 Original-Received: from ASSP-nospam (localhost [127.0.0.1]) by exchange.integrasp.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id RFBH8F77; Fri, 16 Sep 2005 13:17:51 +0100 Original-Received: from 192.168.111.63 ([192.168.111.63] helo=[192.168.111.63]) by ASSP-nospam ; 16 Sep 05 12:17:51 -0000 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: Eli Zaretskii In-Reply-To: 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: news.gmane.org gmane.emacs.devel:42986 Archived-At: Eli Zaretskii wrote: >I >think xmenu.c should not be compiled at all on OSX, but I need to >understand what conditionals to use to correctly specify that.) > > Perhaps this change has caused xmenu.c to be compiled when it shouldn't be. 2005-09-15 Richard M. Stallman * Makefile.in (XMENU_OBJ): Variable deleted. (obj): Use xmenu.o unconditionally. (SOME_MACHINE_OBJECTS): Delete xmenu.o. * emacs.c (main): Don't conditionalize syms_of_xmenu on HAVE_XMENU.