Hi, I'm trying to compile the code::blocks source (from svn) on Ubuntu. I get errors when trying to bootstrap heres what i get in the terminal:
Quote
chris@chris-desktop:~$ cd CodeBlocks/trunk/
chris@chris-desktop:~/CodeBlocks/trunk$ ./bootstrap
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
./bootstrap: 67: aclocal: not found
chris@chris-desktop:~/CodeBlocks/trunk$
Any help would be really appreciated.
Thanks,
Chris.
you need to install autotools (autoconf, automake, ...)