help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Blox


From: Holger Peters
Subject: [Help-smalltalk] Blox
Date: Fri, 27 May 2005 10:32:08 +0200
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050516)

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




reply via email to

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