[Pharo-project] SqueakSource3: ByteString(Object)>>doesNotUnderstand: #goferReferences
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
Marten, see http://code.google.com/p/squeaksource3/issues/detail?id=20 and http://code.google.com/p/pharo/issues/detail?id=4708 to be short, you should use url instead Gofer new url: 'http://ss3.gemstone.com/ss/**ICU <http://ss3.gemstone.com/ss/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<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.
On Tue, Sep 11, 2012 at 4:59 PM, Bernardo Ezequiel Contreras < vonbecmann@gmail.com> wrote:
Marten, see http://code.google.com/p/squeaksource3/issues/detail?id=20
and
http://code.google.com/p/pharo/issues/detail?id=4708
to be short, you should use url instead
Gofer new url: 'http://ss3.gemstone.com/ss/**ICU<http://ss3.gemstone.com/ss/ICU> ';
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<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.
-- Mariano http://marianopeck.wordpress.com
participants (3)
-
Bernardo Ezequiel Contreras -
Mariano Martinez Peck -
Marten Feldtmann