From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?windows-1252?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Struct buffer changes break nextstep build Date: Tue, 15 Feb 2011 08:02:24 +0100 Message-ID: <4D5A2500.1030807@swipnet.se> References: <83hbc6oso4.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1297753375 11532 80.91.229.12 (15 Feb 2011 07:02:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2011 07:02:55 +0000 (UTC) Cc: Chad Brown , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 15 08:02:51 2011 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 1PpEvy-0004jk-E3 for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2011 08:02:50 +0100 Original-Received: from localhost ([127.0.0.1]:56782 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpEvx-0008HU-C4 for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2011 02:02:49 -0500 Original-Received: from [140.186.70.92] (port=42501 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PpEvh-0008GF-AI for emacs-devel@gnu.org; Tue, 15 Feb 2011 02:02:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PpEvg-0005t9-At for emacs-devel@gnu.org; Tue, 15 Feb 2011 02:02:33 -0500 Original-Received: from smtprelay-h21.telenor.se ([195.54.99.196]:35250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpEve-0005rs-Mq; Tue, 15 Feb 2011 02:02:30 -0500 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h21.telenor.se (Postfix) with ESMTP id 3CB4EC20F; Tue, 15 Feb 2011 08:02:26 +0100 (CET) X-SENDER-IP: [85.225.45.100] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiFDAPSzWU1V4S1kPGdsb2JhbACIZpx/DAEBAQE1L7xThV4EjzY X-IronPort-AV: E=Sophos;i="4.60,473,1291590000"; d="scan'208";a="172931179" Original-Received: from c-642de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.100]) by ipb2.telenor.se with ESMTP; 15 Feb 2011 08:02:25 +0100 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 4F70D7FA05A; Tue, 15 Feb 2011 08:02:25 +0100 (CET) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.14) Gecko/20110123 Thunderbird/3.1.8 In-Reply-To: <83hbc6oso4.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.54.99.196 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:136037 Archived-At: Eli Zaretskii skrev 2011-02-15 04.58: >> From: Chad Brown >> Date: Mon, 14 Feb 2011 15:44:39 -0800 >> >> I won't have time to attempt the (supposedly straightforward) changes >> until Wednesday at least, but in case someone else has a chance: >> >> gcc -c -Demacs -DHAVE_CONFIG_H -I. -I/usr/local/src/emacs/working/sr= c -I../lib -I/usr/local/src/emacs/working/src/../lib -MMD -= MF deps/nsfns.d -Wimplicit-function-declaration -Wold-style-definition = -Wdeclaration-after-statement -Wno-pointer-sign -g -O2 nsfns.m >> nsfns.m: In function =91ns_set_name_as_filename=92: >> nsfns.m:608: error: =91struct buffer=92 has no member named =91filenam= e=92 >> nsfns.m:609: error: =91struct buffer=92 has no member named =91name=92 >> nsfns.m: In function =91Fns_read_file_name=92: >> nsfns.m:1431: error: =91struct buffer=92 has no member named =91direct= ory=92 >> >> This is the only issue I found with `make -k'. > > I installed a fix which hopefully takes care of that (cannot compile > the NS build here). > Thanks, the ns-specific stuff compiles now. Jan D.