Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lfreetype Writing Makefile for Font::FreeType cp lib/Font/FreeType.pm blib/lib/Font/FreeType.pm cp lib/Font/FreeType/Face.pm blib/lib/Font/FreeType/Face.pm cp lib/Font/FreeType/Glyph.pm blib/lib/Font/FreeType/Glyph.pm /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -typemap /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/ExtUtils/typemap -typemap typemap FreeType.xs > FreeType.xsc && mv FreeType.xsc FreeType.c cc -c -I/usr/include/freetype2 -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +DD64 -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-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" FreeType.c Error 112: "FreeType.xs", line 19 # Include file not found. #include ^^^^^^^^^^^^ Error 107: "FreeType.xs", line 20 # Bad #include syntax: '#include FT_FREETYPE_H'. #include FT_FREETYPE_H ^^^^^^^^^^^^^ Error 107: "FreeType.xs", line 21 # Bad #include syntax: '#include FT_GLYPH_H'. #include FT_GLYPH_H ^^^^^^^^^^ Error 107: "FreeType.xs", line 22 # Bad #include syntax: '#include FT_OUTLINE_H'. #include FT_OUTLINE_H ^^^^^^^^^^^^ Error 107: "FreeType.xs", line 23 # Bad #include syntax: '#include FT_BBOX_H'. #include FT_BBOX_H ^^^^^^^^^ Error 107: "FreeType.xs", line 74 # Bad #include syntax: '#include FT_ERRORS_H'. #include FT_ERRORS_H ^^^^^^^^^^^ Error 20: "FreeType.xs", line 80 # '(' expected before 'struct'. struct QefFT2_Glyph_ ^^^^^^ Error 419: "FreeType.xs", line 83 # 'FT_ULong' is used as a type, but has not been defined as a type. FT_ULong char_code; /* -1 if not yet known */ ^^^^^^^^ Error 419: "FreeType.xs", line 84 # 'FT_UInt' is used as a type, but has not been defined as a type. FT_UInt index; ^^^^^^^ Error 19: "FreeType.xs", line 86 # Unexpected ';'. }; ^ Error 419: "FreeType.xs", line 90 # 'FT_UInt' is used as a type, but has not been defined as a type. FT_UInt loaded_glyph_idx; ^^^^^^^ Error 419: "FreeType.xs", line 91 # 'FT_Int32' is used as a type, but has not been defined as a type. FT_Int32 glyph_load_flags; ^^^^^^^^ Error 699: "FreeType.xs", line 91 # Error limit reached; halting compilation. FT_Int32 glyph_load_flags; ^^^^^^^^ make: *** [FreeType.o] Error 2