Hi, when creating a new project with kdevelop-2.1.3-3mdk, it fails because it needs autoconf 2.5 but is running autoconf 2.13:
FATAL ERROR: Autoconf version 2.52 or higher is required for this script make[1]: *** [cvs] Error 2 make: *** [all] Error 2 sh: line 1: ./configure: No such file or directory warning: TestView inherits unknown class 'QWidget' warning: TestDoc inherits unknown class 'QObject' warning: TestApp inherits unknown class 'KMainWindow' QWidget hasn't a reference. at /usr/share/kdoc/kdocHTMLutil.pm line 576, <SOURCE> line 347. QWidget hasn't a reference. at /usr/share/kdoc/kdocHTMLutil.pm line 576, <SOURCE> line 347. QWidget hasn't a reference. at /usr/share/kdoc/kdocHTMLutil.pm line 576, <SOURCE> line 347. QWidget hasn't a reference. at /usr/share/kdoc/kdocHTMLutil.pm line 576, <SOURCE> line 347. QWidget hasn't a reference. at /usr/share/kdoc/kdocHTMLutil.pm line 576, <SOURCE> line 347. QWidget hasn't a reference. at /usr/share/kdoc/kdocHTMLutil.pm line 576, <SOURCE> line 347. When I set WANT_AUTOCONF_2_5=1 and then run KDevelop, it only gives the last errors: autoheader-2.5x: `config.h.in' is created warning: TestView inherits unknown class 'QWidget' warning: TestDoc inherits unknown class 'QObject' warning: TestApp inherits unknown class 'KMainWindow' QWidget hasn't a reference. at /usr/share/kdoc/kdocHTMLutil.pm line 576, <SOURCE> line 347. QWidget hasn't a reference. at /usr/share/kdoc/kdocHTMLutil.pm line 576, <SOURCE> line 347. QWidget hasn't a reference. at /usr/share/kdoc/kdocHTMLutil.pm line 576, <SOURCE> line 347. QWidget hasn't a reference. at /usr/share/kdoc/kdocHTMLutil.pm line 576, <SOURCE> line 347. QWidget hasn't a reference. at /usr/share/kdoc/kdocHTMLutil.pm line 576, <SOURCE> line 347. QWidget hasn't a reference. at /usr/share/kdoc/kdocHTMLutil.pm line 576, <SOURCE> line 347. Then, when pressing the run toolbar button, this error appears: gmake all-recursive gmake[1]: Entering directory `/home/frederik/src/test' cd . && \ /bin/sh /home/frederik/src/test/admin/missing --run automake-1.6 --foreign ./Makefile cd . && perl admin/am_edit Makefile.in cd . && /bin/sh ./config.status Makefile config.status: error: invalid argument: Makefile gmake[1]: *** [Makefile] Error 1 gmake: *** [all] Error 2 *** failed *** When I run manually "./configure" and "make" it finally compiles successfully. Oh, when creating a project, kdevelop says that it needs sgml2html and ksgml2html to create documentation. Should there be requires on that? kdevelop-2.1.3-3mdk Frederik Himpe -- http://users.telenet.be/fhimpe/
