|
|
CPU:AMD64位(闪龙2500+)
内存:512M
系统:FC5 64bits
请教各位:
我在编译eva是遇到这样的问题:
[root@localhost eva]# ./configure --prefix=`kde-config --prefix`
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
………………………………
………………………………
………………………………
checking for libjpeg6b... no
checking for libjpeg... -ljpeg
checking for perl... /usr/bin/perl
checking for Qt... libraries /usr/lib64/qt-3.3/lib, headers /usr/lib64/qt-3.3/include using -mt
checking for moc... /usr/lib64/qt-3.3/bin/moc
checking for uic... /usr/lib64/qt-3.3/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... configure: error:
in the prefix, you've chosen, are no KDE libraries installed. This will fail.
So, check this please and use another prefix!
不知道为什么。
我已经安装了kde相关的包如下:
[root@localhost ~]# rpm -qa |grep kde*
lockdev-1.0.1-9.2.1
kdelibs-devel-3.5.5-0.2.fc5
openoffice.org-kde-integration-2.2.1-9161
kdelibs-3.5.5-0.2.fc5
diskdumputils-1.2.8-4
lockdev-devel-1.0.1-9.2.1
请问:我是不是还该添加什么包?KDE libraries 是什么文件? |
|