Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lwbxml2 Writing Makefile for XML::WBXML cp lib/XML/WBXML.pm blib/lib/XML/WBXML.pm /home/cpanrun/ia64/build/5.8.2/bin/perl /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -typemap /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/ExtUtils/typemap -typemap typemap WBXML.xs > WBXML.xsc && mv WBXML.xsc WBXML.c cc -c -I. -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +DSitanium2 +Ofltacc=strict -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" WBXML.c Error 112: "WBXML.xs", line 7 # Include file not found. #include ^^^^^^^^^ Error 419: "WBXML.c", line 37 # 'WB_UTINY' is used as a type, but has not been defined as a type. WB_UTINY * in_xml = (WB_UTINY *)SvPV_nolen(ST(0)); ^^^^^^^^ Error 538: "WBXML.c", line 37 # In order to have this sort of expression on the left hand side of an assignment, it must be surrounded with parentheses. WB_UTINY * in_xml = (WB_UTINY *)SvPV_nolen(ST(0)); ^^^^^^^^^^^^^^^^^^^^^^ Error 172: "WBXML.c", line 37 # Undeclared variable 'WB_UTINY'. WB_UTINY * in_xml = (WB_UTINY *)SvPV_nolen(ST(0)); ^^^^^^^^ Error 419: "WBXML.xs", line 19 # 'WB_ULONG' is used as a type, but has not been defined as a type. WB_ULONG outwbxml_len = 0; ^^^^^^^^ Error 538: "WBXML.xs", line 18 # In order to have this sort of expression on the left hand side of an assignment, it must be surrounded with parentheses. WB_UTINY * outwbxml = NULL; ^^^^^^^^^^^^^^^^^^^ Error 172: "WBXML.xs", line 18 # Undeclared variable 'WB_UTINY'. WB_UTINY * outwbxml = NULL; ^^^^^^^^ Error 419: "WBXML.xs", line 20 # 'WBXMLError' is used as a type, but has not been defined as a type. WBXMLError ret; ^^^^^^^^^^ Error 419: "WBXML.xs", line 21 # 'WBXMLConvXML2WBXMLParams' is used as a type, but has not been defined as a type. WBXMLConvXML2WBXMLParams params; ^^^^^^^^^^^^^^^^^^^^^^^^ Error 186: "WBXML.xs", line 23 # Left side of '.' requires a struct object; type found was 'int'. params.wbxml_version = WBXML_VERSION_12; ^^^^^^ Error 186: "WBXML.xs", line 24 # Left side of '.' requires a struct object; type found was 'int'. params.keep_ignorable_ws = FALSE; ^^^^^^ Error 186: "WBXML.xs", line 25 # Left side of '.' requires a struct object; type found was 'int'. params.use_strtbl = TRUE; ^^^^^^ Error 699: "WBXML.xs", line 25 # Error limit reached; halting compilation. params.use_strtbl = TRUE; ^^^^^^ make: *** [WBXML.o] Error 2