[Vm-dev] Building squeak vm with quartz on Mac

Ian Piumarta piumarta at speakeasy.net
Sat Sep 1 23:34:41 UTC 2007


On Sep 1, 2007, at 1:43 PM, Mathieu Suen wrote:

> So I added the following option:
> ./squeak -vm display=Quartz ../sq3.10-7137dev07.08.1.image
> could not find module vm-display-Quartz

Try telling the VM explicitly where to look for plugins.  The option  
is -plugins and the argument is a path with %n represents the plugin  
name.  To run from within the build tree:

./squeak -plugins $PWD/%n/.libs -vm-display-Quartz your.image

Ian



More information about the Vm-dev mailing list