Checking if your kit is complete... Looks good Writing Makefile for PowerBuilder::ORCA cp ORCA.pm blib/lib/PowerBuilder/ORCA.pm AutoSplitting blib/lib/PowerBuilder/ORCA.pm (blib/lib/auto/PowerBuilder/ORCA) /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 ORCA.xs > ORCA.xsc && mv ORCA.xsc ORCA.c Please specify prototyping behavior for ORCA.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.05\" -DXS_VERSION=\"0.05\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" ORCA.c Error 112: "ORCA.xs", line 12 # Include file not found. #include ^^^^^^^^^^^ Error 112: "ORCA.xs", line 14 # Include file "pborca.h" not found. #include "pborca.h" ^^^^^^^^^^ Error 419: "ORCA.xs", line 21 # 'LPTSTR' is used as a type, but has not been defined as a type. LPTSTR lpszCompanyName; ^^^^^^ Error 419: "ORCA.xs", line 22 # 'LPTSTR' is used as a type, but has not been defined as a type. LPTSTR lpszProductName; ^^^^^^ Error 419: "ORCA.xs", line 23 # 'LPTSTR' is used as a type, but has not been defined as a type. LPTSTR lpszDescription; ^^^^^^ Error 419: "ORCA.xs", line 24 # 'LPTSTR' is used as a type, but has not been defined as a type. LPTSTR lpszCopyright; ^^^^^^ Error 419: "ORCA.xs", line 25 # 'LPTSTR' is used as a type, but has not been defined as a type. LPTSTR lpszFileVersion; ^^^^^^ Error 419: "ORCA.xs", line 26 # 'LPTSTR' is used as a type, but has not been defined as a type. LPTSTR lpszFileVersionNum; ^^^^^^ Error 419: "ORCA.xs", line 27 # 'LPTSTR' is used as a type, but has not been defined as a type. LPTSTR lpszProductVersion; ^^^^^^ Error 419: "ORCA.xs", line 28 # 'LPTSTR' is used as a type, but has not been defined as a type. LPTSTR lpszProductVersionNum; ^^^^^^ Error 172: "ORCA.xs", line 68 # Undeclared variable 'PBORCA_APPLICATION'. return PBORCA_APPLICATION; ^^^^^^^^^^^^^^^^^^ Error 172: "ORCA.xs", line 70 # Undeclared variable 'PBORCA_DATAWINDOW'. return PBORCA_DATAWINDOW; ^^^^^^^^^^^^^^^^^ Error 699: "ORCA.xs", line 70 # Error limit reached; halting compilation. return PBORCA_DATAWINDOW; ^^^^^^^^^^^^^^^^^ make: *** [ORCA.o] Error 2