On Tue, Sep 11, 2012 at 4:59 PM, Bernardo Ezequiel Contreras
<vonbecmann@gmail.com> wrote:
Marten,�see
�
and
to be short, you should use url instead
or #squeaksource3: 'ICU';
�
� � package: 'ConfigurationOfICU';
� � package: 'ICU-Core';
� � package: 'ICU-NativeBoost-Core';
� � package: 'ICU-Tests-Core';
� � package: 'ICU-Tests-NativeBoost';
� � load
On Tue, Sep 11, 2012 at 11:37 AM, Marten Feldtmann
<marten@schrievkrom.de> wrote:
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
--
Bernardo E.C.