Marten,
When I copy the Gofer source (listed on the project pages) to a Pharo 1.4 and tries to execute stuff like:
Gofer new
� � repository: 'http://ss3.gemstone.com/ss/ICU';
� � package: 'ConfigurationOfICU';
� � package: 'ICU-Core';
� � package: 'ICU-NativeBoost-Core';
� � package: 'ICU-Tests-Core';
� � package: 'ICU-Tests-NativeBoost';
� � load
I get an error message:
ByteString(Object)>>doesNotUnderstand: #goferReferences
Marten