An order that works: - Load PharoSound from squeaksource - Figure out a way to load Alien, if you need it :) (I believe you'd need Alien-Core, Alien-Platform-Core, Alien-VMMaker-*, not 100% certain) - Open VMMaker repository - Browse the update-package, and update it from repositories. - Load it. (A few of them will raise warnings, but no essential ones) That should be a good starting point for builing a Metacello definition ;) Cheers, Henry On Dec 7, 2009, at 11:53 00AM, Mariano Martinez Peck wrote:
Hi! I need to load VMMaker and I was reading this link: http://code.google.com/p/pharo/wiki/BuildingAVMOnPharo
I tried with the gofer script but it doesn't work in new Gofer version, as I need to change add: for addPackage: There were also a problem with the ladrillos repo which was with lowcase instead of uppercase. The correct Gofer script to load VMMaker is:
|gofer|
"Create Gofer Object" gofer := Gofer new.
"Load the FFI package" ScriptLoader loadFFI.
"add the Speech packages" gofer squeaksource: 'Ladrillos'; addPackage: 'Speech-Klatt'.
"add VMMaker Packages" gofer squeaksource: 'VMMaker'; addPackage:'VMMaker'.
"add Alien Support Packages" gofer squeaksource: 'Alien'; addPackage:'Alien-VMMaker-Support'.
" Load " gofer load.
Now...the question is, can I create ScriptLoader>>loadVMMaker? If true, I create and issue and submit the code.
Cheers,
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project