Andy Dougherty (via RT) wrote: > # New Ticket Created by Andy Dougherty > # Please include the string: [perl #17990] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17990 > > > > Currently, when compiling parrot, I see the following error message: > > cc -g -I../include -o perlarray.o -c perlarray.c > "perlarray.pmc", line 108: warning: argument #5 is incompatible with prototype: > prototype: pointer to long : "unknown", line 0 > argument : pointer to struct PMC {pointer to struct _vtable {..} vtable, long flags, pointer to void data, union UnionVal {..} cache, p... Ah, thanks, I missed this - I should really learn to use "make -s". > How to fix this? Checked in. > (I've been slowly working on getting the galactic-tcc tinderbox to even > compile. It's getting closer -- I got rid of the trailing commas in the > enums in list.h -- but there are a few stickier problems remaining. This > is one of them.) Thanks for the fixes in list.h. leoThread Previous