You can safely ignore this. Mondrian and GraphViz is only used for inspectors to view the generated code and intermediate languages.
The easiest way to resolve them would be to load GraphViz and Mondrian from the Exupery repository. It should be easy to port Exupery forward to the latest Mondrian releases but may take a few very minor and localised code changes. Bryce On Sun, 2010-04-04 at 10:23 +0200, Lukas Renggli wrote: > AFAIK, Exupery uses Mondrian to visualize code generation/optimization/... > > Lukas > > On 4 April 2010 10:19, Tudor Girba <[email protected]> wrote: > > Hi Laurent, > > > > Something is wrong. MOAbstractLayout and MOGraphVizLayout come from > > Mondrian. Were these by mistake somehow added as dependencies to Exupery? > > > > Doru > > > > > > On 4 Apr 2010, at 10:06, laurent laffont wrote: > > > >> Hi, > >> > >> I want to try to build Exupery VM. On PharoCore 1.0 I do: > >> > >> Gofer new > >> squeaksource: 'MetacelloRepository'; > >> package: 'ConfigurationOfVMMaker'; > >> load. > >> > >> (ConfigurationOfVMMaker project version: '1.2') load. > >> > >> Then > >> > >> Gofer new > >> squeaksource: 'Exupery'; > >> package: 'Exupery'; > >> load. > >> > >> I have this error: > >> > >> This package depends on the following classes: > >> MOAbstractLayout > >> You must resolve these dependencies before you will be able to load these > >> definitions: > >> MOGraphVizLayout > >> MOGraphVizLayout>>doExecute: > >> MOGraphVizLayout>>findTopLeftCorner: > >> > >> > >> I suppose I need GraphViz package > >> > >> Gofer new > >> squeaksource: 'GraphViz'; > >> package: 'GraphViz'; > >> load. > >> > >> But when I load it I have a Syntax Error: > >> > >> runWithSystemFramework: string > >> <> expected ->apicall: short 'system' (char*) module: > >> 'System.framework'> > >> > >> ^ self externalCallFailed > >> > >> Laurent Laffont > >> _______________________________________________ > >> Pharo-project mailing list > >> [email protected] > >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > > -- > > www.tudorgirba.com > > > > "It's not how it is, it is how we see it." > > > > > > _______________________________________________ > > Pharo-project mailing list > > [email protected] > > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > > > _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
