Stoney2005 has asked for the wisdom of the Perl Monks concerning the following question:
I've got the portaudio libs installed. I use pulseaudio which might be causing issues. but I'm looking for how to resolve this issue so it will install or a module for me to capture audio input that is avaliable on windows and linux. the broken part from t/01basic.t is my $device = $api->default_output_device;chmod 755 blib/arch/auto/Audio/PortAudio/PortAudio.so cp PortAudio.bs blib/arch/auto/Audio/PortAudio/PortAudio.bs chmod 644 blib/arch/auto/Audio/PortAudio/PortAudio.bs Manifying blib/man3/Audio::PortAudio.3pm JDIEPEN/Audio-PortAudio-0.03.tar.gz /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib/lib', 'blib/arch')" t/*.t t/01basic.t .. 1/3 No device found at t/01basic.t line 14. # Looks like your test exited with 255 just after 3. t/01basic.t .. Dubious, test returned 255 (wstat 65280, 0xff00) All 3 subtests passed
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Portaudio won't install via cpan
by Khen1950fx (Canon) on May 25, 2011 at 21:23 UTC | |
by Stoney2005 (Acolyte) on May 26, 2011 at 06:05 UTC |