Am Donnerstag, 7. November 2002 09:03 schrieb Cajus Pollmeier: > Hi! Hi
> I'm trying to build KDE3.1rc2 from source and have some problems with it: > Compiling of qt-x11-free-3.1.0-rc3 and arts-1.1.0 works fine. Kdelibs stops > with dependecy problems when building the dcop stuff. There seems to > be a -L/opt/qt/lib missing when linking. After adding it manually, it > compiled, but stopped later on, when creating some idl's with the just > build dcop utils. I had the same problem, but caling ./configure like this worked for me: ./configure --prefix=/home/kde/kde --with-qt-dir=/home/kde/qt --with-qt-libraries=/home/kde/qt/lib --with-qt-includes=/home/kde/qt/include Don't know why, but it only works if I configure with "--with-qt-libraries" and "--with-qt-includes". Bye bye Anton

