Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WARNING: 'aclocal-1.13' is missing on your system "Code::Blocks"

During my installation of Code::Blocks on my kali-linux machine after executing ./configure command on my program directory , everything is okay until i try to make my program . here is my error message :

WARNING: 'aclocal-1.13' is missing on your system. 
  You should only need it if you modified 'acinclude.m4' or 'configure.ac' or m4 files included by 'configure.ac'. 
  The 'aclocal' program is part of the GNU Automake package:  http://www.gnu.org/software/automake 
  It also requires GNU Autoconf, GNU m4 and Perl in order to run: 
     http://www.gnu.org/software/autoconf     
     http://www.gnu.org/software/m4/ 
     http://www.perl.org/ 
make: *** [aclocal.m4] Error 127

i tried every single solution on the Internet nothing worked , including autoreconf commands installing the automake tool , libtool which is already installed on my up-dated machine . also tried to install what the error message says which is m4 and perl but i found that they also are installed

if possible to provide me another way to install Code:blocks IDE , i'd be very happy , thanks .

like image 950
Hussam Elshehawy Avatar asked Feb 20 '26 05:02

Hussam Elshehawy


1 Answers

  1. Install automake.
  2. sudo ln -s /usr/bin/aclocal /usr/bin/aclocal-1.13
  3. sudo ln -s /usr/bin/automake /usr/bin/automake-1.13

It's possible to run into the issue behind to make, as Megamini mentioned to run "sudo automake --add-missing" after 3.. Need to do the following:

  1. run automake --add-missing in the source code directory
$ make
 cd . && /bin/sh /home/tangc/pkgs/ModSecurity.git/missing automake-1.13 --foreign
configure.ac:50: error: required file './compile' not found
configure.ac:50:   'automake --add-missing' can install 'compile'
make: *** [Makefile:944: Makefile.in] Error 1

like image 73
Jeffery.Zhang Avatar answered Feb 23 '26 04:02

Jeffery.Zhang



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!