This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| perl build/gen_how_pm.pl src/metamodel/how/KnowHOWAttribute.pm src/metamodel/how/NQPClassHOW.pm src/metamodel/how/NQPAttribute.pm > src/gen/how.pm | |
| perl -MExtUtils::Command -e mkpath src/stage1/gen | |
| perl -MExtUtils::Command -e mkpath src/stage2/gen | |
| /Users/colomon/tools/nqp-rx/parrot_install/bin/parrot --library=src/stage1 src/stage1/nqp.pbc \ | |
| --target=pir --output=src/stage2/gen/hllgrammar-grammar.pir \ | |
| src/HLL/Grammar.pm | |
| Parrot VM: Can't stat src/stage1/nqp.pbc, code 2. | |
| main: Packfile loading failed | |
| gmake: *** [src/stage2/HLL.pbc] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment