From holtzermann17@gmail.com Sun Nov 16 15:20:04 2008 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=-8.0 required=4.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 16 Nov 2008 23:20:05 +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 mAGNK137028065 for ; Sun, 16 Nov 2008 15:20:02 -0800 Received: from mail.gnu.org ([199.232.76.166]:36679 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1L1quI-0007jG-SN for emacs-pretest-bug@gnu.org; Sun, 16 Nov 2008 18:19:55 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1L1quN-00043f-Cn for emacs-pretest-bug@gnu.org; Sun, 16 Nov 2008 18:19:59 -0500 Received: from an-out-0708.google.com ([209.85.132.240]:23842) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L1quN-00043R-12 for emacs-pretest-bug@gnu.org; Sun, 16 Nov 2008 18:19:59 -0500 Received: by an-out-0708.google.com with SMTP id c38so953938ana.21 for ; Sun, 16 Nov 2008 15:19:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=lTTb94+hUJzaJ8Hvxpd9WJeRidAuWd9LkVt4dHMZAqI=; b=ELFKpEzqlNu1E4fpzBiVdV4KslIGGhhB3AKwB4WsPYnhKutEu9ZTLsU2l///RrH9oF ZKHFwOWmKWo8VUHLQHPeakP2XZDHkXGm2c7/CV/NRTNGPBNnKk3qrIYK2F5ZRXJJb7e6 71/oUu4zVpKvKrZWj9zkF/GcBLbDly2QC24eQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=MlNQGNPIibJ54/KyRAECylwtcO2OU0+uDrEuhulRKx9UDlFRxXsfrYOUXVcBMz43hu du8VKSKufCzZhlTGcqQ+Icw64eNoxOoSKbLOgwjyE+xxDoGJjGyIFhNuWTB8k0u0G2gl ZF9gGHSfi+wiigCL1Y5wj68I8rylKYP257Q3M= Received: by 10.101.67.11 with SMTP id u11mr1371284ank.88.1226877597680; Sun, 16 Nov 2008 15:19:57 -0800 (PST) Received: by 10.100.167.9 with HTTP; Sun, 16 Nov 2008 15:19:57 -0800 (PST) Message-ID: Date: Sun, 16 Nov 2008 17:19:57 -0600 From: "Joe Corneli" To: emacs-pretest-bug@gnu.org Subject: error when compiling ftfont.c from CVS MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) I'm using Mac OS X 10.4.11 on a macbook pro. I had no problems installing GNU Emacs 22.0.50.1 (i686-apple-darwin8.11.1, GTK+ Version 2.6.10) via fink. When I passed the same configuration options to the current CVS version of Emacs, I got the following error when I ran 'make bootstrap': gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. -I/Users/planetmath/emacs/src -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -Dtemacs -g -O2 -Wno-pointer-sign md5.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. -I/Users/planetmath/emacs/src -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -Dtemacs -g -O2 -Wno-pointer-sign xfont.c gcc -I/sw/include -L/sw/lib -c -Demacs -DHAVE_CONFIG_H -I. -I/Users/planetmath/emacs/src -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -Dtemacs -g -O2 -Wno-pointer-sign ftfont.c ftfont.c: In function 'ftfont_pattern_entity': ftfont.c:164: error: 'FC_WEIGHT_REGULAR' undeclared (first use in this function) ftfont.c:164: error: (Each undeclared identifier is reported only once ftfont.c:164: error: for each function it appears in.) ftfont.c:173: error: 'FC_WIDTH' undeclared (first use in this function) ftfont.c: In function 'ftfont_list': ftfont.c:792: error: 'FC_WIDTH' undeclared (first use in this function) make[2]: *** [ftfont.o] Error 1 make[1]: *** [src] Error 2 make: *** [bootstrap] Error From rgm@gnu.org Sun Nov 16 15:39:56 2008 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=-9.3 required=4.0 tests=AWL,BAYES_00,GMAIL, MISSING_SUBJECT,NOSUBJECT,RCVD_IN_DNSWL_MED,VALID_BTS_CONTROL, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at control) by emacsbugs.donarmstrong.com; 16 Nov 2008 23:39:56 +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 mAGNdrA1000678 for ; Sun, 16 Nov 2008 15:39:54 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1L1rDX-0008NS-Lf; Sun, 16 Nov 2008 18:39:47 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18720.44867.486879.81287@fencepost.gnu.org> Date: Sun, 16 Nov 2008 18:39:47 -0500 From: Glenn Morris To: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: yellow X-Ran: y~go?t%jAb6"1f:tR]GIgo\_cR\XIPSv;@#G(VrbWPi#Htx"At+/Tvz}ngWk?{ML@3^^'Z X-Debbugs-No-Ack: yes reassign 1358 emacs,ns reassign 1357 emacs,ns submitter 1353 "Juanma Barranquero" From rgm@gnu.org Mon Nov 17 15:56:19 2008 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=-10.8 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_MED,UNRESOLVED_TEMPLATE,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1358) by emacsbugs.donarmstrong.com; 17 Nov 2008 23:56:19 +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 mAHNuHfK017079 for <1358@emacsbugs.donarmstrong.com>; Mon, 17 Nov 2008 15:56:18 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1L2Dww-0007lU-4e; Mon, 17 Nov 2008 18:56:10 -0500 From: Glenn Morris To: Joe Corneli Cc: 1358@debbugs.gnu.org Subject: Re: bug#1358: error when compiling ftfont.c from CVS References: X-Spook: world domination Khaddafi DRM Ft. Knox Europol INS Cohiba X-Ran: [eMXT\GL^:u$oy#3~qf!tBb_Oc{hK>Y-J%JLa[^e6R1~~+m17J;!eBvQQ@A?]xad@Z&Y71 X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 17 Nov 2008 18:56:10 -0500 Message-ID: <9kvdul3o11.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii "Joe Corneli" wrote: > When I passed the same configuration options to the current CVS > version of Emacs, Can you share what these configuration options were? > ftfont.c:164: error: 'FC_WEIGHT_REGULAR' undeclared (first use in this function) What version of fontconfig do you have installed? What does `pkg-config --modversion fontconfig' report? What does the configure script output say about fontconfig? From holtzermann17@gmail.com Mon Nov 17 17:12:37 2008 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=-7.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1358) by emacsbugs.donarmstrong.com; 18 Nov 2008 01:12:37 +0000 Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAI1CYHr004179 for <1358@emacsbugs.donarmstrong.com>; Mon, 17 Nov 2008 17:12:35 -0800 Received: by yw-out-2324.google.com with SMTP id 3so1168862ywj.31 for <1358@emacsbugs.donarmstrong.com>; Mon, 17 Nov 2008 17:12:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=b5L4PknQytPKV1EiuswlWSSj/KIW9wnFUv8UVXnn2Qc=; b=naIwlwf9j9dOvvbf9OasGOpS/4NlvvaFF6VbRsnBtZnJ0G9GFIyI347l8ofjuDu9M5 cjPdQAOl4Hly3MPdkGkfKu/SxCb9ojBoPYL2qYDxW/Y11mXsBSSo5dJeI+iFSiA5kN0f KMe6a3Gi4uAMhIov3f+ym04UEhWAtW8zEovtY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=uflKdM2g6Bo0CQFqncD/x8qatZriSprTbZqq4Qo32D4lCAeHHlAUl6+3d5/DrLD0Eb NxMdskU0BEprut5vMUkhgiB2ZWNo+c0cpLLSLVdkepMh7btcmS4ybLnGAKAhVUgY2F1n rVPEmunXClw1Ikelp3Z5xio4igirbBHYa528s= Received: by 10.100.112.9 with SMTP id k9mr1872100anc.149.1226970753610; Mon, 17 Nov 2008 17:12:33 -0800 (PST) Received: by 10.100.167.9 with HTTP; Mon, 17 Nov 2008 17:12:33 -0800 (PST) Message-ID: Date: Mon, 17 Nov 2008 19:12:33 -0600 From: "Joe Corneli" To: "Glenn Morris" Subject: Re: bug#1358: error when compiling ftfont.c from CVS Cc: 1358@debbugs.gnu.org In-Reply-To: <9kvdul3o11.fsf@fencepost.gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9kvdul3o11.fsf@fencepost.gnu.org> On Mon, Nov 17, 2008 at 5:56 PM, Glenn Morris wrote: > "Joe Corneli" wrote: > >> When I passed the same configuration options to the current CVS >> version of Emacs, > > Can you share what these configuration options were? Sure, here: ./configure --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' --libexecdir='${prefix}/lib' >> ftfont.c:164: error: 'FC_WEIGHT_REGULAR' undeclared (first use in this function) > > What version of fontconfig do you have installed? It looks like several versions are installed via fink: % fink list fontconfig Information about 7570 packages read in 1 seconds. i fontconfig-conf 2.4.1-5 configuration files for fontconfig fontconfig-path 20050601-3 Add custom directories to fontconfig search p fontconfig1 [virtual package] p fontconfig1-dev [virtual package] p fontconfig1-shl [virtual package] i fontconfig2-dev 2.4.1-5 Font configuration library i fontconfig2-shl 2.4.1-5 Fontconfig 2, shared libs i system-pkgconfi 2.1.0-1 [virtual pkgconfig package representing fo... > What does `pkg-config --modversion fontconfig' report? 2.1.0 (Which suggests perhaps I should remove the system-pkgconfi package and use the fontconfig2-shl?) > What does the configure script output say about fontconfig? Two lines: checking GTK_LIBS... -L/sw/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXinerama -lXext -lXcursor -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lXrender -lpangox-1.0 -lX11 -lpangoft2-1.0 -lfontconfig -lfreetype -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv checking XFT_LIBS... -L/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig From rgm@gnu.org Mon Nov 17 17:24:33 2008 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=-13.4 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_MED,VALID_BTS_CONTROL,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1358) by emacsbugs.donarmstrong.com; 18 Nov 2008 01:24:33 +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 mAI1OPka006603; Mon, 17 Nov 2008 17:24:26 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1L2FKD-0001Zo-PP; Mon, 17 Nov 2008 20:24:17 -0500 From: Glenn Morris To: "Joe Corneli" Cc: 1358@debbugs.gnu.org Subject: Re: bug#1358: error when compiling ftfont.c from CVS References: <9kvdul3o11.fsf@fencepost.gnu.org> X-Spook: military dictionary Audiotel 2600 Magazine Albright X-Ran: ia\y~r]?"#V\snWNqE10{x(fN)M-_$IX`i=#|r5.Ci{2rreWI9<~8>L0b`o;(!Z5zjiP[M X-Hue: magenta X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 17 Nov 2008 20:24:17 -0500 In-Reply-To: (Joe Corneli's message of "Mon, 17 Nov 2008 19:12:33 -0600") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii reassign 1358 emacs stop "Joe Corneli" wrote: > 2.1.0 > > (Which suggests perhaps I should remove the system-pkgconfi package and > use the fontconfig2-shl?) Yes, perhaps. fontconfig 2.2.0 or newer should work. >> What does the configure script output say about fontconfig? > > Two lines: > > checking GTK_LIBS... -L/sw/lib -L/usr/X11R6/lib -lgtk-x11-2.0 > -lgdk-x11-2.0 -lXrandr -lXinerama -lXext -lXcursor -latk-1.0 > -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lXrender -lpangox-1.0 -lX11 > -lpangoft2-1.0 -lfontconfig -lfreetype -lpango-1.0 -lm -lgobject-2.0 > -lgmodule-2.0 -lglib-2.0 -lintl -liconv > checking XFT_LIBS... -L/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig You don't have a line of the form: checking for fontconfig >= 2.2.0... just above the XFT_LIBS part? It should say "no" if pkg-config reports 2.1.0. From holtzermann17@gmail.com Mon Nov 17 18:02:21 2008 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=-7.5 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1358) by emacsbugs.donarmstrong.com; 18 Nov 2008 02:02:21 +0000 Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAI22IKJ016117 for <1358@emacsbugs.donarmstrong.com>; Mon, 17 Nov 2008 18:02:19 -0800 Received: by an-out-0708.google.com with SMTP id c38so1160683ana.31 for <1358@emacsbugs.donarmstrong.com>; Mon, 17 Nov 2008 18:02:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ZlUI9inI2zj9N04OqrVF8tlsexeDb3PSmXoIAdKwB88=; b=psv9+n9cgyzrJDiNZGvjxybhNkXv7V0HGYVqA2CEoKRPMNk2CNQC11oERspR+Evc6B wenaUYpuAdtNv31ppk7a3uhDZz67gIh0ixUZU1K5wigSC4Poo1owMX/NC9O0UdlOt26C 01gejuOwh6y+zcdN3r43bbMs3/z0ng3yTvFXo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=qNM/xAkGqTfr986qNCTvplTr7PFcfEs/e17YcQGHdK2ZAram+w4gIxmdAHNRi3pjw0 S4OA6uKugXMvNFQiJgawKFoQtM3eHst9ho8dQGmUprAlfYJ0nrL1ktuTyEHcgBf0sYBn Z5XKvnn0ihZkGLs0uJiIR3DqGTwn4/Qu7dYk0= Received: by 10.100.126.15 with SMTP id y15mr1892626anc.123.1226973737909; Mon, 17 Nov 2008 18:02:17 -0800 (PST) Received: by 10.100.167.9 with HTTP; Mon, 17 Nov 2008 18:02:17 -0800 (PST) Message-ID: Date: Mon, 17 Nov 2008 20:02:17 -0600 From: "Joe Corneli" To: "Glenn Morris" Subject: Re: bug#1358: error when compiling ftfont.c from CVS Cc: 1358@debbugs.gnu.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9kvdul3o11.fsf@fencepost.gnu.org> >> (Which suggests perhaps I should remove the system-pkgconfi package and >> use the fontconfig2-shl?) > > Yes, perhaps. fontconfig 2.2.0 or newer should work. I'll see what I can do with fink to change things around. > checking for fontconfig >= 2.2.0... > > just above the XFT_LIBS part? > > It should say "no" if pkg-config reports 2.1.0. > No, there's no such line -- here's some context: checking for xft >= 0.13.0... yes checking XFT_CFLAGS... -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 checking XFT_LIBS... -L/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig checking X11/Xft/Xft.h usability... yes From rgm@gnu.org Mon Nov 17 18:11:49 2008 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=-12.4 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_MED,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1358) by emacsbugs.donarmstrong.com; 18 Nov 2008 02:11:49 +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 mAI2BkXW019368 for <1358@emacsbugs.donarmstrong.com>; Mon, 17 Nov 2008 18:11:47 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1L2G43-00031p-29; Mon, 17 Nov 2008 21:11:39 -0500 From: Glenn Morris To: "Joe Corneli" Cc: 1358@debbugs.gnu.org Subject: Re: bug#1358: error when compiling ftfont.c from CVS References: <9kvdul3o11.fsf@fencepost.gnu.org> X-Spook: event security Sundevil passwd SAPO airframe clandestine X-Ran: >wgz09*WKVn/^8K!e-8gJ>/lii\^y-B/'WCf?Az(R>jJq,d>T+4ev!5XyurKwypI->Fs,2 X-Hue: red X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 17 Nov 2008 21:11:38 -0500 In-Reply-To: (Joe Corneli's message of "Mon, 17 Nov 2008 20:02:17 -0600") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii "Joe Corneli" wrote: > No, there's no such line -- here's some context: > > checking for xft >= 0.13.0... yes > checking XFT_CFLAGS... -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 > checking XFT_LIBS... -L/usr/X11R6/lib -lXft -lfreetype -lXrender -lfontconfig > checking X11/Xft/Xft.h usability... yes I think I see the problem. The configure script has not been regenerated with some recent changes to the source configure.in. If you have autoconf >= 2.6.1 installed, running `autoconf' in the top-level Emacs directory ought to fix it (in the sense that you should get a successful build without fontconfig). Or you can update from the repository in a bit. You still probably want to sort out your fontconfig installation to get nicer looking fonts in your build. From rgm@gnu.org Mon Nov 17 18:13:26 2008 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=-12.4 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_MED,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1358) by emacsbugs.donarmstrong.com; 18 Nov 2008 02:13:26 +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 mAI2DNBL019391 for <1358@emacsbugs.donarmstrong.com>; Mon, 17 Nov 2008 18:13:24 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1L2G5c-00037P-FJ; Mon, 17 Nov 2008 21:13:16 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18722.9404.409968.429849@fencepost.gnu.org> Date: Mon, 17 Nov 2008 21:13:16 -0500 From: Glenn Morris To: Joe Corneli , 1358@debbugs.gnu.org Subject: Re: bug#1358: error when compiling ftfont.c from CVS In-Reply-To: References: <9kvdul3o11.fsf@fencepost.gnu.org> X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: cyan X-Ran: jaNNUim[lB0p"n=@~u%-5HJ{b#|da4>jEC'5@ X-Debbugs-No-Ack: yes Glenn Morris wrote (on Mon, 17 Nov 2008 at 21:11 -0500): > If you have autoconf >= 2.6.1 installed, running `autoconf' in the ^^^^^ Sorry, 2.61. From rgm@gnu.org Wed Nov 19 19:04:48 2008 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=-12.4 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_MED,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1358) by emacsbugs.donarmstrong.com; 20 Nov 2008 03:04:48 +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 mAK34jYB018064 for <1358@emacsbugs.donarmstrong.com>; Wed, 19 Nov 2008 19:04:47 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1L2zqN-0005pU-TO; Wed, 19 Nov 2008 22:04:35 -0500 From: Glenn Morris To: 1358@debbugs.gnu.org Cc: Joe Corneli Subject: Re: bug#1358: error when compiling ftfont.c from CVS References: <9kvdul3o11.fsf@fencepost.gnu.org> <18722.9404.409968.429849@fencepost.gnu.org> X-Spook: dictionary broadside BATF assassination NWO Pine Gap X-Ran: E{2#sqE[9N.xbnd]c(2?Z1@Xwq&paS%Pj_b%1=$+{#giRnO@v8}vRa*Qh)Fy0O)xoYN}eV X-Hue: blue X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 19 Nov 2008 22:04:35 -0500 In-Reply-To: <18722.9404.409968.429849@fencepost.gnu.org> (Glenn Morris's message of "Mon, 17 Nov 2008 21:13:16 -0500") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Does it work now, with an up-to-date copy of configure from CVS? From holtzermann17@gmail.com Thu Nov 20 15:12:07 2008 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=-7.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1358) by emacsbugs.donarmstrong.com; 20 Nov 2008 23:12:08 +0000 Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mAKNC42c012216 for <1358@emacsbugs.donarmstrong.com>; Thu, 20 Nov 2008 15:12:06 -0800 Received: by yx-out-2324.google.com with SMTP id 8so354216yxg.31 for <1358@emacsbugs.donarmstrong.com>; Thu, 20 Nov 2008 15:12:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=3YZs2k5Ci2HMWdaHyvHpo7MtIDEFJhIeKbNqtSQjohU=; b=nn3PpCi6wnnUhmTCAHtFDRqH3PJ+0eObRSKK8lTWlfuScBjr97oT4jyT7Ioxbc4/1t WLtWwRgYTspPTy0WCX2Z9klzuEduueX0UdANS48a7O0THKX3AXeeFnL7nkp+b9soX+Bq O6bYGateNYijII6asQLiRg0D0CQPsPNvgitBQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=WCGlt78sqn9Ra3WRSZI+9FxheWHRytruINedQ/i/nQZdHUDdShDFPOup+gbxWj28mL U8ch3iNAzZD0CzaRarW9ISgjqBlzwzj8roj8iPAD58oBCN67YHl3JmUlhXb3mpw6pBfI sst3pdNDaKbcZ2Ep2XRbvDXvA1GkMVK6/Zjbk= Received: by 10.100.13.6 with SMTP id 6mr1478725anm.9.1227222724186; Thu, 20 Nov 2008 15:12:04 -0800 (PST) Received: by 10.100.167.9 with HTTP; Thu, 20 Nov 2008 15:12:04 -0800 (PST) Message-ID: Date: Thu, 20 Nov 2008 17:12:04 -0600 From: "Joe Corneli" To: "Glenn Morris" Subject: Re: bug#1358: error when compiling ftfont.c from CVS Cc: 1358@debbugs.gnu.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9kvdul3o11.fsf@fencepost.gnu.org> <18722.9404.409968.429849@fencepost.gnu.org> Note: I did get emacs to compile after running autoconf as you suggested. Now I'm trying again in the same directory after 'cvs up' (I don't know if having previously run autoconf taints the experiment). First piece of data: I don't know how you guys are doing things these days, but this might be a problem: Merging differences between 1.303 and 1.304 into configure rcsmerge: warning: conflicts during merge cvs update: conflicts found in configure ... ./configure --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' --libexecdir='${prefix}/lib' ./configure: line 641: syntax error near unexpected token `<<<' ./configure: line 641: `<<<<<<< configure' Second piece of data: after removing ./configure, updating, and running ./configure again, I do now get the line checking for fontconfig >= 2.2.0... no I assume that means it is going to work.... and yes, make bootstrap worked. On Wed, Nov 19, 2008 at 9:04 PM, Glenn Morris wrote: > > Does it work now, with an up-to-date copy of configure from CVS? > From rgm@gnu.org Thu Nov 20 15:19:50 2008 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=-12.4 required=4.0 tests=AWL,BAYES_00,HAS_BUG_NUMBER, RCVD_IN_DNSWL_MED,X_DEBBUGS_NO_ACK autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 1358-done) by emacsbugs.donarmstrong.com; 20 Nov 2008 23:19:50 +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 mAKNJl51013461 for <1358-done@emacsbugs.donarmstrong.com>; Thu, 20 Nov 2008 15:19:49 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1L3IoC-0004V1-NL; Thu, 20 Nov 2008 18:19:36 -0500 From: Glenn Morris To: 1358-done@debbugs.gnu.org Subject: Re: bug#1358: error when compiling ftfont.c from CVS References: <9kvdul3o11.fsf@fencepost.gnu.org> <18722.9404.409968.429849@fencepost.gnu.org> X-Spook: North Korea Saudi Arabia interception ASIO plutonium X-Ran: @sR7tL0;q0V9da),asPpyOnC/Q.-P6:$B/$9=(Sl}H)}C3TW/hf0j1a";k}{|}FH=f4*.? X-Hue: cyan X-Debbugs-No-Ack: yes X-Attribution: GM Date: Thu, 20 Nov 2008 18:19:36 -0500 In-Reply-To: (Joe Corneli's message of "Thu, 20 Nov 2008 17:12:04 -0600") Message-ID: <734p22kmt3.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii "Joe Corneli" wrote: > Merging differences between 1.303 and 1.304 into configure > rcsmerge: warning: conflicts during merge > cvs update: conflicts found in configure Nothing to worry about, just do what you did: > after removing ./configure, updating, and running ./configure again, I > do now get the line > > checking for fontconfig >= 2.2.0... no > > I assume that means it is going to work.... and yes, make bootstrap worked. Good. thanks for letting us know. From unknown Mon Aug 18 19:33:22 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Fri, 16 Jan 2009 15:24:04 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator