Re: [perl #53112] [PATCH] Fixing C++ build break issue when using GMP

2008-04-21 Thread NotFound
On Mon, Apr 21, 2008 at 12:25 AM, Mark Glines <[EMAIL PROTECTED]> wrote: > (Still debatable whether the rest of that #else clause in parrot.h is > valid, if it's causing issues like this one.) This patch can avoid future problems, by defining and using using specific macros. I searched the sou

Re: [perl #53112] [PATCH] Fixing C++ build break issue when using GMP

2008-04-20 Thread Mark Glines
On Sun, 20 Apr 2008 15:08:12 -0700 chromatic <[EMAIL PROTECTED]> wrote: > Is this really correct? My gmp.h file has: No, it's a workaround for an issue that isn't really gmp's fault. Building with g++ barfs when parsing libintl.h, included by gmp.h. Here's what happens: libintl.h defines the fol

Re: [perl #53112] [PATCH] Fixing C++ build break issue when using GMP

2008-04-20 Thread chromatic
On Sunday 20 April 2008 12:17:58 Senaka Fernando wrote: > The provided patch resolves the C++ build break caused by gmp.h. > Index: src/pmc/bigint.pmc > === > --- src/pmc/bigint.pmc (revision 27059) > +++ src/pmc/bigint.pmc (workin

[perl #53112] [PATCH] Fixing C++ build break issue when using GMP

2008-04-20 Thread Senaka Fernando
# New Ticket Created by "Senaka Fernando" # Please include the string: [perl #53112] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53112 > The provided patch resolves the C++ build break caused by gmp.h. Regards, Senaka I