Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rperl not working? #21

Closed
Azq2 opened this issue Jul 7, 2015 · 4 comments
Closed

rperl not working? #21

Azq2 opened this issue Jul 7, 2015 · 4 comments

Comments

@Azq2
Copy link

Azq2 commented Jul 7, 2015

root@zhumarin /home/azq2/bots/spaces # rperl anagram.pl
ERROR ECVCODE02, COMPILER, FIND DEPENDENCIES: Failed to eval use package use XSLoader ();
  ...  Undefined subroutine &RPerl::Compiler::XSLoader called at (eval 1399) line 1, <> line 9.
BEGIN failed--compilation aborted at (eval 1399) line 1, <> line 9.
, dying

:(

@wbraswell
Copy link
Owner

@Azq2
From your error message, I assume your program "anagram.pl" includes the line "use XSLoader;" which is not valid RPerl syntax. RPerl programs and modules can only call "use" on other valid RPerl modules. If you would like help converting your program "anagram.pl" into valid RPerl syntax, please come find me in IRC #perl11 on irc.perl.org. Thanks!

@JJ
Copy link

JJ commented Sep 7, 2015

Is there a list of valid RPerl modules somewhere?

@JJ
Copy link

JJ commented Sep 7, 2015 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants