AW: SDL 2.541_02 Released

2012-06-11 Thread email

Hi, I know whats wrong and why it didnt happened to me!

1) SDL_mixer loads libs like ogg/vorbis using SDL's loadso functions.  
These functions try to find libs like ogg in path. Since libbogg isnt  
in path when building it using Alien::SDL, it cant find it.


2) It worked on my box because I had the same lib (with exactly the  
same name, libvorbis.so.3) in my LD_LIBRARY_PATH, thats why it found  
the lib.


What we have to do (tested):
1) add these libs to Alien::SDL::ConfigData
2) tell SDL that it has to load these libs using Dynaloader, so  
SDL_mixer dont need to search for it or even load it.


I'll apply patches later.


AW: SDL 2.541_02 Released

2012-06-09 Thread Tobias Leich
Hi, the tester is still using the old Alien::SDL, this one doesnt build libogg 
and libvorbis.

Jeffrey Palmer jeffrey.t.pal...@gmail.com hat geschrieben:

Hi All,

I released SDL 2.541_02 today after Blaizer++ merged in his changes that
were accidentally included in 2.538.  The early test reports are in and
we're still having some issues with the SDL::Mixer::MixMusic tests that use
ogg:


http://www.cpantesters.org/cpan/report/5399278a-b262-11e1-bea2-18293af89482

http://www.cpantesters.org/cpan/report/e352e802-b262-11e1-85c4-09343af89482

If anyone has any problems, or if anyone knows what is causing this
problem, please let us know.

Thanks,
Jeff