On Sunday 14 April 2002 05:05 am, DEGAND Nicolas wrote: > Still the same issue. However looking closer to the ./configure > --with-qt-libraries=/usr/lib/qt3/lib --wit > h-qt-moc=/usr/lib/qt2/bin/moc --with-kde output I remarked this at the > end :
Why are you using QT3 and QT2 at the same time? You want to use your QT3 moc. Here are the 5 items that you need to specify if your system can't find them automatically: --with-qt where QT v2.1.x or higher is located. --with-qt-libraries where the QT libraries are located. --with-qt-includes where the QT headers are located. --with-qt-moc where the QT 2.1.x moc is located. --with-kde compile with KDE support. Now --with-kde does not take a directory as a parameter. The other ones do. Specify those, all for the same QT version. And don't forget to rm config.cache Jon _______________________________________________ Licq-main mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-main
