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 _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
