【问题标题】:In Centos 6.4,when configure Emacs在 Centos 6.4 中,配置 Emacs 时
【发布时间】:2023-03-27 01:09:01
【问题描述】:

在Centos 6.4中,配置Emacs时显示:

配置:错误:在任何库中都找不到所需的函数“tputs”。 尝试了以下库(按顺序): libtinfo、libncurses、libterminfo、libtermcap、libcurses 请尝试安装这些库中最合适的一个 为您的系统,连同它的头文件。 例如,一个 libncurses-dev(el) 或类似的包。

如何解决,有什么问题。

【问题讨论】:

    标签: centos configure emacs24


    【解决方案1】:

    尝试安装libncurses-dev bash apt-get install libncurses-dev

    【讨论】:

      【解决方案2】:

      我正在使用 Debian Wheezy 派生发行版 (CrunchBang)
      尝试安装 Emacs 24.5.1
      必须安装 libncurses5-dev,然后运行 ​​./configure

      $ sudo apt-get install ncurses-devel
      ...
      E: Unable to locate package ncurses-devel
      $ sudo apt-get install libncurses5-dev
      

      【讨论】:

        【解决方案3】:
        sudo yum install ncurses-devel
        

        然后再./configure

        【讨论】:

          猜你喜欢
          • 1970-01-01
          • 1970-01-01
          • 2014-05-02
          • 2013-12-20
          • 2017-06-27
          • 2013-08-31
          • 2014-12-04
          • 2013-11-26
          • 1970-01-01
          相关资源
          最近更新 更多