Стоит у меня слакварь. Скачал последние пакеты кдешки 3.4.1. Установил. Попробовал запустить, начала ругаться на отсуствие qt. Скачал qt-3.3.4, поставил. Кдешка запустилась. Решил установить k3b. Скачал исходники. Пишу ./configure. Выдает следующие:
checking for Qt... libraries /usr/lib/qt/lib, headers /usr/lib/qt/include using -mt checking for moc... /usr/lib/qt/bin/moc checking for uic... /usr/lib/qt/bin/uic checking whether uic supports -L ... yes checking whether uic supports -nounload ... yes checking if Qt needs -ljpeg... no checking for rpath... yes checking for KDE... libraries /opt/kde/lib, headers /opt/kde/include checking if UIC has KDE plugins available... no configure: error: you need to install kdelibs first.
If you did install kdelibs, then the Qt version that is picked up by this configure is not the same version you used to compile kdelibs. The Qt Plugin installed by kdelibs is *ONLY* loadable if its the same Qt version, compiled with the same compiler and the same Qt configuration settings.
Как это исправить?