Author Topic: Code::Blocks on Ubuntu - Bootstrap errors  (Read 2710 times)

switchcase

  • Guest
Code::Blocks on Ubuntu - Bootstrap errors
« 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:
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.

Offline Auria

  • Almost regular
  • **
  • Posts: 152
Re: Code::Blocks on Ubuntu - Bootstrap errors
« Reply #1 on: December 03, 2007, 01:29:07 am »
you need to install autotools (autoconf, automake, ...)