Scripts not working without OSS

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Scripts not working without OSS

Michael van der Gulik-2
 
Hi.

The scripts don't work if you don't have any sound support:

+ exec padsp /home/mikevdg/lib/squeak/3.11.3-2135/squeakvm -pathenc UTF-8 -encoding UTF-8 -plugins /home/mikevdg/lib/squeak/3.11.3-2135 -vm-sound-oss
could not find module vm-sound-OSS
Aborted

mikevdg@hutw4425:~/bin$ ~/lib/squeak/3.11.3-2135/squeakvm -version
3.11.3-2135 #1 XShm lun Sep 21 10:15:46 NZST 2009 gcc 4.3.3
Linux hutw4425 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 19:25:34 UTC 2009 x86_64 GNU/Linux
plugin path: /home/mikevdg/lib/squeak/3.11.3-2135/ [default: /home/mikevdg/lib/squeak/3.11.3-2135/]

It works okay if I invoke it directly. Usually I don't use sound, so I don't  bother compiling it in.

Also, the version I got and compiled from http://www.squeak.org/ for a stock Ubuntu-amd64 install crashed whenever I copied text. This version works okay, so when it works its way to the main site, this issue will be resolved.

Gulik.

--
http://gulik.pbwiki.com/
Reply | Threaded
Open this post in threaded view
|

Re: Scripts not working without OSS

Ian Piumarta
 
On Sep 20, 2009, at 3:24 PM, Michael van der Gulik wrote:

> The scripts don't work if you don't have any sound support:

That should already be fixed in the trunk.  Grab the source from SVN  
and recompile, or grab this:

http://squeakvm.org/cgi-bin/viewcvs.cgi/trunk/platforms/unix/cmake/ 
squeak.in?rev=2141&view=auto

and replace [version] with 3.11.3-2135 and [useoss] with true,  
respectively, and save it over your 'squeak' script.  Let me know if  
(and how) it continues to fail for you.

Cheers,
Ian