I've installed all the kdevelop3 packages, fired it up and tried to compile a simple hello world program, from the automatically generated source code. When I click build, a dialog asks me to run automake & friends and configure first. I click yes, and it then comes up with the error: aclocal: configure.in: 8: macro `AM_PROG_LIBTOOL' not found in library.
Here's the whole contents of the output:
cd '/home/phil/src/hello' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs && mkdir '/home/phil/src/hello/debug' && cd '/home/phil/src/hello/debug' && CXXFLAGS="-O0 -g3" "/home/phil/src/hello/configure" --enable-debug=full && cd '/home/phil/src/hello/debug' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -k
aclocal
aclocal: configure.in: 8: macro `AM_PROG_LIBTOOL' not found in library
make: *** [all] Error 1
*** Exited with status: 2 ***
Anybody any ideas?
Cheers, Phil.



Adv Reply
under construction


Bookmarks