zoukankan      html  css  js  c++  java
  • 安装aclocal1报错问题

    missing: line 46: aclocal-1.10: command not found
    WARNING: `aclocal-1.10' is needed, and you do not seem to have it handy on your
             system.  You might have modified some files without having the
             proper tools for further handling them.  Check the `README' file,
             it often tells you about the needed prerequirements for installing
             this package.  You may also peek at any GNU archive site, in case
             some other package would contain this missing `aclocal-1.10' program.
    make: *** [aclocal.m4] Error 1
    则执行: ln -s ./aclocal-1.11 ./aclocal-1.10
     

    missing: line 46: automake-1.10: command not found

    WARNING: `automake-1.10' is needed, and you do not seem to have it handy on your
             system.  You might have modified some files without having the
             proper tools for further handling them.  Check the `README' file,
             it often tells you about the needed prerequirements for installing
             this package.  You may also peek at any GNU archive site, in case
             some other package would contain this missing `automake-1.10' program.
    make: *** [Makefile.in] Error 1

    则执行: ln -s ./automake-1.11 ./automake-1.10

    missing: line 46: flex: command not found
    WARNING: `flex' is missing on your system.  You should only need it if
             you modified a `.l' file.  You may need the `Flex' package
             in order for those modifications to take effect.  You can get
             `Flex' from any GNU archive site.

     执行apt-get install flex

  • 相关阅读:
    549 小程序阶段2:小程序架构和配置
    548 小程序阶段1:邂逅小程序开发
    546 JavaScript的 动态 import 导入
    544 Promise.allSettled,可选链操作符 --> ?.
    543 class类的私有属性
    542 Array.prototype.flat 与 flatMap
    540 Object.fromEntries,trimStart 和 trimEnd
    539 对象的rest、spread 属性
    简单梳理Redux的源码与运行机制
    7个有用的Vue开发技巧
  • 原文地址:https://www.cnblogs.com/rooney/p/2580920.html
Copyright © 2011-2022 走看看