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 => '-L/usr/local/lib'

  build_arch => 'i686-linux-gnu-thread-multi'

  build_cc => 'cc'

  build_os => 'linux'

  build_params => {
  'script' => 'sdl-config',
  'title' => 'Already installed SDL ver=1.2.14 path=/usr',
  'buildtype' => 'use_config_script',
  'prefix' => '/usr'
}

  build_prefix => 'sharedir/1.430_b49b453f'

  config => {}

  script => 'sdl-config'


Thanks,
Erick
On Wed, Feb 15, 2012 at 5:23 AM, Tobias Leich  wrote:
> 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.
>
> Cheers, FROGGS
>
> Am 14.02.2012 19:39, schrieb Erick Bianes:
>> Hi Guys,
>>
>> I hope I'm not bothering you too much. Thanks for working on this library!
>>
>> Just having some minor installation issues from perl SDL. I hope you
>> can help me figure out what I'm doing wrong.
>>
>> I am unable to install SDL library. I am getting this error:
>> t/sdlx_sound.t .. 1/? there is no soundcard
>> SDL_mixer >= 1.2.10 needed for SDL::Mixer::init( flags ) at
>> lib/SDLx/Sound.pm line 35.
>> SDL_mixer >= 1.2.10 needed for SDL::Mixer::init( flags ) at
>> lib/SDLx/Sound.pm line 35.
>>
>> t/mixer_music.t               (Wstat: 512 Tests: 35 Failed: 2)
>>
>> t/mixer_music.t . there is no soundcard
>> t/mixer_music.t . 1/? Could not load SDL::RWOp object
>>
>> #   Failed test '[load_MUS_RW] isa SDL::Mixer::MixMusic'
>> #   at t/mixer_music.t line 119.
>> #     [load_MUS_RW] isn't defined
>>
>> #   Failed test '[play_music_rw] plays test/data/silence.wav'
>> #   at t/mixer_music.t line 120.
>> #          got: undef
>> #     expected: '0'
>>
>>
>> My machine is a lenovo thinkpad edge laptop running on ubuntu 11.04.
>>
>> I installed libsdl-mixer1.2 and libsdl-mixer1.2-dev  so I'm not really
>> sure what else I could be missing. I followed the install instructions
>> from the SDL_manual.
>>
>> Thanks,
>> Erick
>


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.

Cheers, FROGGS

Am 14.02.2012 19:39, schrieb Erick Bianes:
> Hi Guys,
>
> I hope I'm not bothering you too much. Thanks for working on this library!
>
> Just having some minor installation issues from perl SDL. I hope you
> can help me figure out what I'm doing wrong.
>
> I am unable to install SDL library. I am getting this error:
> t/sdlx_sound.t .. 1/? there is no soundcard
> SDL_mixer >= 1.2.10 needed for SDL::Mixer::init( flags ) at
> lib/SDLx/Sound.pm line 35.
> SDL_mixer >= 1.2.10 needed for SDL::Mixer::init( flags ) at
> lib/SDLx/Sound.pm line 35.
>
> t/mixer_music.t   (Wstat: 512 Tests: 35 Failed: 2)
>
> t/mixer_music.t . there is no soundcard
> t/mixer_music.t . 1/? Could not load SDL::RWOp object
>
> #   Failed test '[load_MUS_RW] isa SDL::Mixer::MixMusic'
> #   at t/mixer_music.t line 119.
> # [load_MUS_RW] isn't defined
>
> #   Failed test '[play_music_rw] plays test/data/silence.wav'
> #   at t/mixer_music.t line 120.
> #  got: undef
> # expected: '0'
>
>
> My machine is a lenovo thinkpad edge laptop running on ubuntu 11.04.
>
> I installed libsdl-mixer1.2 and libsdl-mixer1.2-dev  so I'm not really
> sure what else I could be missing. I followed the install instructions
> from the SDL_manual.
>
> Thanks,
> Erick