I am not sure if I need perl6 to build parrot.
I am using Perl5 and I get the following problem:
user562/parrot-0.4.5>perl Configure.pl
Can't locate warnings.pm in @INC (@INC contains:
/usr/perl5/5.00503/sun4-solaris /usr/perl5/5.00503
/usr/perl5/site_perl/5.005/sun4-solaris
/usr/perl5/site_perl/5.005 .) at Configure.pl line
242.
BEGIN failed--compilation aborted at Configure.pl line
242.
Can Anyone help?
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
> I am using Perl5 and I get the following problem:
>
> user562/parrot-0.4.5>perl Configure.pl
>
> Can't locate warnings.pm in @INC (@INC contains:
> /usr/perl5/5.00503/sun4-solaris /usr/perl5/5.00503
> /usr/perl5/site_perl/5.005/sun4-solaris
> /usr/perl5/site_perl/5.005 .) at Configure.pl line
> 242.
> BEGIN failed--compilation aborted at Configure.pl line
> 242.
>
> Can Anyone help?
>
however, you *do* need perl 5.6.1 or greater. i've modified
Configure.pl to spit out a proper error message if you don't have the
minimum required perl version. try r13523 for the new error message,
and upgrading your perl to build parrot successfully.
thanks for reporting!
~jerry