警告:您的系统“Code::Blocks”上缺少“aclocal-1.13”

Hus*_*awy 3 linux codeblocks

在我的程序目录上执行 ./configure 命令后,在我的 kali-linux 机器上安装 Code::Blocks 期间,一切都很好,直到我尝试制作我的程序。这是我的错误消息:

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
Run Code Online (Sandbox Code Playgroud)

我尝试了互联网上的每一个解决方案,但没有任何效果,包括安装 automake 工具的 autoreconf 命令,libtool 已经安装在我的最新机器上。还尝试安装错误消息所说的 m4 和 perl 但我发现它们也已安装

如果可以为我提供另一种安装 Code:blocks IDE 的方法,我会非常高兴,谢谢。

小智 6

  1. 安装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