czeus 发表于 2003-12-6 11:01:04

kdevelop的安装问题

我在安装了kdevelop以后,创建一个新的c工程然后直接运行,出现了下面的错误:
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.

应该怎么解决?
谢谢。

daniel_shen 发表于 2004-1-19 10:20:28

我也出现了同样的问题,没一种工程能运行的,到底怎么回事?

KDevelop里的奇怪问题

小弟时Linux的新手,请大家帮忙解决KDevelop的异常:

刚刚新装的RH9,在KDevelop里面新建无论什么项目时,都会出现警告信息:
configure.in:44: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.in:75: warning: do not use m4_regexp: use regexp or m4_bregexp
sh: line 1: kdoc: command not found

对新建的项目未做任何根改,直接执行,出错:
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
gmake all-recursive
gmake: Entering directory `/root/te'
cd . && \
/bin/sh /root/te/admin/missing --run automake --foreign 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: Leaving directory `/root/te'
gmake: *** Error 1
gmake: *** Error 2

情大家指教到底发生了什么问题?谢谢
页: [1]
查看完整版本: kdevelop的安装问题