On Sun, 2009-07-12 at 23:18 +0200, Andreas Leidig wrote:
> Dear List,
> 
> I tried to load Exupery-wbk.341 in pharo0.1-10373dev09.07.2, #10377.
> 
> I received a popup:
> 
>       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:

First you're loading Exupery the JIT, which isn't needed just to build
the VM.

You can either ignore that problem or load the GraphViz package from
Universes. GraphViz is only used as part of the development tools, it's
used to nicely layout control flow graphs in inspectors of Exupery's
intermediate.

I'd recommend loading Exupery for development by loading Exupery-dev
from Universes. That should load all the dependencies you need.

Also Exupery doesn't yet deal with the new closure bytecodes. It's high
up on my list to add soon and should be in the next release.

Bryce


_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to