From: Rainer M. <ra...@tb...> - 2007-04-28 10:12:39
|
Hi Will, > Error: Layout was not done. Missing layout plugins? This error message doesn't come from SOSlib, so I guess it comes from graphviz. I have never seen it. Which version of graphviz are you using? Maybe we have a version conflict. But then probably also the compilation itself should have failed. Very strange. Mhm, does the problem only appear when using these functions from Java, or already from the C versions? Great, that you are interested in the graphviz plugin :) That's my personal favorite tool to quickly view the network structure and the relevant feedback cycles in the ODE model (although the name drawJacoby is wrong and should be drawJacobian) :) Anyways, you write that you have succeeded with using SOSlib from Java. Great news! We had a request for Java bindings just yesterday. Would you be willing to share the Java bindings? Rainer On Fri, 27 Apr 2007, Will Norman wrote: > I have everything working from Java now except these functions. > > I have graphviz, and link it when compiling, but when I run an example I get > this error message: > > Error: Layout was not done. Missing layout plugins? > > Any idea what may be causing this, or any possible solutions? > > Thanks, > > Will > |