Re: [sdljava-users] Problem with SDLMixer
Status: Beta
Brought to you by:
ivan_ganza
From: Ivan Z. G. <iva...@ya...> - 2005-01-22 19:45:47
|
Make sure you have at least SDL Mixer 1.2.6 as the Mix_LoadMUS_RW was added for 1.2.6. Its strange though that you were able to compile if this function wasn't present. BTW I've found that loading over the network doesn't work, filebased urls are fine though. I need to find an example of the proper way to load a byte stream from a URL.... Let me know if this helped. -Ivan/ Robert Schuster wrote: > Hi, > I wanted to try the new URL based loading of WAV file and was stopped > by this: > > java.lang.UnsatisfiedLinkError: > /home/rob/tmp/lwtest/libsdljava_mixer.so: > /home/rob/tmp/lwtest/libsdljava_mixer.so: undefined symbol: > Mix_LoadMUS_RW > at java.lang.ClassLoader$NativeLibrary.load(Native Method) > at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586) > at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1511) > at java.lang.Runtime.loadLibrary0(Runtime.java:788) > at java.lang.System.loadLibrary(System.java:834) > at sdljava.mixer.SDLMixer.<clinit>(SDLMixer.java:1184) > > I took sdljava from CVS (01.22.05) and compiled all files (using > Blackdown 1.4.2 for GNU/Linux). > > cu > Robert > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > sdljava-users mailing list > sdl...@li... > https://lists.sourceforge.net/lists/listinfo/sdljava-users |