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
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
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
# 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