What with the patch I attached to the other issue?

Paolo

Have I missed something?

The gst installation is in /usr/local and so I edited /usr/local/share/smalltalk/kernel/Transcript.st. At line 192, it looks like this now...
   initialize [
       "Private - Initialize the receiver's instance variables"

       <category: 'private'>
       "semaphore := Semaphore forMutualExclusion"
       semaphore := RecursionLock new
   ]
]


When I run gst now, I get
$ gst
nil did not understand selector #new

(ip 4)TextCollector>>#initialize
(ip 8)TextCollector class>>#message:
(ip 14)UndefinedObject>>#executeStatements
(ip 0)<bottom>
nil

/usr/local/share/smalltalk/kernel/Transcript.st:206: Aborted
(ip 4)TextCollector>>#initialize
(ip 8)TextCollector class>>#message:
(ip 14)UndefinedObject>>#executeStatements
(ip 0)<bottom>
Aborted



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

Reply via email to