Re: [perl #44729] [PATCH] Various C++ cleanups

2007-08-17 Thread chromatic
On Friday 17 August 2007 06:59:27 Steve Peters wrote: > The attached patch cleans up some problems with C++ compiling currently > with Parrot. This patch has most of the cleanups while not segfaulting, at least on x86 Linux with GCC 4.1.2. -- c === src/gc/smallobject.c

Re: [perl #44723] [PATCH] t/pmc convert .Class to 'Class'

2007-08-17 Thread chromatic
On Thursday 16 August 2007 22:55:15 Colin Kuskie wrote: > Following more acking of the t/ area, this should be the > last patch. Thanks, applied with RT #44709 as r20664. -- c

Re: [perl #44729] [PATCH] Various C++ cleanups

2007-08-17 Thread chromatic
On Friday 17 August 2007 12:51:21 Steve Peters wrote: > The changes to src/gc/smallobject.c seems to be causing some coredumps. > The attached patch backs out that change and adds a few additional ones. I'll look at the smallobject patch. Meanwhile, thanks and applied as of r20663. -- c

Re: r20653 fails on windows

2007-08-17 Thread Joshua Gatcomb
FYI all r20662 builds fine on Win32 with MinGW and Cygwin Cheers, Joshua Gatcomb a.k.a. Limbic~Region

Re: r20653 fails on windows

2007-08-17 Thread James E Keenan
jerry gay wrote: perhaps instead there should be a method to return a value with all $(FOO) syntax resolved by lookup first in Parrot::Config 1. Can I assume that you're talking about parts of Parrot::Config::Generated that look like this: %PConfig_Temp = ( 'TEMP_atomic_o

Re: [perl #44745] [CAGE] Make Generated PBC Files Depend on PBC_COMPAT

2007-08-17 Thread chromatic
On Friday 17 August 2007 15:52:36 James E Keenan wrote: > Am not sure which .pbc files "under compilers/" you're referring to. > When I search for *.pbc files in a pre-configuration state, this is what > I get: > > [parrot] 505 $ fnsa . '*.pbc' > ./t/native_pbc/integer_1.pbc > ./t/native_pbc/integ

Re: [perl #44745] [CAGE] Make Generated PBC Files Depend on PBC_COMPAT

2007-08-17 Thread James E Keenan
chromatic wrote: # New Ticket Created by chromatic # Please include the string: [perl #44745] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44745 > We use the PBC_COMPAT top-level file to keep track of changes to the Par

[perl #44745] [CAGE] Make Generated PBC Files Depend on PBC_COMPAT

2007-08-17 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #44745] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44745 > We use the PBC_COMPAT top-level file to keep track of changes to the Parrot ByteCode forma

Re: [perl #44729] [PATCH] Various C++ cleanups

2007-08-17 Thread Steve Peters
On Fri, Aug 17, 2007 at 06:59:27AM -0700, Steve Peters wrote: > # New Ticket Created by Steve Peters > # Please include the string: [perl #44729] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=44729 > > > > The attached

Re: r20653 fails on windows

2007-08-17 Thread chromatic
On Friday 17 August 2007 09:33:53 jerry gay wrote: > on windows, with msvc, in Parrot::Configure::Generated, we have: >              'libparrot_ldflags' => 'libparrot$(A)', > > but A isn't defined in the windows environment at parrot runtime, and > $(A) wouldn't expand it anyway, as that's make sy

r20653 fails on windows

2007-08-17 Thread jerry gay
Index: lib/Parrot/Test.pm === --- lib/Parrot/Test.pm (revision 20652) +++ lib/Parrot/Test.pm (revision 20653) @@ -999,7 +999,7 @@ = $PConfig{parrot_is_shared} ? "$PConfig{rpath_blib} -L$P

[perl #44729] [PATCH] Various C++ cleanups

2007-08-17 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #44729] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44729 > The attached patch cleans up some problems with C++ compiling currently with Parrot. St