help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Porting OmniBrowser


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Porting OmniBrowser
Date: Wed, 04 Jun 2008 15:01:21 +0200
User-agent: Thunderbird 2.0.0.14 (Macintosh/20080421)


Is the error because comment quotes "" doesn't exists? Exists some normal tasks previous to run convert as prerequisite?

Usually, the problem is that Squeak supports "1-2" or "a-1" and GNU Smalltalk does not -- you have to rewrite it as "a - 1".

There is one instance of that in the file you gave.

See also http://smalltalk.gnu.org/node/169

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]