From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: jpff Newsgroups: gmane.emacs.devel Subject: Re: FC_COLOR in src/ftfont.c Date: Tue, 3 Apr 2018 16:15:53 +0100 (BST) Message-ID: References: <8360585r3c.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="279718404-2113975114-1522768573=:6604" X-Trace: blaine.gmane.org 1522768603 14718 195.159.176.226 (3 Apr 2018 15:16:43 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 3 Apr 2018 15:16:43 +0000 (UTC) User-Agent: Alpine 2.11 (DEB 23 2013-08-11) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 03 17:16:39 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f3Nfq-0003gy-NL for ged-emacs-devel@m.gmane.org; Tue, 03 Apr 2018 17:16:38 +0200 Original-Received: from localhost ([::1]:42167 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3Nhq-0004GI-RE for ged-emacs-devel@m.gmane.org; Tue, 03 Apr 2018 11:18:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3NfY-0002sV-J1 for emacs-devel@gnu.org; Tue, 03 Apr 2018 11:16:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f3NfX-0003MW-Qx for emacs-devel@gnu.org; Tue, 03 Apr 2018 11:16:20 -0400 Original-Received: from west.codemist.co.uk ([217.155.197.248]:49258 helo=codemist.co.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3NfS-0003Hx-Un; Tue, 03 Apr 2018 11:16:15 -0400 Original-Received: from [172.16.4.42] (helo=snout.codemist.co.uk) by codemist.co.uk with esmtp (Exim 4.90_1) (envelope-from ) id 1f3NfR-0001vL-4R; Tue, 03 Apr 2018 16:16:13 +0100 In-Reply-To: <8360585r3c.fsf@gnu.org> X-ACL-Warn: No reverse lookup X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 217.155.197.248 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:224275 Archived-At: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --279718404-2113975114-1522768573=:6604 Content-Type: TEXT/PLAIN; charset=iso-8859-7; format=flowed Content-Transfer-Encoding: 8BIT #define FC_MAJOR 2 #define FC_MINOR 11 #define FC_REVISION 1 On Tue, 3 Apr 2018, Eli Zaretskii wrote: >> Date: Tue, 3 Apr 2018 14:05:52 +0100 (BST) >> From: jpff >> >> Just pulled from git and got >> >> CC ftfont.o >> ftfont.c: In function ¡ftfont_spec_pattern¢: >> ftfont.c:771:38: error: ¡FC_COLOR¢ undeclared (first use in this function) >> && ! FcPatternAddBool(pattern, FC_COLOR, FcFalse)) >> ^ >> ftfont.c:771:38: note: each undeclared identifier is reported only once >> for each function it appears in >> Makefile:382: recipe for target 'ftfont.o' failed >> >> OpenSuSE Leap42.3 with GNU/emacs 27.0.50 > > What is your version of fontconfig? > > I guess the solution depends on whether systems with fontconfig that > doesn't support FC_COLOR are still susceptible to the original bug. > --279718404-2113975114-1522768573=:6604--