Hmm on another box found the next command was (in the languages/perl6
dir):
$ /usr/bin/perl build/gen_mutable_pmc.pl \ src/pmc/mutable.pmc.template
src/pmc/mutable.pmc

Tried that and got:
Mutable PMC template file 'src/pmc/mutable.pmc.template' does not exist
at build/gen_mutable_pmc.pl line 32.

so:
[EMAIL PROTECTED] perl6]$ ls -l src/pmc/mutable.pmc.template
ls: src/pmc/mutable.pmc.template: No such file or directory

but w/ an underscore before "pmc" the file is there:
[EMAIL PROTECTED] perl6]$ ls -l src/pmc/mutable_pmc.template 
-rw-rw-r-- 1 andy andy 826 May 23 15:55 src/pmc/mutable_pmc.template

Changed it in the Makefile and make perl6 succeeds.

a


Andy Bach
Systems Mangler
Internet: [EMAIL PROTECTED]
Voice: (608) 261-5738 Fax: 264-5932

Sent from Evolution (CentOS)!!!

Reply via email to