H.Merijn Brand wrote: > a5:/pro/3gl/CPAN/parrot 116 > cat .timestamp > 1033023609 > Thu Sep 26 07:00:09 2002 UTC > > (time of this cvs update) > a5:/pro/3gl/CPAN/parrot 117 > > > parrot all OK > > perl t/harness > t/builtins/array.....Can't bless non-reference value at ../../assemble.pl line 163. > # Failed test (t/builtins/array.t at line 27) > # got: 'Parrot VM: Can't stat t/builtins/array_1.pbc, code 2.
Small nitpick one failure + summary ought to be enough - anway here we go: Do you have a working Perl6Grammar: $ perl6 -vwk -e'print qq(Hello parrot\n)' P6C '__eval__' .../imcc/imcc -verbose -o__eval__.pasm __eval__.imc Reading __eval__.imc using optimization '0' assembly module __eval__.pasm written. 481 lines compiled. assembling perl ../../assemble.pl __eval__.pasm -o __eval__.pbc running: /home/lt/src/parrot-leo/parrot __eval__.pbc Hello parrot If something fails you shuld see more details here. To be sure, that grammar is ok, run above line with $ perl6 -vwk -e'print qq(Hello parrot\n)' --force-grammar If that succeeds try: $ perl6 --test $ perl6 --test -r HTH leo