Open GoogleCodeExporter opened 9 years ago
I believe this error message comes from the Perl module Inline.pm. Did you run
bp_test - and does that tell us something useful?
Original comment by martinah...@gmail.com
on 3 Aug 2014 at 5:43
For Perl, bp_test says:
Testing Perl version ... OK
Testing required Perl module - "Inline": OK
Testing required Perl module - "JSON::XS": OK
Testing required Perl module - "SVG": OK
Testing required Perl module - "Bit::Vector": OK
Testing required Perl module - "Time::HiRes": OK
In case of been informative, I'm attaching the whole output.
Thanks
Original comment by marcelor...@gmail.com
on 3 Aug 2014 at 6:55
Attachments:
The problem was solved after installing Perl's module Inline::C
To install this module:
cpan -f -i Inline::C
Original comment by marcelor...@gmail.com
on 3 Aug 2014 at 8:53
Let me get this right: when you ran bp_test it stopped and let you know you
were missing the Inline::C module. After you installed the module, all was OK?
Original comment by martinah...@gmail.com
on 8 Aug 2014 at 7:21
When I ran bp_test, it said OK (Testing required Perl module - "Inline": OK)
but read_fastq wasn't working. Only after I install the Inline::C module
read_fastq was all OK.
Original comment by marcelor...@gmail.com
on 8 Aug 2014 at 8:00
Right, I am probably only checking for the Inline.pm and not also on Inline::C.
Thanks,
Martin
Original comment by martinah...@gmail.com
on 18 Aug 2014 at 1:42
Original issue reported on code.google.com by
marcelor...@gmail.com
on 1 Aug 2014 at 9:34