On Wed, Nov 28, 2007 at 07:42:29PM +0100, James Fuller wrote: > in the meantime, I have yet to get latest trunk perl6 running > properly, on parrot, or freebsd then I will start thinking of such a > task (everything compiles fine). as an aside I am getting an; > > "load_bytecode" couldn't find file 'Protoobject.pbc' > current instr.: 'parrot;PGE::Match;__onload' pc 0 > (compilers/pge/PGE/Match.pir:14) > called from Sub 'parrot;Perl6::Compiler;__onload' pc 0 (perl6.pir:30) > called from Sub 'parrot;Perl6::Compiler;main' pc -1 ((unknown file):-1)
Interesting -- it looks as though the Protoobject.pbc file isn't being built on your system for some reason. Perhaps do a "make realclean" and rebuild, so that the Makefiles are updated? If that doesn't resolve it, perhaps you could file a ticket at <[EMAIL PROTECTED]> and we can follow up there. (There's also a <[EMAIL PROTECTED]> list, but I think this particular issue is more likely to be a Parrot problem than a perl6 one.) Thanks! Pm
