On Tue, May 18, 2010 at 3:08 PM, GOUJON Alexandre <[email protected]> wrote: > 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...
Probably related to http://source.winehq.org/git/wine.git/?a=commitdiff;h=922e15cbd04fde3d9d4fbb98600f5471420c2daa -- -Austin
