make_ztxt home direcotry [/Install/unpacked/makeztxt-1.60]: Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lztxt Writing Makefile for Palm::Ztxt cp Ztxt.pm blib/lib/Palm/Ztxt.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 Ztxt.xs > Ztxt.xsc && mv Ztxt.xsc Ztxt.c cc -c -I. -I/Install/unpacked/makeztxt-1.60 -I/Install/unpacked/makeztxt-1.60/libztxt -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.90\" -DXS_VERSION=\"0.90\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" Ztxt.c Error 112: "Ztxt.xs", line 6 # Include file not found. #include ^^^^^^^^ Error 419: "Ztxt.xs", line 15 # 'ztxt' is used as a type, but has not been defined as a type. ztxt* db; ^^^^ Error 20: "Ztxt.xs", line 19 # ';' expected before '*'. static ztxt * extract_db (ztxt_sv) ^ Error 419: "Ztxt.xs", line 35 # 'ztxt' is used as a type, but has not been defined as a type. return (ztxt *)SvPVX(*db); ^^^^ Error 172: "Ztxt.xs", line 60 # Undeclared variable 'db'. ztxt *db; ^^ Error 172: "Ztxt.xs", line 66 # Undeclared variable 'db'. db = ztxt_init(); ^^ Error 172: "Ztxt.xs", line 69 # Undeclared variable 'db'. SvPVX(sv) = (char *)db; ^^ Error 172: "Ztxt.xs", line 76 # Undeclared variable 'db'. ztxt_set_data(db," ",2); /*If data < 2 segfault! on process*/ ^^ Error 172: "Ztxt.xs", line 77 # Undeclared variable 'db'. ztxt_set_title(db,""); ^^ Error 172: "Ztxt.xs", line 78 # Undeclared variable 'db'. RETVAL = (int)db; ^^ Error 172: "Ztxt.xs", line 88 # Undeclared variable 'db'. ztxt *db; ^^ Error 172: "Ztxt.xs", line 89 # Undeclared variable 'db'. db = extract_db(self); ^^ Error 699: "Ztxt.xs", line 89 # Error limit reached; halting compilation. db = extract_db(self); ^^ make: *** [Ztxt.o] Error 2