|
问题描述:在源码安装eva时出现如下错误:
./configure --with-qt-includes=/opt/qt/include --with-qt-libs=/opt/qt/lib
.....
checking for Qt... configure: error: Qt (>= Qt 3.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!
环境: archlinux 已经安装qt3 qt4
尝试:1。将qt3卸载保留qt4问题依旧,卸载qt4 由于依赖太多包未遂。。
2。在google中搜索良久,未见确实解决问题的解答。
请教:哎 qt在archlinux中配置的问题算是个bug吗?好多人都遇到,都没解决。。。 |
|