Re: perl SDL installation error

2012-02-16 Thread Erick Bianes
Hi Tobias, Thanks for the quick feedback. perl -MSDL -e 'print $SDL::VERSION' 2.2.5 config_data --module Alien::SDL --config Configuration defined in Alien::SDL::ConfigData: additional_cflags = '-I/usr/include/smpeg -I/usr/include -I/usr/local/include' additional_libs =

Re: perl SDL installation error

2012-02-14 Thread Tobias Leich
Hi Erick, What version of SDL are you using? run: perl -MSDL -e 'print $SDL::VERSION' And what option did you choosed when instaling Alien::SDL? run: config_data --module Alien::SDL --config You may just paste the output of the two commands, then we should have enough information to help you.