Checking if your kit is complete... Looks good Note (probably harmless): No library found for -llzo Writing Makefile for Compress::LZO cp LZO.pm blib/lib/Compress/LZO.pm AutoSplitting blib/lib/Compress/LZO.pm (blib/lib/auto/Compress/LZO) /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 LZO.xs > LZO.xsc && mv LZO.xsc LZO.c cc -c -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=\"1.08\" -DXS_VERSION=\"1.08\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" LZO.c Error 112: "LZO.xs", line 37 # Include file not found. #include ^^^^^^^^^^^ Error 112: "LZO.xs", line 38 # Include file not found. #include ^^^^^^^^^ Error 119: "LZO.xs", line 41 # #error "Need LZO v1.07 or newer" # error "Need LZO v1.07 or newer" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error 419: "LZO.xs", line 114 # 'lzo_bytep' is used as a type, but has not been defined as a type. lzo_bytep in; ^^^^^^^^^ Error 419: "LZO.xs", line 115 # 'lzo_bytep' is used as a type, but has not been defined as a type. lzo_bytep out; ^^^^^^^^^ Error 419: "LZO.xs", line 116 # 'lzo_voidp' is used as a type, but has not been defined as a type. lzo_voidp wrkmem; ^^^^^^^^^ Error 419: "LZO.xs", line 117 # 'lzo_uint' is used as a type, but has not been defined as a type. lzo_uint in_len; ^^^^^^^^ Error 419: "LZO.xs", line 118 # 'lzo_uint' is used as a type, but has not been defined as a type. lzo_uint out_len; ^^^^^^^^ Error 419: "LZO.xs", line 119 # 'lzo_uint' is used as a type, but has not been defined as a type. lzo_uint new_len; ^^^^^^^^ Error 172: "LZO.xs", line 131 # Undeclared variable 'LZO1X_1_MEM_COMPRESS'. wrkmem = safemalloc(LZO1X_1_MEM_COMPRESS); ^^^^^^^^^^^^^^^^^^^^ Error 172: "LZO.xs", line 133 # Undeclared variable 'LZO1X_999_MEM_COMPRESS'. wrkmem = safemalloc(LZO1X_999_MEM_COMPRESS); ^^^^^^^^^^^^^^^^^^^^^^ Warning 942: "LZO.xs", line 134 # Types 'int' and 'char *' are not assignment-compatible. out = SvPVX(RETVAL); ^^^^^ Error 249: "LZO.xs", line 137 # Subscript operator must have pointer to object and integral operands; 'int[int]' was found. out[0] = 0xf0; ^ Error 699: "LZO.xs", line 137 # Error limit reached; halting compilation. out[0] = 0xf0; ^ make: *** [LZO.o] Error 2