|
|
下载了eva QQ 使用下面方法安装。
tar jvxf eva-20070723.tar.bz2
cd eva
./configure -prefix=`kde-config -prefix`
make
make install
用到make提示:
[user@localhost eva]$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
在./configure -prefix=`kde-config -prefix`发现:
。。。。。。。
checking sizeof size_t == sizeof unsigned long... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
。。。。。。
checking for perl... /usr/bin/perl
checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log. |
|