[perl #52874] Re: [bug] Build failure with G++

2008-04-18 Thread Mark Glines via RT
On Mon Apr 14 21:50:00 2008, infinoid wrote: > At first glance, the only difference I can see is that your cast removes > the "const" attribute. But instead of doing that, I'm wondering if > maybe the second argument of VTABLE_isa(interp, pmc, name) should be > made const, instead. Would that hel

[perl #52874] Re: [bug] Build failure with G++

2008-04-15 Thread Mark Glines via RT
On Mon Apr 14 04:50:02 2008, [EMAIL PROTECTED] wrote: > Attaching patch No. 2 for C++ Build Issue. Using a normal C compiler (gcc), I get this warning before this patch: src/key.c:448: warning: passing argument 2 of 'key->vtable->isa' discards qualifiers from pointer target type And these warnin

Re: [perl #52874] Re: [bug] Build failure with G++

2008-04-14 Thread Senaka Fernando
Hi Mark, Yes, if possible that would be great. Another is to change, key_next(PARROT_INTERP, ARGIN(const PMC *key)) to key_next(PARROT_INTERP, ARGIN(PMC *key)). Regards, Senaka On Tue, Apr 15, 2008 at 10:20 AM, Mark Glines via RT < [EMAIL PROTECTED]> wrote: > On Mon Apr 14 04:50:02 2008, [EMAI

[perl #52874] Re: [bug] Build failure with G++

2008-04-14 Thread Senaka Fernando
# New Ticket Created by "Senaka Fernando" # Please include the string: [perl #52874] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=52874 > Attaching patch No. 2 for C++ Build Issue. I still need to resolve this bigint.c i