Aclocal-1.14' is missing on your system.

make encountered the following problems during compilation:

CDPATH="${ZSH_VERSION+.}:" && cd /install/Mesa-10.3.5 && /bin/bash /install/Mesa-10.3.5/bin/missing aclocal-1.14 -I m4

/install/Mesa-10.3.5/bin/missing: line 81: aclocal-1.14: command not found

WARNING: "aclocal-1.14" 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: *** [/install/Mesa-10.3.5/aclocal.m4] Error 127

everything that should be installed has been installed, and an error has been reported

C
Mar.28,2021

there is an autogen script that should be provided in the source code. Execute this script to regenerate configure


sudo autoreconf-ivf. This sentence solves the problem

.
Menu