fbergmann / libSEDML

SED-ML library based on libSBML
BSD 2-Clause "Simplified" License
9 stars 12 forks source link

create_sedml can't find numl #16

Closed luciansmith closed 8 years ago

luciansmith commented 8 years ago

I told CMake about libnuml, and most things found it, but create_sedml didn't (on windows):

8>......\examples\c++\create_sedml.cpp(40): fatal error C1083: Cannot open include file: 'numl/NUMLTypes.h': No such file or directory

luciansmith commented 8 years ago

Also for the python bindings:

2>C:\Users\Lucian\Desktop\libSEDML\bindings\python..\swig\libsedml.i(468): error : Unable to find 'numl\common\extern.h'

fbergmann commented 8 years ago

thanks for letting me know ... odd that this did not occur for me, maybe because I keep files in one dependency folder where it would pick up libsbml and libnuml at the same time.

luciansmith commented 8 years ago

I just updated, and am still getting the problem for the python bindings:

3>C:\Users\Lucian\Desktop\libSEDML\bindings\python..\swig\libsedml.i(469): error : Unable to find 'numl\common\extern.h'

But the create_sedml issue has been fixed.

fbergmann commented 8 years ago

all bindings now include the numl directory