This is now obsolete, neh?

> [EMAIL PROTECTED] - Tue Aug 17 06:26:55 2004]:
> 
> > $ make -C dynclasses
> > /Users/nick/Sandpit/maint/bin/perl5.8.3 ../classes/pmc2c2.pl --dump
> foo.pmc
> > /Users/nick/Sandpit/maint/bin/perl5.8.3 ../classes/pmc2c2.pl --c
> foo.pmc
> > can't find file 'foo.dump' in path
> '/Users/nick/Parrot/parrot24/classes/..',
> '/Users/nick/Parrot/parrot24/classes' at ../classes/pmc2c2.pl line
> 242.
> > make: *** [foo.c] Error 2
> > 
> >
> > I hack round this with
> >
> > $ cp dynclasses/foo.dump .
> 
>   Alternativley, change line 609 of pmc2c2.pl to read
> 
>     unshift @include, ".", "$FindBin::Bin/..", $FindBin::Bin;
> 
> adding "." to search path
> 
> Regards
> Mattia
> 
> 
> 
> 

Reply via email to