You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just built Rakudo on MoarVM using rakudobrew and the installed Inline::Perl5 via panda. All tests passed. When I try to use Inline::Perl5 in a repl I get the following error:
> use Inline::Perl5
unable to find Inline/p5helper.so IN @*INC
in sub native at lib/Inline/Perl5.pm6:25
in block <unit> at lib/Inline/Perl5.pm6:62
in any <unit-outer> at lib/Inline/Perl5.pm6:1
in any at src/gen/m-ModuleLoader.nqp:249
in any at src/gen/m-ModuleLoader.nqp:243
in any load_module at src/gen/m-ModuleLoader.nqp:225
in method load_module at src/gen/m-CORE.setting:26349
in any load_module at src/Perl6/World.nqp:352
in any statement_control:sym<use> at src/Perl6/Grammar.nqp:1670
in any statement_control at /usr/home/staff/muraiki/.rakudobrew/moar-nom/install/share/nqp/lib/Perl6/Grammar.moarvm:1
in any statement at src/Perl6/Grammar.nqp:1342
MoarVM version 2015.03-23-g3819ea7 built with JIT support
perl6 version 2015.03-96-g02e1e99 built on MoarVM version 2015.03-23-g3819ea7
perl 5.20.2 compiled with -Duseshrplib and -Dusemultiplicity; a test related to cwd failed but I was able to install a bunch of modules without a problem.
I just built Rakudo on MoarVM using rakudobrew and the installed Inline::Perl5 via panda. All tests passed. When I try to use Inline::Perl5 in a repl I get the following error:
MoarVM version 2015.03-23-g3819ea7 built with JIT support
perl6 version 2015.03-96-g02e1e99 built on MoarVM version 2015.03-23-g3819ea7
perl 5.20.2 compiled with -Duseshrplib and -Dusemultiplicity; a test related to cwd failed but I was able to install a bunch of modules without a problem.
The text was updated successfully, but these errors were encountered: