[Pharo-project] pharo0.1-10373dev09.07.2: load Exupery-wbk.341 -> MOAbstractLayout missing
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: How do I solve this? Cheers, Andreas
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
Is there a description for this fix? Carlos
Reported by pavel.krivanek, Dec 03, 2008 TextMorphEditor changeSelectionFontTo: calls: mvcRedisplay MVC relict, some parts of changeSelectionFontTo: can be removed. On Jul 13, 2009, at 2:14 AM, Carlos Crosetti wrote:
Is there a description for this fix?
Carlos
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
I think the missing classes belong to Mondrian. To load mondrian, doit: ScriptLoader new installer ss project: 'Mondrian'; install: 'MondrianLoader'. (Smalltalk at: #MondrianLoader) perform: #loadMondrian Cheers, Alexandre On 12 Jul 2009, at 23:18, 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:
How do I solve this?
Cheers,
Andreas
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (5)
-
Alexandre Bergel -
Andreas Leidig -
Bryce Kampjes -
Carlos Crosetti -
Stéphane Ducasse