Maybe I'm just doing something wrong... I make parrot, which goes smoothly, then make IMCC, which chokes on "long long". Then I "perl pconfig.pl" and "make" and after two or three tries a full Perl6grammar.pm magically shows up. I'm still scratching my head over that one.
Then when I try to run perl6, via "perl perl6" to avoid @INC issues, I get: "Code must live with a function" at line 219 in P6C/IMCC.pm. From what I gathered from trying to read that module, it appears that somehow $curfunc is getting undefined, and then never redefined. Trying to compile hw.p6. all I get is hw.warn. For what it's worth, all of this is taking place on Mac OS X 10.1.5. Anyone else run into this problem?