|
gmake all-recursive
gmake[1]: Entering directory `/home/fanshiming/inherit'
Making all in inherit
gmake[2]: Entering directory `/home/fanshiming/inherit/inherit'
cd .. && \
CONFIG_HEADERS= CONFIG_LINKS= \
CONFIG_FILES=inherit/Makefile /bin/sh ./config.status
fast creating inherit/Makefile
config.status: executing default-1 commands
gmake[2]: Leaving directory `/home/fanshiming/inherit/inherit'
gmake[2]: Entering directory `/home/fanshiming/inherit/inherit'
Making all in docs
gmake[3]: Entering directory `/home/fanshiming/inherit/inherit/docs'
cd ../.. && \
/bin/sh /home/fanshiming/inherit/admin/missing --run automake --gnu inherit/docs/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[3]: *** [Makefile.in] Error 1
gmake[3]: Leaving directory `/home/fanshiming/inherit/inherit/docs'
gmake[2]: Leaving directory `/home/fanshiming/inherit/inherit'
gmake[1]: Leaving directory `/home/fanshiming/inherit'
gmake[2]: *** [all-recursive] Error 1
gmake[1]: *** [all-recursive] Error 1
gmake: *** [all] Error 2
*** 失败 ***
我最近才学习OOP编程,这是第一次在linux 下用kdevelop 2.1.5(使用KDE-3.1-10 Red Hat), 建立了一个新项目,然后只是添加了一个类,调试,就出错啦, 请高手们给看看吧,,,多指教. 我的桌面是gnome. |
|