I am trying to install SBML ODE solver on a mac G5, with expat based
libsbml, and sundials. I get the following message when running make
after a succesful configuration. .
DarwinHome:~/Desktop/SBML_odeSolver-1.6.0 ctf20$ make
Making all in src
if gcc -DHAVE_CONFIG_H -I. -I. -I../src/sbmlsolver -I/usr/local/include -
I/usr/local/include -I/usr/local/include/sbml -I. -MT
integratorInstance.o -MD -MP -MF ".deps/integratorInstance.Tpo" -c -o
integratorInstance.o integratorInstance.c; \
then mv -f ".deps/integratorInstance.Tpo" ".deps/integratorInstance.Po";
else rm -f ".deps/integratorInstance.Tpo"; exit 1; fi
integratorInstance.c:47:20: error: malloc.h: No such file or directory
make[1]: *** [integratorInstance.o] Error 1
make: *** [all-recursive] Error 1
DarwinHome:~/Desktop/SBML_odeSolver-1.6.0 ctf20$
Yours,
Chrisantha
Still the case on OS X 10.6.8 in Feb 2012. You need to comment out all includes for "malloc.h" in the source.