Checking if your kit is complete... Looks good Note (probably harmless): No library found for -ledit Writing Makefile for Term::EditLine cp EditLine.pod blib/lib/Term/EditLine.pod cp EditLine.pm blib/lib/Term/EditLine.pm AutoSplitting blib/lib/Term/EditLine.pm (blib/lib/auto/Term/EditLine) /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 EditLine.xs > EditLine.xsc && mv EditLine.xsc EditLine.c Please specify prototyping behavior for EditLine.xs (see perlxs manual) cc -c -I. -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.05\" -DXS_VERSION=\"0.05\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" EditLine.c Error 112: "EditLine.xs", line 7 # Include file not found. #include ^^^^^^^^^^^^ Error 419: "EditLine.xs", line 15 # 'EditLine' is used as a type, but has not been defined as a type. unsigned char pwrapper (EditLine *, int, unsigned int); ^^^^^^^^ Error 419: "EditLine.xs", line 18 # 'EditLine' is used as a type, but has not been defined as a type. EditLine * el; /* the editline struct */ ^^^^^^^^ Error 419: "EditLine.xs", line 19 # 'History' is used as a type, but has not been defined as a type. History *hist; /* the history struct */ ^^^^^^^ Error 419: "EditLine.xs", line 28 # 'EditLine' is used as a type, but has not been defined as a type. extern void re_refresh(EditLine *); ^^^^^^^^ Error 419: "EditLine.xs", line 31 # 'EditLine' is used as a type, but has not been defined as a type. static unsigned char uf00 (EditLine * e, int k) { return pwrapper(e,k,0); } ^^^^^^^^ Error 419: "EditLine.xs", line 32 # 'EditLine' is used as a type, but has not been defined as a type. static unsigned char uf01 (EditLine * e, int k) { return pwrapper(e,k,1); } ^^^^^^^^ Error 419: "EditLine.xs", line 33 # 'EditLine' is used as a type, but has not been defined as a type. static unsigned char uf02 (EditLine * e, int k) { return pwrapper(e,k,2); } ^^^^^^^^ Error 419: "EditLine.xs", line 34 # 'EditLine' is used as a type, but has not been defined as a type. static unsigned char uf03 (EditLine * e, int k) { return pwrapper(e,k,3); } ^^^^^^^^ Error 419: "EditLine.xs", line 35 # 'EditLine' is used as a type, but has not been defined as a type. static unsigned char uf04 (EditLine * e, int k) { return pwrapper(e,k,4); } ^^^^^^^^ Error 419: "EditLine.xs", line 36 # 'EditLine' is used as a type, but has not been defined as a type. static unsigned char uf05 (EditLine * e, int k) { return pwrapper(e,k,5); } ^^^^^^^^ Error 419: "EditLine.xs", line 37 # 'EditLine' is used as a type, but has not been defined as a type. static unsigned char uf06 (EditLine * e, int k) { return pwrapper(e,k,6); } ^^^^^^^^ Error 699: "EditLine.xs", line 37 # Error limit reached; halting compilation. static unsigned char uf06 (EditLine * e, int k) { return pwrapper(e,k,6); } ^^^^^^^^ make: *** [EditLine.o] Error 2