Re: Activity on mod_parrot?

2003-08-25 Thread Kevin Falcone
> "TF" == Tim Fries <[EMAIL PROTECTED]> writes: TF> Has there been any active development on mod_parrot since last TF> year? active, no. I was consumed with the last 9 months of school. TF> The CVS on perl.org seems to have lost steam on the project 11 months TF> ago. This is an area I'm in

Re: [perl #17159] imcc / Mac OS X problem

2002-09-11 Thread Kevin Falcone
> "LT" == Leopold Toetsch <[EMAIL PROTECTED]> writes: LT> Leon Brocard (via RT) wrote: >> # New Ticket Created by Leon Brocard # Please include the string: >> [perl #17159] >> # in the subject line of all future correspondence about this >> issue. # http://rt.perl.org/rt2/Ticket/Display.html

Configure.pl: appending not overwriting from the command line

2002-09-10 Thread Kevin Falcone
If I want to tell Configure.pl that it needs to look in /foo/bar for some extra include files, is there a way to convince Configure to append that to $Config{ccflags} other than hacking config/init/data.pl? I did this, but it is quite ugly perl Configure.pl --ccflags="`perl -MConfig -e 'print $

Re: Configure.pl doesn't work

2002-07-08 Thread Kevin Falcone
> "SB" == Sebastian Bergmann <[EMAIL PROTECTED]> writes: SB> Determining some sizes...C compiler failed (see test.cco) at SB> lib/Parrot/Configure/Step.pm line 74. If you cat test.cco you may see something like "stdio.h can't find" I just installed an alpha, and saw this same problem

Re: Some minor changes

2002-07-05 Thread Kevin Falcone
> "DS" == Dan Sugalski <[EMAIL PROTECTED]> writes: DS> (At the moment you do need to add the new class to global_setup.c DS> still, but I'm working on fixing that so PMCs can be dynamically DS> loadable) Is there a suggested implementation for this? I've looked at it before, but wasn't able

Re: [COMMIT] New Assembler in place

2002-06-01 Thread Kevin Falcone
> "MS" == Melvin Smith <[EMAIL PROTECTED]> writes: MS> FYI, Cola breaks with the new assembler. I think this is for 2 MS> reasons, multiple labels and not allowing _ in label names. Kevin MS> posted a couple of patches which fix the breakage, but I'm not MS> sure sticking noop in there is the

Re: Test op/stacks:29 dying.

2002-05-15 Thread Kevin Falcone
> "BD" == Brent Dax <[EMAIL PROTECTED]> writes: BD> Chris Ball: BD> # (Note: My first attempt at this message bounced from BD> # onion.perl.org, which is why it's going to p6i. Reported to BD> # [EMAIL PROTECTED], who's looking into it.) BD> # == BD> # Seems to be cross-x86, if not global

[patch] Makefile.in

2002-01-03 Thread Kevin Falcone
docs/Makefile should be removed by realclean, but isn't I though I saw a patch for this go by at some point Index: Makefile.in === RCS file: /cvs/public/parrot/Makefile.in,v retrieving revision 1.98 diff -u -r1.98 Makefile.in --- Ma

[patch] more warnings

2002-01-01 Thread Kevin Falcone
In an attempt to just keep knocking off warnings.. Index: test_main.c === RCS file: /cvs/public/parrot/test_main.c,v retrieving revision 1.28 diff -u -p -r1.28 test_main.c --- test_main.c 1 Jan 2002 19:49:11 - 1.28 +++ tes