Am Freitag, 5. Januar 2001 10:35, schrieb Andre Schulze:
Sieh doch einfach mal in das ./configure rein und greppe nach Qt. Dort sieht man ja, auf welche Weise das Teil versucht, herauszubekommen, ob du nun Qt hast oder nicht.
Achtung:
------- pummel@k7:/usr/src/quanta2.0beta4 > grep -n Qt configure 45: --with-qt-dir=DIR where the root of Qt is installed " 47: --with-qt-includes=DIR where the Qt includes are. " 49: --with-qt-libraries=DIR where the Qt library is installed." 990: kde_qt_minversion=">= Qt 2.2.0 Beta1" 992: kde_qt_minversion=">= Qt 2.0.2" 4972:echo $ac_n "checking for Qt""... $ac_c" 1>&6 4973:echo "configure:4974: checking for Qt" >&5 5012: #try to guess Qt locations 5053: # if the Qt was given, the chance is too big that libqt.* doesn't exist 5164: { echo "configure: error: Qt ($kde_qt_minversion) $ac_qt_notfound not found. Please check your installation! 5189:echo $ac_n "checking if Qt compiles without flags""... $ac_c" 1>&6 5190:echo "configure:5191: checking if Qt compiles without flags" >&5 5385: { echo "configure: error: No Qt meta object compiler (moc) found! 5386:Please check whether you installed Qt correctly. 5403: output=`eval "$ac_cv_path_moc --help 2>&1 | sed -e '1q' | grep Qt"` 5405: echo "configure:5406: tried to call $ac_cv_path_moc --help 2>&1 | sed -e '1q' | grep Qt" >&55410: { echo "configure: error: No Qt meta object compiler (moc) found! 5411:Please check whether you installed Qt correctly. 5793:same compiler to compile Qt and kdelibs as you did use now. 6018:same compiler to compile Qt and kdelibs as you did use now.
------
Da steht mir aber ein schönes Stück Arbeit bevor. Und wenn ich da so die letzte Zeile anschaue - ich habe mein qt als rpm installiert, weiss der Geier womit das kompiliert wurde...
Ich warte wohl doch auf ein rpm...
Jens