Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #31208] dynclasses/README's instructions fail on OS X

0 views
Skip to first unread message

Will Coleda via RT

unread,
Nov 9, 2004, 10:03:37 PM11/9/04
to perl6-i...@perl.org
This is now obsolete, neh?

> [mattia...@libero.it - 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
>
>
>
>

Nicholas Clark

unread,
Nov 10, 2004, 5:32:14 AM11/10/04
to Will Coleda via RT
On Wed, Nov 10, 2004 at 03:03:38AM -0000, Will Coleda via RT wrote:
> This is now obsolete, neh?

Yes. I'll close it.

Nicholas Clark

Steve Fink

unread,
Nov 15, 2004, 1:24:47 PM11/15/04
to Will Coleda via RT, perl6-i...@perl.org
On Nov-10, Will Coleda via RT wrote:
> This is now obsolete, neh?
>
> > > 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

I believe so. I never used either of those workarounds when I was messing with that
stuff, so at least on the configurations I was using (i.e., your machine and mine),
it wasn't needed.

0 new messages