Qucs / ADMS

ADMS is a code generator for the Verilog-AMS language
GNU General Public License v3.0
94 stars 31 forks source link

XML::LibXml not found #33

Closed crobarcro closed 8 years ago

crobarcro commented 9 years ago

I'm having a go building ADMS using cmake from the git repo on a Mint Linux system (based on Ubuntu 14.04 Ubuntu Trusty). I'm getting the following cmake error:

$ cmake ~/src/qucs-git/qucs-core/deps/adms/ -DUSE_MAINTAINER_MODE=ON -DCMAKE_BUILD_TYPE=RELEASE
-- Checking for perl module XML::LibXml
-- Checking for perl module XML::LibXml - failed
-- Could NOT find PerlModules (missing:  PERLMODULES_XML_LIBXML_MODULE) 
CMake Error at CMakeLists.txt:41 (message):
  Not all required perl modules were found on your system

However, I have the libxml-libxml-perl package installed, is this the right package? Any idea what might be going wrong here?

guitorri commented 9 years ago

Perhaps libxml2 libxml2-dev are also needed?

Can you run this: $ perl -e "use XML::LibXML"

crobarcro commented 9 years ago

the perl command gives no output whatsoever, and I definitely have both these packages installed.

guitorri commented 8 years ago

I hope this issue is solved by now. Please reopen if needed.