Hi,

I recently installed GNU Smalltalk on my gentoo linux system.

I tried to run blox the way it was described in the user manual:

    $ gst -qK blox/Run.st
    gst: Couldn't open file /usr/share/smalltalk/blox/Run.st

As you can see, this didn't work, so I had a closer look at the
/usr/share/smalltalk directory, and tried the following:

    $ gst -qK blox-tk/Blox.st

this does not work either:

Object: STFileInParser new "<0xb3da3e40>" error: Undefined variable
'BEventTarge t' referenced.
STInST.STFileInParser(Smalltalk.Object)>>#error:
STInST.STFileInParser(STInST.RBParser)>>#parserError:
STInST.STCompiler>>#compileError:
STInST.STCompiler>>#lookupName:
STInST.STCompiler>>#acceptVariableNode:
STInST.RBVariableNode>>#acceptVisitor:
STInST.STCompiler>>#acceptMessageNode:
STInST.RBMessageNode>>#acceptVisitor:
STInST.STCompiler(STInST.RBProgramNodeVisitor)>>#visitNode:
optimized [] in STInST.STCompiler>>#acceptSequenceNode:
Smalltalk.OrderedCollection(Smalltalk.SequenceableCollection)>>#do:
STInST.STCompiler>>#acceptSequenceNode:
STInST.RBSequenceNode>>#acceptVisitor:
STInST.STCompiler(STInST.RBProgramNodeVisitor)>>#visitNode:
STInST.STCompiler class>>#compile:asMethodOf:classified:parser:
STInST.STFileInParser>>#evaluate:
STInST.STFileInParser(STInST.RBParser)>>#parseDoits
STInST.STFileInParser(STInST.RBParser)>>#parseSmalltalk
STInST.STFileInParser class(STInST.RBParser
class)>>#parseSmalltalkStream:onErro r:
STInST.STFileInParser class(STInST.RBParser class)>>#parseSmalltalkStream:
Smalltalk.FileStream>>#fileIn
Smalltalk.FileStream class>>#fileIn:
optimized [] in Smalltalk.UndefinedObject>>#executeStatements
Smalltalk.Array(Smalltalk.SequenceableCollection)>>#do:
Smalltalk.UndefinedObject>>#executeStatements

Do you have any idea?

My Smalltalk version: GNU Smalltalk version 2.1.10

-- Holger


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to