SONAME_LIBFONTCONFIG undeclared

GOUJON Alexandre ale.goujon at gmail.com
Tue May 18 13:39:42 CDT 2010


Hi,

I just updated my local tree and ran CFLAGS="-g -O0" ./configure 
--disable-tests && make
and I got

make[1]: Entering directory `/home/alex/Projects/wine/dlls/winex11.drv'
gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__  
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing 
-Wdeclaration-after-statement -Wstrict-prototypes -Wtype-limits 
-Wwrite-strings -Wpointer-arith  -g -O0  -o xrender.o xrender.c
xrender.c: In function 'X11DRV_XRender_Init':
xrender.c:398: error: 'SONAME_LIBFONTCONFIG' undeclared (first use in 
this function)
xrender.c:398: error: (Each undeclared identifier is reported only once
xrender.c:398: error: for each function it appears in.)
xrender.c:401: error: 'pFcConfigSubstitute' undeclared (first use in 
this function)
xrender.c:402: error: 'pFcDefaultSubstitute' undeclared (first use in 
this function)
xrender.c:403: error: 'pFcFontMatch' undeclared (first use in this function)
xrender.c:404: error: 'pFcInit' undeclared (first use in this function)
xrender.c:405: error: 'pFcPatternCreate' undeclared (first use in this 
function)
xrender.c:406: error: 'pFcPatternDestroy' undeclared (first use in this 
function)
xrender.c:407: error: 'pFcPatternAddInteger' undeclared (first use in 
this function)
xrender.c:408: error: 'pFcPatternAddString' undeclared (first use in 
this function)
xrender.c:409: error: 'pFcPatternGetInteger' undeclared (first use in 
this function)
xrender.c:411: error: 'fontconfig_installed' undeclared (first use in 
this function)
xrender.c:411: warning: implicit declaration of function 'pFcInit'
xrender.c:413: error: expected ')' before 'SONAME_LIBFONTCONFIG'
make[1]: *** [xrender.o] Error 1
make[1]: Leaving directory `/home/alex/Projects/wine/dlls/winex11.drv'
make: *** [dlls/winex11.drv] Error 2

Is anyone else experiencing this ?



More information about the wine-devel mailing list