nyx 发表于 2004-3-14 14:32:14

Problem with KDE style

When I was installin the Theme downloaded from KDE-look( doing ./configure), it was prompted that

Qt (>= Qt 3.1 (20021021)) (headers and libraries) not found. Please check your installation!

So I searched my computer and failed to find any Qt header for lib. folders...:(
My system is RH9. Is Qt defaultly installed or I have to download&install it? If so, where can I find this software set?

nyx 发表于 2004-3-14 14:44:30

Well, I found some folde in /usr/lib/qt-3.1. Is it what I am looking for?
how to append the path?
I tried --with-qt-includes=/usr/lib/qt-3.1, but it did not work!

motor98 发表于 2004-3-15 07:12:17

首先, 确定你安装了qt-devel (qt的开发包). 编译时需要.

其次, kde-look 站点上有一些是for kde3.2的, 而你可能在用3.1, 是不是这个问题呀?
如果是, 则多半没有办法了.
不过可以试试:
export CXXFLAGS=" $CXXFLAGS -DHAS_KDE31 "
然后再 ./configure

nyx 发表于 2004-3-15 12:07:38

Sorry, but how to confirm that I have Installed the qt-devel? if not, where can I find it?
页: [1]
查看完整版本: Problem with KDE style