qucs-core:配置错误需要admsxml

JoA*_*unt 2 configure

我正在尝试编译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
Run Code Online (Sandbox Code Playgroud)

我能做什么?

Ami*_*min 7

我有这个问题,我找到了解决方案.运行以下命令:

git clone https://github.com/Qucs/ADMS
cd ADMS
./bootstrap.sh
./configure
make
sudo make install
Run Code Online (Sandbox Code Playgroud)

然后尝试./configurequcs项目.

  • 在`make install`之后我也必须运行`ldconfig` (4认同)