ConfigurationOfMoose Error in Pharo 2.0

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

ConfigurationOfMoose Error in Pharo 2.0

Sean P. DeNigris
Administrator
In answering a question on the Pharo users list [1], I tried to load Moose based on the instructions at [2]:
Gofer new
      smalltalkhubUser: 'Moose' project: 'Moose';
      package: 'ConfigurationOfMoose';
      load.
(Smalltalk at: #ConfigurationOfMoose) perform: #loadDevelopment

And got:
SmallInteger(Object)>>doesNotUnderstand: #isEmpty
MetacelloMCVersionSpec>>resolveToLoadableSpecs:map:
where the SmallInteger in question was 602151175

[1] http://forum.world.st/stable-not-defined-td4692873.html
[2] http://www.moosetechnology.org/download/pharo
Cheers,
Sean