Re: First snapshot of ponie
[email protected] (Nicholas Clark)
| Newsgroups | perl.ponie.dev |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 21, 2003 at 03:36:30PM +0100, Arthur Bergman wrote: > Hi, > > So this is a first ponie snapshot, it isn't much but at least we are > slowly moving forward. woohoo > Just do: > tar zxvf [email protected] > cd ponie@34 > perl Configure.pl > make > make test 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. Bang. I'll investigate, and commit a fix to parrot. How frequently are you intending to merge in upstream changes? > If you feel like hacking on something, the IO system integration needs > some very serious investigation. IIRC the parrot IO subsystem is currently being re-written. (more than the rest of parrot, that is) So anyone investigating ought to be in contact with the parrot people to find out what there intent is. Nicholas Clark