我用kdevelop这个软件,新建一个kde normal的程序,在点创建之后给出如下的警告信息:
This Makefile is only for the CVS repository
This will be deleted before making the distribution
*** Creating acinclude.m4
*** Creating aclocal.m4
*** Creating configure
QTDIR=/usr/lib/qt-3.1;
make configure...
>LDFLAGS="" CFLAGS="-O0 -g3 -Wall" CXXFLAGS="-O0 -g3 -Wall"
>./configure
READY
工程文件建立后,我在build菜单下选择autoconf和automake,出现以下警告和错误信息:
configure.in:26: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst
configure.in:62: error: m4_popdef: undefined macro: AC_Dest
autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
configure.in:62: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
sh: line 1: ./configure: ?????????????ò????
因为我不知道哪些信息是关键的,所以我把全部的警告和错误信息都贴出来了,有点乱.
请问有没有人遇到过这种情况,是怎么解决的?多谢!!!!
另外,我尝试着用glade开发gtk的程序,在autoconf和automake的时候也出了问题. |