Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lmad Writing Makefile for Audio::Mad cp lib/Audio/Mad/Util.pm blib/lib/Audio/Mad/Util.pm cp lib/Audio/Mad/Frame.pm blib/lib/Audio/Mad/Frame.pm cp lib/Audio/Mad/Dither.pm blib/lib/Audio/Mad/Dither.pm cp lib/Audio/Mad/Synth.pm blib/lib/Audio/Mad/Synth.pm cp Mad.pm blib/lib/Audio/Mad.pm cp lib/Audio/Mad/Stream.pm blib/lib/Audio/Mad/Stream.pm cp lib/Audio/Mad/Resample.pm blib/lib/Audio/Mad/Resample.pm cp lib/Audio/Mad/Timer.pm blib/lib/Audio/Mad/Timer.pm 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.6\" -DXS_VERSION=\"0.6\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" resample.c Error 112: "resample.c", line 3 # Include file not found. #include ^^^^^^^ Error 419: "resample.h", line 8 # 'mad_fixed_t' is used as a type, but has not been defined as a type. mad_fixed_t ratio; ^^^^^^^^^^^ Error 419: "resample.h", line 11 # 'mad_fixed_t' is used as a type, but has not been defined as a type. mad_fixed_t step; ^^^^^^^^^^^ Error 419: "resample.h", line 12 # 'mad_fixed_t' is used as a type, but has not been defined as a type. mad_fixed_t last; ^^^^^^^^^^^ Error 419: "resample.h", line 19 # 'mad_fixed_t' is used as a type, but has not been defined as a type. ruct mad_resample *, struct mad_resample_state *, unsigned int, mad_fixed_t const *, mad_fixed_t *); ^^^^^^^^^^^ Error 419: "resample.h", line 19 # 'mad_fixed_t' is used as a type, but has not been defined as a type. struct mad_resample_state *, unsigned int, mad_fixed_t const *, mad_fixed_t *); ^^^^^^^^^^^ Error 20: "resample.c", line 7 # ';' expected before 'const'. static mad_fixed_t const resample_table[9][9] = { ^^^^^ Error 172: "resample.c", line 129 # Undeclared variable 'MAD_F_ONE'. if ((mr->ratio = resample_table[oldi][newi]) == MAD_F_ONE) ^^^^^^^^^ Error 419: "resample.c", line 138 # 'mad_fixed_t' is used as a type, but has not been defined as a type. mple *mr, struct mad_resample_state *ms, unsigned int nsamples, mad_fixed_t const *old, mad_fixed_t *new) { ^^^^^^^^^^^ Error 419: "resample.c", line 138 # 'mad_fixed_t' is used as a type, but has not been defined as a type. ample_state *ms, unsigned int nsamples, mad_fixed_t const *old, mad_fixed_t *new) { ^^^^^^^^^^^ Error 419: "resample.c", line 139 # 'mad_fixed_t' is used as a type, but has not been defined as a type. mad_fixed_t const *end, *begin; ^^^^^^^^^^^ Error 172: "resample.c", line 150 # Undeclared variable 'MAD_F_ONE'. while (ms->step < MAD_F_ONE) { ^^^^^^^^^ Error 699: "resample.c", line 150 # Error limit reached; halting compilation. while (ms->step < MAD_F_ONE) { ^^^^^^^^^ make: *** [resample.o] Error 2