Le 05/18/10 20:39, GOUJON Alexandre a écrit :
xrender.c: In function 'X11DRV_XRender_Init': xrender.c:398: error: 'SONAME_LIBFONTCONFIG' undeclared (first use in this function)
In fact, the 398th line is if ((fontconfig_handle = wine_dlopen(SONAME_LIBFONTCONFIG, RTLD_NOW, NULL, 0))) and I guess an #ifdef is missing
Now with libfontconfig1-dev installed I have a | #define SONAME_LIBFONTCONFIG "libfontconfig.so.1" in config.log
And all is working.
I just wonder why is this just happening now...