关于aclocal-1.14' is missing on your system的问题?

make 编译时出现如下问题:

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

该安装的都安装好了,还报错

撒科打诨
浏览 2621回答 2
2回答

慕姐8265434

该源码中应该提供的有 autogen 脚本吧,执行该脚本重新生成 configure

千万里不及你

sudo autoreconf -ivf 就是这一句解决了问题
打开App,查看更多内容
随时随地看视频慕课网APP