|
Hi,
I build the VM for Mac using the following option:
../platforms/unix/config/configure --with-quartz --without-x
Then I lunch the VM and get the error:
could not find display driver vm-display-X11; either:
- check that /usr/local/lib/squeak/3.9-12/vm-display-X11.so
exists, or
- use the '-plugins <path>' option to tell me where it is, or
- remove DISPLAY from your environment.
So I added the following option:
./squeak -vm display=Quartz ../sq3.10-7137dev07.08.1.image
could not find module vm-display-Quartz
How can I make it work?
Thanks
Mth
|