当前位置: 技术问答>linux和unix
KDevelop下使用qt4 出现问题?
来源: 互联网 发布时间:2016-06-05
本文导语: Ubuntu 8.04系统,已经安装了 KDE4,qt4.想在KDevelop环境下用qt4来开发.第一次用这个东西,我在Project菜单选项中新建项目: New Project-KDE-Simple KDE Application ,然后直接编译时报以下错误: This Makefile is only for the CV...
Ubuntu 8.04系统,已经安装了 KDE4,qt4.想在KDevelop环境下用qt4来开发.第一次用这个东西,我在Project菜单选项中新建项目: New Project-KDE-Simple KDE Application ,然后直接编译时报以下错误:
This Makefile is only for the CVS repository
This will be deleted before making the distribution
# Unable to find autoconf!!
# Unable to find autoheader!!
# Unable to find autom4te!!
# Unable to find automake!!
# Unable to find aclocal!!
./admin/cvs.sh: 651: --version: not found
*** AUTOCONF NOT FOUND!.
*** KDE requires autoconf 2.53 or newer
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
*** Exited with status: 2 ***
我想请教应该怎么正确建立一个常规的QT4工程?
This Makefile is only for the CVS repository
This will be deleted before making the distribution
# Unable to find autoconf!!
# Unable to find autoheader!!
# Unable to find autom4te!!
# Unable to find automake!!
# Unable to find aclocal!!
./admin/cvs.sh: 651: --version: not found
*** AUTOCONF NOT FOUND!.
*** KDE requires autoconf 2.53 or newer
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
*** Exited with status: 2 ***
我想请教应该怎么正确建立一个常规的QT4工程?
|
我用Kdevlop调用过QT4,没有出现什么问题,但是目前的KDevelop其实默认只支持QT3的。
楼主的问题应该是编译器没有装完整,比如g++之类的。
楼主要用QT开发的话,推荐楼主用QT Creator1.1,就不用在KDevelop下那么麻烦了
楼主的问题应该是编译器没有装完整,比如g++之类的。
楼主要用QT开发的话,推荐楼主用QT Creator1.1,就不用在KDevelop下那么麻烦了
|
先看看安装 autoconf 之类的没有,如果没有安装,就需要安装 ...
其次如果已经安装,就需要更新到更高版本,它提示需要高版本的 autoconf ...
至于如何安装,可以采用:sudo apt-get
|