Valery Ushakov <u...@stderr.spb.ru> writes:
> On Thu, Jul 18, 2024 at 09:20:39 +0000, Van Ly wrote: > >> I have the following packages installed. Is there anything more I >> need to have installed to spawn a Smalltalk/Squeak workspace? > > I don't know for sure, but you'd usually run the smalltalk vm and > supply an image to it as an argumemt, so something like > > /usr/pkg/bin/squeak /usr/pkg/share/squeak/*/*.image > > I'd guess, or > > squeak ~/.../my.image > Thanks. There is the expectation the file -> SqueakV41.sources installed in -> /usr/pkg/share/squeak/4.5 is found in -> /usr/pkg/lib/squeak/4.10.2.2614 1 $ cd /usr/pkg/lib/squeak/4.10.2.2614 2 $ doas ln /usr/pkg/share/squeak/4.5/SqueakV41.sources . 3 $ cd ~/.../squeak 4 $ squeak my.image 5 CHECKING cogvm 6 CHECKING squeakvm 7 /usr/pkg/lib/squeak/4.10.2.2614/so.vm-sound-OSS: Undefined PLT symbol "_oss_ioctl" (symnum = 19) -- vl