From: Akira F. <fu...@fu...> - 2011-08-22 13:16:26
|
Hi, What is the recommended version of libsbml when I want to compile SOSlib on git-hub? My student (Akito Tabira) found that the example model (basic.xml etc.) doesn't work when SOSlib is compiled with libsbml-3.4.1. The reason is that when you try to get num. of functionDefinitions from a model which doesn't have listOfFunctionDefinitions, libsbml returns strange value. This happens in Model_copyInits() in SOSlib. We found that this might not happen with libsbml-4.x, but the argument for Model_create() requires level and version of SBML, which might not work for current git version of SOSlib. Thanks, -- Akira |