> "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
> "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
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 $
> "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
> "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
> "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
> "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
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
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