【问题标题】:qucs-core: configure error needs admsxmlqucs-core:配置错误需要admsxml
【发布时间】:2017-12-23 01:56:42
【问题描述】:

我正在尝试编译 qucs-0.0.19,但是当我放入 ./configure 后,它给了我以下错误:

checking Checking if admsXml is working...  no 
configure: error: need admsXml, but not found. consider --with-mkadms=<alternative admsXml>
configure: error: ./configure failed for qucs-core

我能做什么?

【问题讨论】:

    标签: configure


    【解决方案1】:

    我遇到了这个问题,我找到了解决方案。 运行这些命令:

    git clone https://github.com/Qucs/ADMS
    cd ADMS
    ./bootstrap.sh
    ./configure
    make
    sudo make install
    

    然后在 qucs 项目中尝试./configure

    【讨论】:

    • make install 之后我也必须运行ldconfig
    【解决方案2】:

    我尝试了git clone https://github.com/Qucs/ADMS 解决方案,但没有成功。 但是,我找到了另一种解决方案,为我修复了它 - 只需键入

    export LD_LIBRARY_PATH=/usr/local/lib
    

    然后,在 qucs 项目中尝试./configure

    【讨论】:

      【解决方案3】:

      我必须在 debian 9.x 上克隆、制作、安装以及导出 LD_LIBRARY 路径

      【讨论】:

        【解决方案4】:

        可以在配置 qucs 时指定 admsXml 的位置。

        ./configure --with-mkadms=/var/local/adms-2.3.6/admsXml/admsXml

        【讨论】:

          【解决方案5】:

          我运行 Ubuntu 16.04 并且必须执行 git clone 并导出 LD_LIBRARY_PATH 才能正确运行配置。谢谢。

          【讨论】:

          • 配置什么?
          猜你喜欢
          • 2014-01-03
          • 2015-10-13
          • 1970-01-01
          • 2019-03-05
          • 1970-01-01
          • 2018-12-01
          • 1970-01-01
          • 1970-01-01
          • 1970-01-01
          相关资源
          最近更新 更多