|
我刚开始学KDevelop,今天按照它手册上的例子建了个KScribble工程,可以说是严格按照它的步骤来的,但在make时出现下面的消息,不知道错在哪里,怎么改.谢谢了
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[1]: Entering directory `/root/kscribble'
cd . && \
/bin/sh /root/kscribble/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[1]: *** [Makefile.in] Error 1
gmake[1]: Leaving directory `/root/kscribble'
gmake: *** [all] Error 2
*** 失败 *** |
|