From: Christopher N. <cn...@it...> - 2008-07-23 00:46:56
|
Thanks Thomas, > Yes your you are quite right: One has to install > > xerces-c (http://xerces.apache.org/xerces-c/; I use version libxerces-c.so.270 which was preinstalled on my openSUSE 10.2) and > > XSD (http://www.codesynthesis.com/products/xsd/; the XSD runtime is a header-only library and does not require compilation) > This XSD install was the one I was missing, the SVN version is compiling happily now, however the 0.5.1 package has a new error: Scanning dependencies of target pypcsim [100%] [100%] Building CXX object python/CMakeFiles/pypcsim.dir/pypcsim/warning_preventer.o Building CXX object python/CMakeFiles/pypcsim.dir/pypcsim/pypcsim.main.o /home/cnolan/Development/pypcsim-0.5.1/python/pypcsim/pypcsim.main.cpp:11:47: error: pypcsim/AdaptiveStepSolver.pypp.hpp: No such file or directory ... and these missing file errors continue for a while. I noticed the classes that were failing due to the XSD error were from a NeuroML package, is any of this NeuroML integration functional right now? Cheers, Chris. |