Hello to all.
I'm a bit new to working on existing collaborative projects, so excuse any
faux pas on my part.
I've found some memory leaks in the 2.1.3 version on CPAN and patched them.
Also added support to SDL::Mixer for panning for a media player I'm working
on.
I want to port the changes to the latest SVN version (2.2.0 checkout
revision 11), but for the life of me, can't get it to build. It looks like
the Build has changed a bit between 2.1.3 on CPAN and 2.2.0 in SVN.
Here's the error I get when I run > perl Build.PL
[Build.PL] arch SDL::Build::Linux
Can't locate object method "build_c_sources" via package
"SDL::Build::Linux" at Build.PL line 154.
OS: Linux 2.6.8-2-386 i686 GNU/Linux
perl -v: This is perl, v5.8.4 built for i386-linux-thread-multi
Any suggestions?
Also, is the 1.2x track dead?
FYI, there is a bug in SDL::TTFont 1.20.3
SDL::TTFont::width returns an array ref of [width,height] instead of just
the width.
Thanks,
-Lee