-
Notifications
You must be signed in to change notification settings - Fork 9
Unable to build #3
Description
Hi,
I tried to build SBML_odeSolver under Debian and was running into the same error as it was reported on the sundials list:
In file included from sbmlsolver/processAST.h:44:0,
from arithmeticCompiler.c:46:
./sbmlsolver/odeModel.h:171:3: error: unknown type name ‘CVDenseJacFn’
CVDenseJacFn compiledCVODEJacobianFunction;
^~~~~~~~~~~~
In file included from sbmlsolver/processAST.h:44:0,
from compiler.c:44:
./sbmlsolver/odeModel.h:171:3: error: unknown type name ‘CVDenseJacFn’
CVDenseJacFn compiledCVODEJacobianFunction;
^~~~~~~~~~~~
./sbmlsolver/odeModel.h:185:3: error: unknown type name ‘CVDenseJacFnB’
CVDenseJacFnB compiledCVODEAdjointJacobianFunction;
^~~~~~~~~~~~~
./sbmlsolver/odeModel.h:187:3: error: unknown type name ‘CVDenseJacFnB’
CVDenseJacFnB current_AdjJAC;
^~~~~~~~~~~~~
Any clue how to solve this?
Kind regards, Andreas.