# New Ticket Created by Simon Glover # Please include the string: [perl #23767] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=23767 >
Hi, I've just tried to build parrot from a fresh checkout, and it's failing with this error: parser_util.c: In function `imcc_vfprintf': parser_util.c:629: `char' is promoted to `int' when passed through `...' parser_util.c:629: (so you should pass `int' not `char' to `va_arg') make[1]: *** [parser_util.o] Error 1 I'm using a pretty standard Linux/x86/gcc setup - more details available on request. Simon