From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Build has been broken on OSX for a few days Date: Tue, 29 Jun 2010 11:53:05 +0200 Message-ID: <4C29C281.7080509@swipnet.se> References: <86pqza7ez6.fsf@red.stonehenge.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1277805347 8877 80.91.229.12 (29 Jun 2010 09:55:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 Jun 2010 09:55:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Randal L. Schwartz" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 29 11:55:45 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OTXXc-0001HJ-Gc for ged-emacs-devel@m.gmane.org; Tue, 29 Jun 2010 11:55:44 +0200 Original-Received: from localhost ([127.0.0.1]:45703 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTXXb-0000l3-ON for ged-emacs-devel@m.gmane.org; Tue, 29 Jun 2010 05:55:43 -0400 Original-Received: from [140.186.70.92] (port=50298 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTXV7-0008QF-Ui for emacs-devel@gnu.org; Tue, 29 Jun 2010 05:53:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTXV6-0005p4-J9 for emacs-devel@gnu.org; Tue, 29 Jun 2010 05:53:09 -0400 Original-Received: from smtprelay-b12.telenor.se ([62.127.194.21]:54372) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTXV6-0005ou-Dz for emacs-devel@gnu.org; Tue, 29 Jun 2010 05:53:08 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-b12.telenor.se (Postfix) with ESMTP id 81206DA20 for ; Tue, 29 Jun 2010 11:53:06 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkszANJfKUxV4S0jPGdsb2JhbACfOgwBAQEBNS2+aYUkBA X-IronPort-AV: E=Sophos;i="4.53,503,1272837600"; d="scan'208";a="96749760" Original-Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb1.telenor.se with ESMTP; 29 Jun 2010 11:53:06 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 02FF77FA05A; Tue, 29 Jun 2010 11:53:06 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 In-Reply-To: <86pqza7ez6.fsf@red.stonehenge.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:126499 Archived-At: I fixed a couple of errors in that file, including the one below. BTW, what version of gcc/OSX/gcc options are you using? I don't get that particular error, but others. Jan D. Randal L. Schwartz skrev 2010-06-29 04.24: > > This commit broke the build: > > commit 91bc145dd14fdd2e492c45741a655da7ee43178e > Author: Chong Yidong > Date: Sat Jun 26 20:30:52 2010 -0400 > > Change default-frame-alist and menu/tool-bar-mode interaction > (Bug#2249). > Don't add entries for `menu-bar-lines' and `tool-bar-lines' to > `default-frame-alist' and `initial-frame-alist' at startup. > Instead, use X resources to update the `menu-bar-mode' and > `tool-bar-mode' variables at startup, and use them as defaults > during > frame creation. > .... > > with the collapse ending in: > > nsfns.m: In function 'Fx_display_color_cells': > nsfns.m:2385: warning: ISO C90 forbids mixed declarations and code > make[2]: *** [nsfns.o] Error 1 > make[1]: *** [src] Error 2 > make: *** [bootstrap] Error 2 >