I solved by myself my Parrot 0.0.3 issues. As I
should know, HFS+ partitions are case-preserving,
but not case-sensitive. So changing Makefile target
from 'parrot' to, for example, 'test_prog', was 
correct.

The second part was changing every occurrence of
'parrot' to 'test_prog' in every Test.pm file
that is part of the test suites. This is what I
was missing. Now my Parrot 0.0.3 installation works.

Thank you
Stefano 


Reply via email to