Re: Problem with SDL::Perl

2011-06-16 Thread Kartik Thakore
Adam what distro are you on? On Tue, 2011-06-14 at 13:54 -0700, Adam Fairbrother wrote: > $LD_LIBRARY_PATH was unset. I set it manually to the SDL Libs folder, and the > error no longer happens. My test picture dosn't show up, but I think that's > an issue I can hack through myself. > > Thanks

Re: AW: Problem with SDL::Perl

2011-06-16 Thread Kartik Thakore
e.kar...@gmail.com] > Gesendet: Dienstag, 14. Juni 2011 22:19 > An: Adam Fairbrother > Cc: beginners@perl.org; sdl-devel > Betreff: Re: Problem with SDL::Perl > > Hmm that is all fine. Can I see your LD_LIBRARY_PATH? > > echo $LD_LIBRARY_PATH > > Are you still getting the pr

AW: Problem with SDL::Perl

2011-06-16 Thread Tobias Leich
Its not looking good imo. See, its just installing libjpeg.la, not libjpeg.so.8 ... -Ursprüngliche Nachricht- Von: Kartik Thakore [mailto:thakore.kar...@gmail.com] Gesendet: Dienstag, 14. Juni 2011 22:19 An: Adam Fairbrother Cc: beginners@perl.org; sdl-devel Betreff: Re: Problem with

Re: Problem with SDL::Perl

2011-06-16 Thread Kartik Thakore
Hmm that is all fine. Can I see your LD_LIBRARY_PATH? echo $LD_LIBRARY_PATH Are you still getting the problem btw cause the tests run fine. On Tue, 2011-06-14 at 09:47 -0700, Adam Fairbrother wrote: > My bad, I guess I glossed by the sdl-de...@perl.org list when I was looking > through. > >

Re: Problem with SDL::Perl

2011-06-14 Thread Adam Fairbrother
$LD_LIBRARY_PATH was unset. I set it manually to the SDL Libs folder, and the error no longer happens. My test picture dosn't show up, but I think that's an issue I can hack through myself. Thanks you for all the help with this. #-- Adam Fair

Re: Problem with SDL::Perl

2011-06-14 Thread Kartik Thakore
> Hi, H Adam, > > It's been a week since I asked about this and No one has responded, Did I > ask incorrectly or in the wrong mailing list? > Apologies for that I normally don't see this mailing list. sdl-de...@perl.org is a better list for these things. > Any help that could be provided would b

Re: Problem with SDL::Perl

2011-06-14 Thread Adam Fairbrother
My bad, I guess I glossed by the sdl-de...@perl.org list when I was looking through. Here is a link to a file that contains the stdout from "fforce install Alien::SDL SDL" inside the cpan shell. If it's not the information you were looking for let me know and I can provide the correct info. h

Re: Problem with SDL::Perl

2011-06-13 Thread Sayth Renshaw
On Tue, Jun 14, 2011 at 2:41 AM, Adam Fairbrother wrote: > Hi, > > It's been a week since I asked about this and No one has responded,  Did I > ask incorrectly or in the wrong mailing list? > > Any help that could be provided would be appreciated. > > Thanks, > > #

Re: Problem with SDL::Perl

2011-06-13 Thread Adam Fairbrother
Hi, It's been a week since I asked about this and No one has responded, Did I ask incorrectly or in the wrong mailing list? Any help that could be provided would be appreciated. Thanks, #-- Adam Fairbrother Help Desk Technician af

Problem with SDL::Perl

2011-06-06 Thread Adam Fairbrother
Hi I'm having a bit of trouble getting a SDL::Perl running on a debian Lenny setup. I have SDL::Perl installed from CPAN. Alien::SDL installed from cpan with the option to build all dependencies and library's. When I was testing to get things working, my short test script would throw an error.