You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Sunday, August 22nd 2004, 2:10am

kdelibs compile error

I'vee been trying to compile a full version of KDE 3.3 on a Debian Sid box, since not all of 3.3 are in the Debian repositories yet (notably kdepim and kdeaddons). I successfully compiled RC2 just a couple of weeks ago but I ended up with the '&' and green space problem. I cleared away all that and now I get the following error sequence while compiling kdelibs (at least that's what I think is being compiled):

Quoted


/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: undefined reference to `XftGlyphExtents'
/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: undefined reference to `XftCharIndex'
/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: undefined reference to `XftDrawSetClipRectangles'
/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: undefined reference to `XftDrawGlyphs'
/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: undefined reference to `XftDrawSetSubwindowMode'
/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: undefined reference to `XftDrawCreateAlpha'
/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: undefined reference to `XftLockFace'
/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: undefined reference to `XftUnlockFace'
/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: undefined reference to `XftCharExists'
/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/lib/libqt-mt.so: undefined reference to `XftDrawPicture'
collect2: ld returned 1 exit status
make[8]: *** [../../../bin/uic] Error 1
make[8]: Leaving directory `/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/tools/designer/uic'
make[7]: *** [sub-uic] Error 2
make[7]: Leaving directory `/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/tools/designer'
make[6]: *** [sub-designer] Error 2
make[6]: Leaving directory `/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3/tools'
make[5]: *** [sub-tools] Error 2
make[5]: Leaving directory `/builds/kde/konstruct/libs/qt-x11-free/work/qt-x11-free-3.3.3'
make[4]: *** [build-work/qt-x11-free-3.3.3/Makefile] Error 2
make[4]: Leaving directory `/builds/kde/konstruct/libs/qt-x11-free'
make[3]: *** [dep-../../libs/qt-x11-free] Error 2
make[3]: Leaving directory `/builds/kde/konstruct/libs/arts'
make[2]: *** [dep-../../libs/arts] Error 2
make[2]: Leaving directory `/builds/kde/konstruct/kde/kdelibs'
make[1]: *** [dep-../../kde/kdelibs] Error 2
make[1]: Leaving directory `/builds/kde/konstruct/kde/kdebase'
make: *** [dep-../../kde/kdebase] Error 2

I suspect this might be repairable with a change to a config file or something but that's beyond my current knowledge level