Other>>module (was "Compiling Flow.so under linux")

Craig Latta craig at netjam.org
Fri Sep 14 04:25:38 UTC 2007


Hi Tony--

 > I now run into the problem where
 >
 > Smalltalk
 >     at: #ExampleWormholeServer
 >     put: (WormholeServer atPort: 9999)
 >   succeeds,
 >
 > ExampleWormholeServer connectToPort: 7777 atHostNamed: 'localhost'
 >   succeeds,
 >
 > but
 >
 > OtherBrowser openOnWormhole: ExampleWormholeServer clients any
 >   fails, with an error
 >
 > MessageNotUnderstood: Other>>module

      All messages to instances of Other are supposed to be forwarded by 
the virtual machine. Are you running with a VM that has remote messaging 
support (i.e., the Spoon VM you built)?


      thanks,

-C

--
Craig Latta
improvisational musical informaticist
www.netjam.org
Smalltalkers do: [:it | All with: Class, (And love: it)]



More information about the Spoon mailing list