Some people asked me how I got Pharo to run on Cog on OS X. Here's how: 1. Download the Cog source-code from <http://ftp.squeak.org/Cog/OpenSourceCog.tar.gz>, open the Xcode project CoreVM.xcodeproj, and compile the thing. For those who want to skip this step I've put the resulting binaries here: <http://www.lukas-renggli.ch/dropbox/cog-osx.zip>.
2. Open a (copy of a) Pharo image in an **old** VM and file-in the appropriate change-set (there is one for Pharo 1.0 and one for Pharo 1.1) from the following issue report: <http://code.google.com/p/pharo/issues/detail?id=2579>. Save the image and quit. 3. Open the image in the Cog VM. Note that if you safe the image, you won't be able to open it again in a non-Cog VM. Hopefully John will provide a properly built binary soon :-) Don't try Seaside, it won't work. Cog does not (yet) support the stack manipulation tricks yet. Lukas -- Lukas Renggli www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
