CentOS4 x86_64で./configureが通らないorz kdelibsもqtもOS付属のrpmでインストールしてるのに... まず./confiugre checking if UIC has KDE plugins available... configure: error: not found - you need to install kdelibs first.
失敗したのでの位置を指定 ./configure --with-qt-dir=/usr/lib/qt-3.3 checking for Qt... configure: error: Qt (>= Qt 3.1.0) (library qt-mt) not found. Please check your installation! For more details about this problem, look at the end of config.log. Make sure that you have compiled Qt with thread support!
findで探したらqt-mtあるけど取り敢えずdisableにしてみるテスト ./configure --with-qt-dir=/usr/lib/qt-3.3 --disable-mt そして結果 checking for Qt... configure: error: Qt (>= Qt 3.1.0) (library qt) not found. Please check your installation! For more details about this problem, look at the end of config.log. ...orz