From: SourceForge.net <no...@so...> - 2012-02-15 14:18:02
|
Support Requests item #1574416, was opened at 2006-10-10 04:29 Message generated for change (Comment added) made by hopper333 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=744812&aid=1574416&group_id=139893 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Install Problem (example) Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: INstallation problem. Initial Comment: 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 ---------------------------------------------------------------------- Comment By: Michael Hopkins (hopper333) Date: 2012-02-15 06:18 Message: 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=744812&aid=1574416&group_id=139893 |