WARNING: LICENSE is not a known parameter. Checking if your kit is complete... Looks good 'LICENSE' is not a known MakeMaker parameter name. Note (probably harmless): No library found for -lstree Writing Makefile for Tree::Suffix cp lib/Tree/Suffix.pm blib/lib/Tree/Suffix.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 Suffix.xs > Suffix.xsc && mv Suffix.xsc Suffix.c cc -c -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.19\" -DXS_VERSION=\"0.19\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" Suffix.c Error 112: "Suffix.xs", line 6 # Include file not found. #include ^^^^^^^^^^^^ Error 419: "Suffix.xs", line 18 # 'LST_Node' is used as a type, but has not been defined as a type. LST_Node * ^^^^^^^^ Error 373: "Suffix.xs", line 19 # Old-style function definition parameter must be a simple identifier. follow_string (LST_STree *tree, LST_String *string) { ^^^^^^^^^^^^^^^ Error 373: "Suffix.xs", line 19 # Old-style function definition parameter must be a simple identifier. follow_string (LST_STree *tree, LST_String *string) { ^^^^^^^^^^^^^^^^^^ Error 538: "Suffix.xs", line 20 # In order to have this sort of expression on the left hand side of an assignment, it must be surrounded with parentheses. LST_Node *node = tree->root_node; ^^^^^^^^^^^^^^ Error 172: "Suffix.xs", line 20 # Undeclared variable 'LST_Node'. LST_Node *node = tree->root_node; ^^^^^^^^ Error 538: "Suffix.xs", line 21 # In order to have this sort of expression on the left hand side of an assignment, it must be surrounded with parentheses. LST_Edge *edge = NULL; ^^^^^^^^^^^^^^ Error 172: "Suffix.xs", line 21 # Undeclared variable 'LST_Edge'. LST_Edge *edge = NULL; ^^^^^^^^ Error 172: "Suffix.xs", line 23 # Undeclared variable 'string'. todo = string->num_items; ^^^^^^ Error 172: "Suffix.xs", line 26 # Undeclared variable 'edge'. for (edge = node->kids.lh_first; edge; edge = edge->siblings.le_next) ^^^^ Error 172: "Suffix.xs", line 26 # Undeclared variable 'edge'. for (edge = node->kids.lh_first; edge; edge = edge->siblings.le_next) { ^^^^ Error 172: "Suffix.xs", line 26 # Undeclared variable 'edge'. for (edge = node->kids.lh_first; edge; edge = edge->siblings.le_next) { ^^^^ Error 699: "Suffix.xs", line 26 # Error limit reached; halting compilation. for (edge = node->kids.lh_first; edge; edge = edge->siblings.le_next) { ^^^^ make: *** [Suffix.o] Error 2