PDA

View Full Version : KDevelop & aclocal errors



CurtyD13
November 2nd, 2006, 04:41 PM
I've recently upgraded to edgy and since then I can't get a new project in KDevelop to compile. I start a new simple "Hello World" project and then I "Run automake & friends", but all I get is this:


cd '/home/curty/Documents/Programming/core' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs
aclocal
make: aclocal: Command not found
make: *** [all] Error 127
*** Exited with status: 2 ***


I do have build-essential and libtool installed. Any help would be greatly appreciated.

CurtyD13
November 2nd, 2006, 05:16 PM
OK so all I had to do was install automake which I thought I already had installed.

Jbloudg20
January 24th, 2007, 09:36 PM
Thanks for posting your solution! It helped me out.

tessmonsta
February 23rd, 2008, 08:25 PM
Me too! Thanks!