# New Ticket Created by  Simon Glover 
# Please include the string:  [perl #22856]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=22856 >



 With a fresh checkout, I get:

 imcc.y:401: conflicting types for `YYSTYPE'
 imcparser.h:6: previous declaration of `YYSTYPE'
 /usr/lib/bison.simple: In function `yyparse':
 /usr/lib/bison.simple:432: warning: passing arg 1 of `yylex' from
 incompatible pointer type
 /usr/lib/bison.simple:614: warning: comparison between signed and
 unsigned
 /usr/lib/bison.simple:626: warning: comparison between signed and
 unsigned
 make: *** [imcparser.o] Error 1

 when I try to build IMCC on a standard Linux/x86 platform.
 (NB This is without patch #22855 applied).

 Simon







Reply via email to