Building Pharo on a Core 1.1

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

Building Pharo on a Core 1.1

Alexandre Bergel
Hi!

I tried to built a Pharo-dev from a 11229. I executed the script given  
in a Pharo distribution:
-=-=-=-=-=-=-=-=-=-=-=-=
Gofer new
        squeaksource: 'MetacelloRepository';
        package: 'ConfigurationOfPharo';
        load.

((Smalltalk at: #ConfigurationOfPharo) project version: '1.0-
rc2.10508') load.

Gofer new
        squeaksource: 'ImageForDevelopers';
        package: 'ImageForDevelopers-pharo';
        load.

(Smalltalk classNamed: #DEVImageCreator) default install.
-=-=-=-=-=-=-=-=-=-=-=-=

But I get an error raised by MetacelloPackageSpec>>instVarNames:put:  
apparently some reflective operations try to access a non-existing  
variable.

I know that Pharo is meant to be built from a stable core. But I would  
like to benefit from the snappy interface and the nice menu. Anyone  
tried ?

Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project