On Mon, Jan 11, 2010 at 08:51:35AM +0100, Levente Uzonyi wrote:
On Sun, 10 Jan 2010, John M McIntosh wrote:
My understanding is VMMaker should work with Pharo Look in the archives for Gofer and VMMaker
Once you've built a VMMaker image you need to load the Alien plugin logic. This might be loaded by previous gofer scripts, otherwise:
"add Alien Support Packages" gofer squeaksource: 'Alien'; addPackage:'Alien-VMMaker-Support'.
IF all else fails follow the manual process via: http://squeakvm.org/cgi-bin/viewcvs.cgi/trunk/platforms/Mac%20OS/vm/Document...
This process is a bit outdated, FFI and Speech are not dependencies anymore, the dependencies are extracted into FFI-Pools and SharedPool-Speech. FFI's repository is http://source.squeak.org/FFI, not Ladrillos on squeaksource (it never was). Dave made a Monticello configuration for Squeak. Based on that someone could create a Metacello configuration.
It would be great if someone could do a Metacello configuration for this. I don't know how to do it, so help would be welcome. Thanks, Dave