More on fontconfig and pango



Following on from the discussion of getting fontconfig to work, I
managed to get garnome past that stage with the following:

	Do the 'make install' trick in fontconfig
	Change the line in Xft.h to not have the explicit prefix
	Add the Xrender directory to the path in gar.conf.mk

The last on is necessary for pango to compile.

Pango then build fine, but at link time I get:

	/usr/local/garnome-2.1/lib/libXft.so: undefined reference to
	`XRenderCompositeText32'
	/usr/local/garnome-2.1/lib/libXft.so: undefined reference to
	`XRenderCompositeText16'
	/usr/local/garnome-2.1/lib/libXft.so: undefined reference to
	`XRenderCompositeText8'

I'm runnig debian testing (sarge) with XFree86 4.1.  This looks to me
like the fontconfig/Xft (and therefor the latest pango) may depend on
XFree86 4.2.  Can someone with XFree86 4.2 check for the symbol
'XRenderCompositeText32' in Xrender (use 'nm
/usr/X11R6/lib/libXrender.a|grep Compo').

Steve



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]