Great but next time check better because I did these changes 2 months ago and nobody asked: http://comments.gmane.org/gmane.comp.lang.smalltalk.squeak.vm.devel/10184 Hernán El 19/06/2013 6:08, Guillermo Polito escribió:
So, I finished committing and made a last smoke test. VMMaker loads in Pharo2.0 and uses (mostly) Filesystem. I used the rewriting engine to rewrite some parts, and some others I made manually...
To sum up: - I created a new version in configuration of cog: 6.5 (in the way I touched ConfigurationOfAsmJit for those related...) - I uploaded this configuration to old MetacelloRepository and MetaRepoForPharo20 in ss3. So you can use either of these:
Gofer it squeaksource: 'MetacelloRepository'; configurationOf: 'Cog'; load.
Gofer it squeaksource3: 'MetaRepoForPharo20'; configurationOf: 'Cog'; load.
- Version 6.5 is intended to be used in Pharo 2.0.
(ConfigurationOfCog project version: '6.5') load.
- I tested building a pharo vm and a simple cog, *only in mac*. So, further testing is needed :) But it's a start.
PharoVMBuilder buildMacOSX32.
CogCocoaIOSConfig new generateForRelease; addExternalPlugins: #( FT2Plugin ); addInternalPlugins: #( UnixOSProcessPlugin ); "addThirdpartyLibrary: 'cairo';" generateSources; generate.
So a next step is to update the gitorious scripts to use pharo 2.0 + cog 6.5 instead of pharo 1.4 + cog 6.4.
And we probably have to review the numbering inside ConfigurationOfCog :).
Guille