WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: libSDL_sound-1.0.so.1  (Read 4704 times)

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
libSDL_sound-1.0.so.1
« on: May 26, 2011, 06:22:30 PM »
I tried to use 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

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: libSDL_sound-1.0.so.1
« Reply #1 on: May 26, 2011, 07: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.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: libSDL_sound-1.0.so.1
« Reply #2 on: May 26, 2011, 07:23:52 PM »
Uploading now to the repo as sdl-sound.tcz and sdl-sound-dev.tcz. 

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: libSDL_sound-1.0.so.1
« Reply #3 on: May 27, 2011, 07:48:48 AM »
Ok, thanks jason, now dbgl (and dosbox) work correctly.
Maybe I'll try to make the package ;)