From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: andrey.petushkov@gmail.com Newsgroups: gmane.emacs.bugs Subject: Re: bug#832: Compiling Emacs.app fails this afternoon. Date: Sat, 6 Sep 2008 14:15:00 -0700 (PDT) Organization: http://groups.google.com Message-ID: <6a2bd74f-8058-4f70-99c4-f53851f0dcf2@8g2000hse.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1220808158 24807 80.91.229.12 (7 Sep 2008 17:22:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Sep 2008 17:22:38 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Sep 07 19:23:33 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KcNz1-0001QE-43 for geb-bug-gnu-emacs@m.gmane.org; Sun, 07 Sep 2008 19:23:31 +0200 Original-Received: from localhost ([127.0.0.1]:60000 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcNy1-0000XS-4U for geb-bug-gnu-emacs@m.gmane.org; Sun, 07 Sep 2008 13:22:29 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!8g2000hse.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 33 Original-NNTP-Posting-Host: 89.179.95.138 Original-X-Trace: posting.google.com 1220735700 13237 127.0.0.1 (6 Sep 2008 21:15:00 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 6 Sep 2008 21:15:00 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 8g2000hse.googlegroups.com; posting-host=89.179.95.138; posting-account=LHhb-AoAAADtttMl5ulUUTt7PRULBVPe User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.bug:47454 X-Mailman-Approved-At: Sun, 07 Sep 2008 13:22:25 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:20287 Archived-At: On Aug 30, 10:00=A0pm, "Gilbert Harman" wrote: > After ./configure --with-ns > .... > make -j2 > > .... > nsfont.m: In function 'nsfont_char_width': > nsfont.m:481: warning: 'widthOfString:' is deprecated (declared at > /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:216) > nsfont.m: In function 'nsfont_open': > nsfont.m:726: warning: 'widthOfString:' is deprecated (declared at > /System/Library/Frameworks/AppKit.framework/Headers/NSFont.h:216) > nsfont.m: In function 'nsfont_draw': > nsfont.m:907: error: 'struct glyph_string' has no member named 'gidx' > nsfont.m:908: error: 'struct glyph_string' has no member named 'gidx' > nsfont.m:914: error: 'struct glyph_string' has no member named 'gidx' > nsfont.m:1097: error: 'struct glyph_string' has no member named 'gidx' > nsfont.m:1103: error: 'struct glyph_string' has no member named 'gidx' > make[1]: *** [nsfont.o] Error 1 > make[1]: *** Waiting for unfinished jobs.... > make: *** [src] Error 2 > > =A0 Gil > > (Intel Mac OS X 10.5.4) Not sure this is correct, but I've changed s->gidx to s->cmp_from in nsfont.c and this seem to be working for me. However looking into changes that author of this problem made to nsterm.c I could tell that my fix is for sure not the perfect one Regards, Andrey