after performing ./configure which completed well.. "make" gave this error:
drawGraph.c: In function ‘drawModelTxt’:
drawGraph.c:854: error: ‘ModifierSpeciesReference_t’ undeclared (first use in this function)
drawGraph.c:854: error: (Each undeclared identifier is reported only once
drawGraph.c:854: error: for each function it appears in.)
drawGraph.c:854: error: ‘mref’ undeclared (first use in this function)
drawGraph.c:885: warning: assignment from incompatible pointer type
drawGraph.c:908: warning: assignment from incompatible pointer type
It looks like same as
http://sbml.org/Forums/index.php?t=tree&goto=3758
but with no replies anyway.