[GOODIE] kgf-X10Driver - Control Wireless Remotes from Squeak

Lex Spoon lex at cc.gatech.edu
Thu Mar 21 13:34:35 UTC 2002


Kevin Fisher <kgf at golden.net> wrote:
> However, I -did- notice that I could not build the SerialPort plugin as
> 'internal'..when I did so, VMMaker complained about a missing key.  It only
> compiled as 'external'.

I don't know why building it internally would be a problem, but anyway,
maybe the external plugin isn't being found?  What does "Smalltalk
listLoadedModules" say after you try to run your serial port code?  Is
SerialPlugin in the list?

You can type "squeak -version" to see what locations the VM will look
for external plugins.  It will also look in the current directory, which
I'm not sure s listed.


-Lex



More information about the Squeak-dev mailing list