SOS:使用kdevelop出现问题
我用RH9的kdevelop,
1.按照向导生成项目时出现问题:
Starting with installation
App [Fourth] Type [miniguinormal]
unpacking <template.tar.gz> in
</home/program/fourth>...
unpacking <admin.tar.gz> in </home/program/fourth>...
changing files [miniguinormal]...
Starting with configuration
creating configuration files...
>make -f Makefile.dist
This Makefile is only for the CVS repository
This will be deleted before making the distribution
*** Creating acinclude.m4
!!! If you get recursion errors from autoconf, it is advisable to set the
environment variable M4 to something including "--nesting-limit=500"
*** Creating list of subdirectories
*** Creating configure.in
*** Creating aclocal.m4
*** Creating configure
QTDIR=/usr/lib/qt-3.1;
make configure...
>LDFLAGS="" CFLAGS="-O0 -g3 -Wall" CXXFLAGS="-O0 -g3 -Wall"
>./configure
READY
configure.in:137: error: m4_popdef: undefined macro: AC_Dest
autoconf/status.m4:844: AC_CONFIG_FILES is expanded from...
configure.in:137: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
make[1]:
*** [cvs] Error
make: *** [all] Error 2
sh: line 1: ./configure:
2.编译出现问题:
在编译时出错,具体如下:
you want to build your project by running "make" but there is no makefile in this directory
Hints:
1.possible you forget to create the makefile. In that case create them by running
bulid->configure
2.or this directory doesn't belong to you project
check the setting in Project->Options->MakeOptions
会不会是我的kdevelop有问题?