Hi,
As the subject suggests I'm trying to install Moose on the latest image of Pharo available on the website.
Even though I follow the instruction and I do first:
DEVImageWorkspaces openExternalProjectWorkspace
then, on the new window, I do:
Gofer new squeaksource: 'Moose'; package: 'ConfigurationOfMoose'; load. (Smalltalk at: #ConfigurationOfMoose) perform: #loadDefault.
After some time, after installing some components, the procedure is blocked trying to compile something (maybe something related to: MOFeatureCollection>>hausdorffDistance).
You can see a screenshot of the exact point here: http://www.inf.usi.ch/phd/bacchelli/Screenshot.png
I am trying to use Pharo on a 32-bit Debian Linux (testing with kernel 2.6.32-3-686), on a HP Mini 5102 netbook.
Could you please give me some suggestions on how to solve this blocking problem?
Thank you in advance, Alberto