Checking if your kit is complete... Looks good Note (probably harmless): No library found for -logg Note (probably harmless): No library found for -lvorbis Note (probably harmless): No library found for -lvorbisfile Writing Makefile for Ogg::Vorbis cp Vorbis.pm blib/lib/Ogg/Vorbis.pm AutoSplitting blib/lib/Ogg/Vorbis.pm (blib/lib/auto/Ogg/Vorbis) /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -typemap /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/ExtUtils/typemap -typemap typemap Vorbis.xs > Vorbis.xsc && mv Vorbis.xsc Vorbis.c cc -c -I/usr/local/include/vorbis -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +DD64 -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-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" Vorbis.c Error 112: "Vorbis.xs", line 5 # Include file not found. #include ^^^^^^^^^^^^^^^^^^^^^ Warning 612: "Vorbis.xs", line 25 # Label 'not_there' has no uses. not_there: ^^^^^^^^^^ Error 419: "Vorbis.xs", line 44 # 'OggVorbis_File' is used as a type, but has not been defined as a type. RETVAL = (OggVorbis_File*) malloc(sizeof(OggVorbis_File)); ^^^^^^^^^^^^^^ Error 172: "Vorbis.c", line 83 # Undeclared variable 'OggVorbis_File'. OggVorbis_File * RETVAL; ^^^^^^^^^^^^^^ Error 172: "Vorbis.xs", line 44 # Undeclared variable 'RETVAL'. RETVAL = (OggVorbis_File*) malloc(sizeof(OggVorbis_File)); ^^^^^^ Error 172: "Vorbis.c", line 88 # Undeclared variable 'RETVAL'. sv_setref_pv(ST(0), "Ogg::Vorbis", (void*)RETVAL); ^^^^^^^^^^^^ Error 172: "Vorbis.c", line 107 # Undeclared variable 'OggVorbis_File'. OggVorbis_File * self; ^^^^^^^^^^^^^^ Error 419: "Vorbis.c", line 111 # 'OggVorbis_File' is used as a type, but has not been defined as a type. self = (OggVorbis_File *) tmp; ^^^^^^^^^^^^^^ Error 172: "Vorbis.c", line 111 # Undeclared variable 'self'. self = (OggVorbis_File *) tmp; ^^^^ Error 172: "Vorbis.xs", line 52 # Undeclared variable 'self'. safefree(self); ^^^^ Error 172: "Vorbis.c", line 135 # Undeclared variable 'OggVorbis_File'. OggVorbis_File * self; ^^^^^^^^^^^^^^ Error 419: "Vorbis.c", line 141 # 'OggVorbis_File' is used as a type, but has not been defined as a type. self = (OggVorbis_File *) tmp; ^^^^^^^^^^^^^^ Error 172: "Vorbis.c", line 141 # Undeclared variable 'self'. self = (OggVorbis_File *) tmp; ^^^^ Error 699: "Vorbis.c", line 141 # Error limit reached; halting compilation. self = (OggVorbis_File *) tmp; ^^^^ make: *** [Vorbis.o] Error 2