Hi again, The `cpan pip` && `pip http://sdlperl.ath.cx/releases/SDL-2.504.tar.gz` commands both succeeded but `cpan Games::FrozenBubble` can't find the installed 2.504 && tries to install 2.503 then fails again. I don't understand why it can't find the new one. Do I need to run `pip Games::FrozenBubble` instead or something else to get the pip'd 2.504 to be found as an acceptable prerequisite?
Thanks, -Pip P.S. I like that the utility is my name. =) On Tue, Jul 27, 2010 at 18:30, Kartik Thakore <thakore.kar...@gmail.com> wrote: > On 2010-07-27, at 8:51 PM, Pip Stuart <pipstu...@gmail.com> wrote: >> Hi Kartik, > Hi, >> >> Thanks for all the awesome SDLPerl work you've been doing. It's much >> appreciated. I'd like to get back into some SDLPerl hacking && to help >> you test releases && features. >> >> Earlier today, I tried to run `perl -MCPAN -e "install SDL"`, but it >> failed && I was hoping you could please help me get it (&& the >> Games::FrozenBubble beta) installed && running, when you have time. >> Force install didn't work && I'm not sure what to try next, so please >> advise. Do you know what I need to do to get around the libpng error >> && should I have a threaded Perl or smpeg too? I've pasted the >> conclusion of my build below to help diagnose. > > The png is a error but we have fixed it do: > > cpan pip > pip http://sdlperl.ath.cx/releases/SDL-2.504.tar.gz > > This will be on CPAN later this week. > > Also a threaded Perl is not necessecary but recommended. > > Try frozen-bubble again after installing this. >> >> Thanks again, >> -Pip > > No problem.