Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: switchcase on December 03, 2007, 12:52:16 am
-
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:
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, ...)