提示:The important program kde-config was not found!
K3B是KDE环境下的程序,没有KDE的库是不能编译安装的
如果是fc用户,那就yum install k3b
checking for X... configure: error: Can't find X includes. Please check
your installation and add the correct paths!
yum groupinstall "X 软件开发"
checking for Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (headers and libraries) not found. Please check your installation!
yum install kdebase-devel
configure: error: libgmp is required to install this program
yum install gmp-devel
avahiservice.cpp:22:32: error: avahi-qt3/qt-watch.h: No such file or directory
avahiservice.cpp: In function 'void kt::listener_callback(AvahiClient*, AvahiClientState, void*)':
avahiservice.cpp:134: warning: unused variable 'service'
avahiservice.cpp: In member function 'bool kt::AvahiService::startPublishing()':
avahiservice.cpp:279: error: 'avahi_qt_poll_get' was not declared in this scope
avahiservice.cpp: In member function 'bool kt::AvahiService::startBrowsing()':
avahiservice.cpp:304: error: 'avahi_qt_poll_get' was not declared in this scope
make[3]: *** [avahiservice.lo] 错误 1
make[3]: Leaving directory `/root/ktorrent-2.2.8/plugins/zeroconf'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/root/ktorrent-2.2.8/plugins'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/root/ktorrent-2.2.8'
make: *** [all] 错误 2
yum install avahi-qt3-devel
阅读(2046) | 评论(0) | 转发(0) |