I am trying to load SmalltalkHub in my image.
Gofer new
� � package: 'ConfigurationOfKaliningrad';
� � load.
((Smalltalk at: #ConfigurationOfKaliningrad) project version: '0.1.1') load.
Which complains about the BlockContext since it references something that has it inside.
Is there any set of packages to load that properly?
I'd like to have STH has a starting point for Amber+Pharo apps.
Thx!
Phil