Re: First snapshot of ponie
[email protected] (Andy Dougherty)
| Newsgroups | perl.ponie.dev |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 21 Aug 2003, Nicholas Clark wrote:
> On Thu, Aug 21, 2003 at 01:56:22PM -0400, Andy Dougherty wrote:
> > On Thu, 21 Aug 2003, Nicholas Clark wrote:
> >
> > > There seems to be a bug in parrot whereby it's using perl in your $PATH,
> > > rather than the perl you Configured with. First perl in my $PATH is 5.004.
> A clean CVS checkout of parrot seemed to have no problems.
> So it appears to have been fixed since Arthur first integrated parrot
> sources.
Right. I'm guessing it's probably this hunk (the line numbers are off
because there are many other changes).
diff -u ponie/parrot/config/gen/makefiles/root.in parrot/parrot-cvs/config/gen/makefiles/root.in
--- ponie/parrot/config/gen/makefiles/root.in Thu Aug 21 15:27:00 2003
+++ parrot/parrot-cvs/config/gen/makefiles/root.in Thu Aug 21 13:47:07 2003
@@ -475,7 +471,7 @@
cpu_dep$(O) : $(GENERAL_H_FILES)
nci.c : call_list.txt build_nativecall.pl
- perl build_nativecall.pl call_list.txt
+ $(PERL) build_nativecall.pl call_list.txt
#core_ops depends upon config.h so that it gets updated along with updates to config.h's version numbers
core_ops.c $(INC)/oplib/core_ops.h : $(OPS_FILES) ops2c.pl lib/Parrot/OpsFile.pm lib/Parrot/Op.pm $(INC)/config.h
--
Andy Dougherty [email protected]