Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: vinnie on May 26, 2011, 09:22:30 PM

Title: libSDL_sound-1.0.so.1
Post by: vinnie on May 26, 2011, 09:22:30 PM
I tried to use dbgl (http://members.quicknet.nl/blankendaalr/dbgl/) (java interface to dosbox) but the incorporated dosbox requires this library, but is not required by dosbox in the repository, what do you think?

Code: [Select]
tc@box:~/dbgl072/DOSBox-0.74$ ./dosbox
./dosbox: error while loading shared libraries: libSDL_sound-1.0.so.1: cannot open shared object file: No such file or directory
Title: Re: libSDL_sound-1.0.so.1
Post by: Jason W on May 26, 2011, 10:06:22 PM
My recommendation would be for someone to create an extension for SDL sound:

http://icculus.org/SDL_sound/

I will give it a shot tonight.
Title: Re: libSDL_sound-1.0.so.1
Post by: Jason W on May 26, 2011, 10:23:52 PM
Uploading now to the repo as sdl-sound.tcz and sdl-sound-dev.tcz. 
Title: Re: libSDL_sound-1.0.so.1
Post by: vinnie on May 27, 2011, 10:48:48 AM
Ok, thanks jason, now dbgl (and dosbox) work correctly.
Maybe I'll try to make the package ;)