On Thursday 24 October 2002 00:04, Bill Nottingham wrote:
> Nathan Wiebe ([EMAIL PROTECTED]) said:
> > So I changed the configure script to link against -lXft2, instead of
> > -lXft, this gets me a bit further, but still fails:
>
> ..
>
> > /opt/kdecvs/src/qt-copy2/lib/libqt-mt.so: undefined reference to
> > `FcPatternAddInteger'
>
> I'd guess -lXft2 -lfontconfig...
>
> Bill

Sorry, but I don't understand your reply.  I DID change the configure script 
to generate a Makefile that links against Xft2, instead of Xft.  When I do 
that, the make step still fails, but with a different error. I get:

`FcPatternAddInteger'
/opt/kdecvs/src/qt-copy2/lib/libqt-mt.so: undefined reference to 
`FcPatternAddBool'
/usr/lib/gcc-lib/i386-redhat-linux/3.2/../../../libXft2.so: undefined 
reference to `FcPatternGetBool'
/usr/lib/gcc-lib/i386-redhat-linux/3.2/../../../libXft2.so: undefined 
reference to `FcFreeTypeCharSet'
/usr/lib/gcc-lib/i386-redhat-linux/3.2/../../../libXft2.so: undefined 
reference to `FcNameUnparse'
...

Is the version of Xft2 shipped with Psyche much different than the official 
version?  Would that account for the undefined symbols, or am I doing 
something horribly wrong?

Nathan




Reply via email to