-
-
Notifications
You must be signed in to change notification settings - Fork 689
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
perl: can't run berp/berp on linux #692
Comments
After: $ sudo aptitude install libmono-microsoft-csharp4.0-cil I now get a different error:
The big question is: Which file???? |
Ok. So, after $ sudo aptitude install mono-mc I'm now able to generate the parser. Would have been good to provide the list of prerequisites. Consider this a request to add better documentation for those who want to start contributing. This is currently quite discouraging. |
@aslakhellesoy in which file should I add the documentation about the |
@aslakhellesoy, ping? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. |
This issue has been automatically closed because of inactivity. You can support the Cucumber core team on opencollective. |
Summary
I'm having a look at updating the Perl implementation. I'm trying to run the first step: generating the parser using Berp, however, it fails.
Expected Behavior
After cloning the cucumber/cucumber repository and changing the directory to cucumber/gherkin/perl, I expect the command
berp/berp.exe -t gherkin-perl.razor -g gherkin.berp -o p.pm
to complete successfully.Current Behavior
The command fails with the following output:
Context & Motivation
I'm unable to determine whether or not I'm able to provide an update to the Perl implementation.
Your Environment
https://github.com/ehuelsmann/cucumber
The text was updated successfully, but these errors were encountered: