On 2013-08-29 01:54:23, ANDK wrote:
Show quoted text> I forgot to add diagnostics. Sample compilation failure:
>
>
http://www.cpantesters.org/cpan/report/7fb8d212-c552-11e2-9713-
> 373e989cd64d
>
> The gist of it is:
>
> Xlib.xs: In function ‘XS_DisplayPtr_XListFonts’:
> Xlib.xs:230:75: error: ‘bool’ undeclared (first use in this function)
> EXTEND(sp, count);
> ^
> Xlib.xs:230:75: note: each undeclared identifier is reported only once
> for each function it appears in
> Xlib.xs:230:80: error: expected ‘:’ before numeric constant
> EXTEND(sp, count);
> ^
> Xlib.xs: In function ‘XS_DisplayPtr_XQueryTree’:
> Xlib.xs:321:76: error: ‘bool’ undeclared (first use in this function)
> XPUSHs(sv);
> ^
> Xlib.xs:321:81: error: expected ‘:’ before numeric constant
> XPUSHs(sv);
> ^
> make[1]: *** [Xlib.o] Error 1
Can you check if the attached patch works for you?
Regards,
Slaven