Hi everyone,
I'm trying to get SBML running for the COBRA toolbox running and seem to be stuck. On OSX 10.6.8 I have installed SWIG 2.0.4 (--without-pcre) and then
./configure --with-matlab=/Applications/MATLAB_R2012b.app --with-python
And among other things I am getting in the output from this
"
config.status: creating src/bindings/matlab/Makefile
config.status: creating src/bindings/matlab/test/Makefile
(....blah blah blah...)
Using MATLAB with path = /Applications/MATLAB_R2012b.app/bin/matlab
"
Which I am taking to mean that the bindings are getting created. But then when I open up matlab and run install.m I get:
"Installing the SBMLToolbox.
* Doing preliminary checks of runtime environment ...
- This appears to be MATLAB and not Octave.
- MATLAB reports the OS is 64-bit MacOS.
Checking for libSBML MATLAB binding
libSBML MATLAB binding not found
NOTE: This is not a fatal error.
You will not be able to import or export SBML but can still use the toolbox
to create and manipulate MATLAB_SBML structures
Installation successful
>> "
Can someone tell me what I might be doing wrong, and/or what additional information I need to provide to tell you how to tell me hwat I might be doing wrong? I have also tried with cmake at one point but ended up with the same error when running toolbox's install script.
Thanks!