Checking if your kit is complete... Looks good Writing Makefile for Mac::AppleScript cp AppleScript.pm blib/lib/Mac/AppleScript.pm AutoSplitting blib/lib/Mac/AppleScript.pm (blib/lib/auto/Mac/AppleScript) /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 AppleScript.xs > AppleScript.xsc && mv AppleScript.xsc AppleScript.c Please specify prototyping behavior for AppleScript.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.04\" -DXS_VERSION=\"0.04\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" AppleScript.c Error 112: "AppleScript.xs", line 1 # Include file not found. #include ^^^^^^^^^^^^^^^^^ Error 419: "AppleScript.xs", line 15 # 'ComponentInstance' is used as a type, but has not been defined as a type. ComponentInstance theComponent; ^^^^^^^^^^^^^^^^^ Error 419: "AppleScript.xs", line 16 # 'AEDesc' is used as a type, but has not been defined as a type. AEDesc scriptTextDesc; ^^^^^^ Error 419: "AppleScript.xs", line 17 # 'AEDesc' is used as a type, but has not been defined as a type. AEDesc resultData; ^^^^^^ Error 419: "AppleScript.xs", line 18 # 'OSStatus' is used as a type, but has not been defined as a type. OSStatus err = noErr; ^^^^^^^^ Error 172: "AppleScript.xs", line 18 # Undeclared variable 'noErr'. OSStatus err = noErr; ^^^^^ Error 419: "AppleScript.xs", line 19 # 'OSAID' is used as a type, but has not been defined as a type. OSAID scriptID, resultID; ^^^^^ Error 172: "AppleScript.xs", line 24 # Undeclared variable 'typeNull'. AECreateDesc(typeNull, NULL, 0, &scriptTextDesc); ^^^^^^^^ Error 172: "AppleScript.xs", line 25 # Undeclared variable 'kOSANullScript'. scriptID = kOSANullScript; ^^^^^^^^^^^^^^ Error 172: "AppleScript.xs", line 26 # Undeclared variable 'kOSANullScript'. resultID = kOSANullScript; ^^^^^^^^^^^^^^ Error 172: "AppleScript.xs", line 30 # Undeclared variable 'typeAppleScript'. typeAppleScript); ^^^^^^^^^^^^^^^ Error 172: "AppleScript.xs", line 32 # Undeclared variable 'paramErr'. err = paramErr; ^^^^^^^^ Error 699: "AppleScript.xs", line 32 # Error limit reached; halting compilation. err = paramErr; ^^^^^^^^ make: *** [AppleScript.o] Error 2