Skip to content

Instantly share code, notes, and snippets.

Created November 11, 2012 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4055922 to your computer and use it in GitHub Desktop.
Save anonymous/4055922 to your computer and use it in GitHub Desktop.
parrot make error?
$ make
/usr/bin/perl tools/build/h2inc.pl include/parrot/enums.h lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm
/usr/bin/perl tools/build/vtable_h.pl
/usr/bin/perl -Ilib tools/build/pmc2c.pl --vtable
/usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/default.pmc
/usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/fixedintegerarray.pmc
/usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/fixedintegerarray.pmc
/usr/bin/perl -Ilib tools/build/pmc2c.pl --dump src/pmc/callcontext.pmc
/usr/bin/perl -Ilib tools/build/pmc2c.pl --c src/pmc/callcontext.pmc
/usr/bin/perl tools/build/pbcversion_h.pl > include/parrot/pbcversion.h
/usr/bin/perl tools/build/c2str.pl src/string/api.c > src/string/api.str
CONST_STRING split across lines at 461 in src/string/api.c
Makefile:682: recipe for target `src/string/api.str' failed
make: *** [src/string/api.str] Error 255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment