Re: [Pharo-project] Building Pharo on a Core 1.1
----- "Alexandre Bergel" <alexandre@bergel.eu> wrote: | 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 ? Odd... there's one spot where Metacello uses instVarNamed:put: and the names being used should correspond 1 to 1 with instance variables of the specs. Do you have more detail about the error? The receiver's class and the value and class of the args to instVarNamed:put: might help. Dale
Hi Dale, Here is the PharoDebug.log I would be pleased to give another try. Cheers, Alexandre On 24 Feb 2010, at 20:36, Dale Henrichs wrote:
----- "Alexandre Bergel" <alexandre@bergel.eu> wrote:
| 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 ?
Odd... there's one spot where Metacello uses instVarNamed:put: and the names being used should correspond 1 to 1 with instance variables of the specs.
Do you have more detail about the error? The receiver's class and the value and class of the args to instVarNamed:put: might help.
Dale
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
participants (2)
-
Alexandre Bergel -
Dale Henrichs