Skip to content

Instantly share code, notes, and snippets.

@szabgab
Created July 15, 2011 08:46
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 szabgab/1084337 to your computer and use it in GitHub Desktop.
Save szabgab/1084337 to your computer and use it in GitHub Desktop.
parrot fail?
ble/main.c
gcc -o .\pbc_disassemble.exe \
frontend/pbc_disassemble/main.o \
src/longopt.o \
"D:/work/rakudo/parrot\libparrot.dll" -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell3
2 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 -lgmp
if exist .\pbc_disassemble.exe.manifest mt.exe -nologo -manifest .\pbc_disassemble.exe.manifest -outputresource:.\pbc_disass
emble.exe;1
.\parrot.exe -o pbc_to_exe.pbc tools/dev/pbc_to_exe.pir
.\parrot.exe pbc_to_exe.pbc pbc_to_exe.pbc
Incompatible versions of `core_ops' oplib, possibly due to loading bytecode generated by an old version of Parrot. Found 3.0
.0 but loaded 3.5.0
current instr.: 'main' pc 0 (tools/dev/pbc_to_exe.pir:21)
gmake: *** [.\pbc_to_exe.exe] Error 1
Command failed (status 512): gmake install-dev
Error while executing C:\strawberry\perl\bin\perl.exe build/gen_parrot.pl --prefix=D:/work/rakudo/parrot_install; aborting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment