#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. >