Checking if your kit is complete... Looks good Note (probably harmless): No library found for -laspell Writing Makefile for Text::Aspell cp Aspell.pm blib/lib/Text/Aspell.pm /home/cpanrun/ia64/build/5.8.2/bin/perl /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -noprototypes -typemap /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/ExtUtils/typemap -typemap typemap Aspell.xs > Aspell.xsc && mv Aspell.xsc Aspell.c 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.09\" -DXS_VERSION=\"0.09\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" Aspell.c Error 112: "Aspell.xs", line 4 # Include file not found. #include ^^^^^^^^^^ Error 419: "Aspell.xs", line 9 # 'AspellCanHaveError' is used as a type, but has not been defined as a type. AspellCanHaveError *ret; ^^^^^^^^^^^^^^^^^^ Error 419: "Aspell.xs", line 10 # 'AspellSpeller' is used as a type, but has not been defined as a type. AspellSpeller *speller; ^^^^^^^^^^^^^ Error 419: "Aspell.xs", line 11 # 'AspellConfig' is used as a type, but has not been defined as a type. AspellConfig *config; ^^^^^^^^^^^^ Error 172: "Aspell.xs", line 19 # Undeclared variable 'AspellCanHaveError'. AspellCanHaveError *ret; ^^^^^^^^^^^^^^^^^^ Error 172: "Aspell.xs", line 21 # Undeclared variable 'ret'. ret = new_aspell_speller(self->config); ^^^ Error 172: "Aspell.xs", line 24 # Undeclared variable 'ret'. if ( (self->errnum = aspell_error_number(ret) ) ) ^^^ Error 172: "Aspell.xs", line 26 # Undeclared variable 'ret'. strncpy(self->lastError, aspell_error_message(ret), MAX_ERRSTR_LEN); ^^^ Error 172: "Aspell.xs", line 36 # Undeclared variable 'ret'. self->speller = to_aspell_speller(ret); ^^^ Warning 942: "Aspell.xs", line 37 # Types 'int *' and 'int' are not assignment-compatible. self->config = aspell_speller_config(self->speller); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 942: "Aspell.xs", line 63 # Types 'int *' and 'int' are not assignment-compatible. RETVAL->config = new_aspell_config(); ^^^^^^^^^^^^^^^^^^^ Error 172: "Aspell.xs", line 100 # Undeclared variable 'AspellKeyInfoEnumeration'. AspellKeyInfoEnumeration * key_list; ^^^^^^^^^^^^^^^^^^^^^^^^ Error 20: "Aspell.xs", line 101 # ';' expected before '*'. const AspellKeyInfo * entry; ^ Error 172: "Aspell.xs", line 101 # Undeclared variable 'entry'. const AspellKeyInfo * entry; ^^^^^ Error 699: "Aspell.xs", line 101 # Error limit reached; halting compilation. const AspellKeyInfo * entry; ^^^^^ make: *** [Aspell.o] Error 2