Re: SDL 2.503 Released!
[email protected] (Kartik Thakore)
| Newsgroups | perl.sdl.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2010-07-27, at 10:04 PM, Pip Stuart <[email protected]> wrote: > 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. Hmm that is weird. Run perl -MSDL -e ' print @SDL::VERSION ' > 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? No it should work. > > Thanks, > -Pip > P.S. I like that the utility is my name. =) I figured you would :) > > On Tue, Jul 27, 2010 at 18:30, Kartik Thakore <[email protected] > > wrote: >> On 2010-07-27, at 8:51 PM, Pip Stuart <[email protected]> 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.