[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVS build failures
From: |
Kenichi Handa |
Subject: |
Re: CVS build failures |
Date: |
Sat, 21 Jun 2008 20:17:21 +0900 |
User-agent: |
SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
In article <address@hidden>, "Vin Shelton" <address@hidden> writes:
> Greetings -
> The CVS sources have been exhibiting this failure for a couple of days:
> gcc -c -I/usr/local/include -Demacs -DHAVE_CONFIG_H -I.
> -I/usr/local/src/emacs-2008-06-19/src -D_BSD_SOURCE
> -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/include/freetype2
> -I/usr/include/freetype2/config -g -O2 -Wno-pointer-sign
> /usr/local/src/emacs-2008-06-19/src/xftfont.c
> /usr/local/src/emacs-2008-06-19/src/xftfont.c: In function 'xftfont_open':
> /usr/local/src/emacs-2008-06-19/src/xftfont.c:244: error:
> 'FC_EMBOLDEN' undeclared (first use in this function)
> /usr/local/src/emacs-2008-06-19/src/xftfont.c:244: error: (Each
> undeclared identifier is reported only once
> /usr/local/src/emacs-2008-06-19/src/xftfont.c:244: error: for each
> function it appears in.)
> make[2]: *** [xftfont.o] Error 1
It seems that your fontconfig is older than mine. I've just
installed a fix; i.e. check if FC_EMBOLDEN is defined or not
before using it.
---
Kenichi Handa
address@hidden