From unknown Wed Jun 18 23:04:21 2025 X-Loop: don@donarmstrong.com Subject: bug#827: 23.0.60; bootstrap error: nsfont.m Reply-To: Clifford Wulfman , 827@debbugs.gnu.org Resent-From: Clifford Wulfman Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 29 Aug 2008 20:30:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 827 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.122004141827018 (code B ref -1); Fri, 29 Aug 2008 20:30:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.4 required=4.0 tests=AWL,BAYES_00,FOURLA, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 29 Aug 2008 20:23:38 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7TKNYVc027011 for ; Fri, 29 Aug 2008 13:23:35 -0700 Received: from mx10.gnu.org ([199.232.76.166]:56348) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1KZATq-0002jr-1s for emacs-pretest-bug@gnu.org; Fri, 29 Aug 2008 16:22:02 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1KZAVG-0008QJ-L3 for emacs-pretest-bug@gnu.org; Fri, 29 Aug 2008 16:23:33 -0400 Received: from qw-out-1920.google.com ([74.125.92.147]:24856) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KZAVG-0008Pp-3V for emacs-pretest-bug@gnu.org; Fri, 29 Aug 2008 16:23:30 -0400 Received: by qw-out-1920.google.com with SMTP id 4so137498qwk.24 for ; Fri, 29 Aug 2008 13:23:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date :x-mailer; bh=jk5g+3aSs2MITzI39co/EVIHBWh/d2UY1qLL2ms2gew=; b=BVS18ye4guLHknP/nBPQF5rKnCLXwsE80iImMSi/TrDyumNzMWjInEROSo0t44KIY3 UxUEHr13xEOK6ZZIKlb43M/DDsBLl9Y5pQxXYpWCB4H2Kdk4PIXl0oxWP2GzwrFgTM2A a/3IniRQBTAGjnEV5dfiYZkHxXjPtZq3p/yr8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:x-mailer; b=n9fV6z54uY/6S5Scr2nYCLmYl1Jn/dcqBz7cXiiZ9BF6nkRSmaD+A4obgI7hUyAQlL Tc3Cs7ojGffz+Dphjh4/5e32wvj9FPmG1NZPZ9fLXkFz2wTZ4gHdE+Aqojc+WZ5G+Uv1 DGhUh/1KyJD16CR+qBBW/bSdZ8hQE3Ld83w8k= Received: by 10.214.9.8 with SMTP id 8mr4369658qai.6.1220041409421; Fri, 29 Aug 2008 13:23:29 -0700 (PDT) Received: from hagen.Princeton.EDU ( [128.112.202.26]) by mx.google.com with ESMTPS id 8sm5949293qwj.6.2008.08.29.13.23.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 29 Aug 2008 13:23:28 -0700 (PDT) Message-Id: <20DB1CAB-2534-468A-8C35-9725767B113F@gmail.com> From: Clifford Wulfman To: emacs-pretest-bug@gnu.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v928.1) Date: Fri, 29 Aug 2008 16:23:24 -0400 X-Mailer: Apple Mail (2.928.1) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) sudo make distclean; cvs -z3 up -d ./configure --with-ns --disable-ns-self-contained; make bootstrap [...] gcc -c -Demacs -DHAVE_CONFIG_H -I. -I/Users/cliff/src/emacs/src - Dtemacs -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/ include -g -O2 -Wno-pointer-sign fringe.c nsfont.m: In function =2018nsfont_char_width=2019: nsfont.m:481: warning: =2018widthOfString:=2019 is deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/ NSFont.h:216) nsfont.m: In function =2018nsfont_open=2019: nsfont.m:726: warning: =2018widthOfString:=2019 is deprecated (declared at /System/Library/Frameworks/AppKit.framework/Headers/ NSFont.h:216) nsfont.m: In function =2018nsfont_draw=2019: nsfont.m:907: error: =2018struct glyph_string=2019 has no member named =2018gidx=2019 nsfont.m:908: error: =2018struct glyph_string=2019 has no member named =2018gidx=2019 nsfont.m:914: error: =2018struct glyph_string=2019 has no member named =2018gidx=2019 nsfont.m:1097: error: =2018struct glyph_string=2019 has no member named =2018gidx=2019 nsfont.m:1103: error: =2018struct glyph_string=2019 has no member named =2018gidx=2019 make[2]: *** [nsfont.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [src] Error 2 make: *** [bootstrap] Error 2 In GNU Emacs 23.0.60.1 (i386-apple-darwin9.4.0, *Step 9.0) of 2008-08-28 on hagen.Princeton.EDU Windowing system distributor `Apple', version 49.46.48 configured using `configure '--with-ns' '--disable-ns-self-contained'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: nil value of $XMODIFIERS: nil locale-coding-system: nil default-enable-multibyte-characters: t Major mode: nXML Minor modes in effect: diff-auto-refine-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x C-f / o p t / l o p r o j d i g l - e / w e s r w e s t y l e s h c o m m x r e v c o v e r SPC t SPC f SPC y e s C-n C-a C-SPC x n x m l SPC m o d e > < / C-x C-s Recent messages: Loading `slime': old-style backquotes detected! Loading /Users/cliff/elisp/org-setup.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. common.xsl has auto save data; consider M-x recover-this-file Loading vc-svn...done Mark set Using schema /usr/local/share/xml/schema/xslt20.rnc Mark set Missing end-tag [4 times] Wrote /opt/local/projects/diglib-exist/src/webapp/stylesheets/common.xsl