当前位置: 技术问答>linux和unix
RedHat 9.0 最新问题--我的kdevelop 2.1 向导生成的项目不能编译.
来源: 互联网 发布时间:2015-03-21
本文导语: 求救!!我的kdevelop 2.1 向导生成的项目不能编译. 我刚安装Redhat 9.0, 操作系统和驱动程序一切正常,我以用户:zxx(自己名字)登录XWindow的Gnome下启动KDevelop 2.1 ,新建项目KDE Normal 或 KDE MDI 或Qt SDI等默认步骤生成项目...
求救!!我的kdevelop 2.1 向导生成的项目不能编译.
我刚安装Redhat 9.0, 操作系统和驱动程序一切正常,我以用户:zxx(自己名字)登录XWindow的Gnome下启动KDevelop 2.1 ,新建项目KDE Normal 或 KDE MDI 或Qt SDI等默认步骤生成项目编译的时候出错,例如:
1.在编译KDE Normal 的一个项目TestMy1时出现下列错误:
cd .. &&
/bin/sh /home/zxiaox/testmy1/admin/missing --run automake --gnu testmy1/Makefile
aclocal.m4:3009: your implementation of AM_INIT_AUTOMAKE comes from an
aclocal.m4:3009: old Automake version. You should recreate aclocal.m4
aclocal.m4:3009: with aclocal and run automake again.
gmake: *** [Makefile.in] Error 1
*** 失败 ***
2.在编译Qt SDI 的项目TestMy2时出现所有包含的头文件找不到的错误.
该怎么办?各位求救啦.
我刚安装Redhat 9.0, 操作系统和驱动程序一切正常,我以用户:zxx(自己名字)登录XWindow的Gnome下启动KDevelop 2.1 ,新建项目KDE Normal 或 KDE MDI 或Qt SDI等默认步骤生成项目编译的时候出错,例如:
1.在编译KDE Normal 的一个项目TestMy1时出现下列错误:
cd .. &&
/bin/sh /home/zxiaox/testmy1/admin/missing --run automake --gnu testmy1/Makefile
aclocal.m4:3009: your implementation of AM_INIT_AUTOMAKE comes from an
aclocal.m4:3009: old Automake version. You should recreate aclocal.m4
aclocal.m4:3009: with aclocal and run automake again.
gmake: *** [Makefile.in] Error 1
*** 失败 ***
2.在编译Qt SDI 的项目TestMy2时出现所有包含的头文件找不到的错误.
该怎么办?各位求救啦.
|
我也试了一下,和你一样,也许是aotumake不行,俺再找个automake看看
|
gz
|
gz
|
我也遇到同样问题,关注!!!!!!!!