User forums > Using Code::Blocks

Buidling from CVS - bootstrap error

<< < (5/6) > >>

Commodore64:
Hello,

I've tried to build Code::Blocks SVN (rev. 2729) following directions given in the wiki. This is my first build on my Linux system, that is a Mandriva 2006.

However, ./bootstrap gives me the following errors:


--- Code: ---You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 0: macro `AM_CONDITIONAL' not found in library
aclocal: configure.in: 7: macro `AM_INIT_AUTOMAKE' not found in library
aclocal: configure.in: 61: macro `AM_OPTIONS_WXRC' not found in library
aclocal: configure.in: 92: macro `AM_CONDITIONAL' not found in library

--- End code ---

At this time, I'm clueless... can anybody help me?
Thank you!
Luca

TheTuxKeeper:
You need these packages to compile codeblocks on mandriva:
automake1.8, autoconf2.5, m4, make, subversion, wxGTK2.6-devel, gcc-c++, zip

I think on your system automake1.8 is missing, because this package provides the macro definitions ;)

Commodore64:
No, I have all these packages...

At the beginning I had automake 1.4, and bootstrap said it needed version >=1.7; then I installed it (I tried both 1.8 and 1.7), I modified the symbolic link /usr/bin/automake to point to /usr/bin/automake-1.8, and I got that list of errors.

Thanks,
Luca

TheTuxKeeper:
I have installed these packages and it works for me :) :

--- Code: ---autoconf2.1-2.13-24mdk
autoconf2.5-2.59-6mdk
automake1.8-1.9.4-3mdk
m4-1.4.3-1mdk
make-3.80-9mdk

--- End code ---
They should be all out of common/official repositories (main, updates, contrib, plf-free or plf-nonfree).

Commodore64:
You're a lucky man  :P

Possibly the reason why it doesn't work on my machine is that I installed Mandriva 2006 on top of Mandrake 10.0, and now my system is a bit messed up :?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version