Checking if your kit is complete... Looks good Writing Makefile for OS2::Proc cp Proc.pm blib/lib/OS2/Proc.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 Proc.xs > Proc.xsc && mv Proc.xsc Proc.c Please specify prototyping behavior for Proc.xs (see perlxs manual) 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=\"0.02\" -DXS_VERSION=\"0.02\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" Proc.c Error 112: "Proc.xs", line 4 # Include file not found. #include ^^^^^^^ Error 419: "Proc.xs", line 15 # 'PQTOPLEVEL' is used as a type, but has not been defined as a type. PQTOPLEVEL top; ^^^^^^^^^^ Error 419: "Proc.xs", line 16 # 'PQPROCESS' is used as a type, but has not been defined as a type. PQPROCESS procdata; ^^^^^^^^^ Error 419: "Proc.xs", line 17 # 'PQTHREAD' is used as a type, but has not been defined as a type. PQTHREAD threads; ^^^^^^^^ Error 419: "Proc.xs", line 18 # 'PQMODULE' is used as a type, but has not been defined as a type. PQMODULE moddata; ^^^^^^^^ Error 419: "Proc.xs", line 21 # 'ULONG' is used as a type, but has not been defined as a type. ULONG rc; ^^^^^ Error 172: "Proc.xs", line 27 # Undeclared variable 'QSS_PROCESS'. top = get_sysinfo( pid, (flags & 1 ? QSS_PROCESS : 0) ^^^^^^^^^^^ Error 185: "Proc.xs", line 46 # Left side of '->' requires a pointer to struct; type found was 'int'. procdata = top->procdata; ^^^ Error 185: "Proc.xs", line 47 # Left side of '->' requires a pointer to struct; type found was 'int'. while (procdata && procdata->rectype == 0x01) { ^^^^^^^^ Error 185: "Proc.xs", line 56 # Left side of '->' requires a pointer to struct; type found was 'int'. av_push(proc_av, newSViv(procdata->pid)); ^^^^^^^ Error 185: "Proc.xs", line 57 # Left side of '->' requires a pointer to struct; type found was 'int'. av_push(proc_av, newSViv(procdata->ppid)); ^^^^^^^ Error 185: "Proc.xs", line 58 # Left side of '->' requires a pointer to struct; type found was 'int'. av_push(proc_av, newSViv(procdata->type)); ^^^^^^^ Error 699: "Proc.xs", line 58 # Error limit reached; halting compilation. av_push(proc_av, newSViv(procdata->type)); ^^^^^^^ make: *** [Proc.o] Error 2