Re: Re²: SONAME_LIBFONTCONFIG undeclared

2010-05-18 Thread Austin English
On Tue, May 18, 2010 at 3:08 PM, GOUJON Alexandre 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 >> f

Re²: SONAME_LIBFONTCONFIG undeclared

2010-05-18 Thread GOUJON Alexandre
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_

Re: SONAME_LIBFONTCONFIG undeclared

2010-05-18 Thread GOUJON Alexandre
Lei Zhang wrote: Works fine here on Ubuntu Hardy with today's wine-git. Do you have all the build dependencies? http://wiki.winehq.org/Recommended_Packages Yep. But now you're talking about dependencies I'm thinking I recently installed xrandr headers. My mistake. I will run make distclea

Re: SONAME_LIBFONTCONFIG undeclared

2010-05-18 Thread Lei Zhang
On Tue, May 18, 2010 at 11:39 AM, GOUJON Alexandre wrote: > Hi, > > I just updated my local tree and ran CFLAGS="-g -O0" ./configure > --disable-tests && make > and I got > > xrender.c:411: warning: implicit declaration of function 'pFcInit' > xrender.c:413: error: expected ')' before 'SONAME_LIBF

SONAME_LIBFONTCONFIG undeclared

2010-05-18 Thread GOUJON Alexandre
pe -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 functi