Checking if your kit is complete... Looks good Writing Makefile for Filesys::Statfs cp Statfs.pm blib/lib/Filesys/Statfs.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 -typemap typemap Statfs.xs > Statfs.xsc && mv Statfs.xsc Statfs.c Please specify prototyping behavior for Statfs.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.01\" -DXS_VERSION=\"0.01\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" Statfs.c Error 112: "Statfs.xs", line 8 # Include file not found. #include ^^^^^^^^^^^^^^ Error 628: "Statfs.xs", line 21 # "statfs st" ["Statfs.xs", line 21] cannot be defined to have an incomplete type. Statfs st; ^^ Error 359: "Statfs.xs", line 27 # The expression on the left side of the '->' (arrow member access operator) must be a pointer to completed struct object type; the type of the left side is 'statfs *' and 'struct statfs' has not been defined yet. PUSHs(sv_2mortal(newSViv(st_ptr->f_type))); ^^^^^ Error 359: "Statfs.xs", line 28 # The expression on the left side of the '->' (arrow member access operator) must be a pointer to completed struct object type; the type of the left side is 'statfs *' and 'struct statfs' has not been defined yet. PUSHs(sv_2mortal(newSViv(st_ptr->f_bsize))); ^^^^^ Error 359: "Statfs.xs", line 29 # The expression on the left side of the '->' (arrow member access operator) must be a pointer to completed struct object type; the type of the left side is 'statfs *' and 'struct statfs' has not been defined yet. PUSHs(sv_2mortal(newSViv(st_ptr->f_blocks))); ^^^^^ Error 359: "Statfs.xs", line 30 # The expression on the left side of the '->' (arrow member access operator) must be a pointer to completed struct object type; the type of the left side is 'statfs *' and 'struct statfs' has not been defined yet. PUSHs(sv_2mortal(newSViv(st_ptr->f_bfree))); ^^^^^ Error 359: "Statfs.xs", line 31 # The expression on the left side of the '->' (arrow member access operator) must be a pointer to completed struct object type; the type of the left side is 'statfs *' and 'struct statfs' has not been defined yet. PUSHs(sv_2mortal(newSViv(st_ptr->f_bavail))); ^^^^^ Error 359: "Statfs.xs", line 32 # The expression on the left side of the '->' (arrow member access operator) must be a pointer to completed struct object type; the type of the left side is 'statfs *' and 'struct statfs' has not been defined yet. PUSHs(sv_2mortal(newSViv(st_ptr->f_files))); ^^^^^ Error 359: "Statfs.xs", line 33 # The expression on the left side of the '->' (arrow member access operator) must be a pointer to completed struct object type; the type of the left side is 'statfs *' and 'struct statfs' has not been defined yet. PUSHs(sv_2mortal(newSViv(st_ptr->f_ffree))); ^^^^^ make: *** [Statfs.o] Error 2