[Vm-dev] SqueakVM 4 on FreeBSD 8?

Amir Ansari fractallyte at csi.com
Mon Dec 6 20:04:06 UTC 2010


Following on from my previous post, is there a way to build the latest stable Squeak-4.0.3.2022 from source on FreeBSD 8?  (The ports version is still stuck below 4.)

Configure: ../unix/cmake/configure --without-SUGAR --without-UUIDPlugin --prefix=/usr/local

Make proceeds without any errors.  However, trying to run squeak:

SQUEAK_ENCODING=UTF-8
SQUEAK_PATHENC=UTF-8
SQUEAK_PLUGINS=/usr/local/lib/squeak/4.0.3-2202
+ exec /usr/local/lib/squeak/4.0.3-2202/squeakvm seaside.image
/usr/local/lib/squeak/4.0.3-2202/so.vm-display-X11: Undefined symbol "error"
could not find display driver vm-display-X11; either:
- check that /usr/local/lib/squeak/4.0.3-2202/vm-display-X11.so exists, or
- use the '-plugins <path>' option to tell me where it is, or
- remove DISPLAY from your environment.
Abort trap (core dumped)


It works perfectly with Squeak-3.11.3.2135 from source.  Note that I'm not applying any of the patches that are in the FreeBSD port for Squeak.

I hope someone can help!

Thanks,

Amir


More information about the Vm-dev mailing list