Writing Makefile for Win32::Sound cp Sound.pm blib/lib/Win32/Sound.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 Sound.xs > Sound.xsc && mv Sound.xsc Sound.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.45\" -DXS_VERSION=\"0.45\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" Sound.c Error 112: "Sound.xs", line 16 # Include file not found. #include ^^^^^^^^^^^ Error 112: "Sound.xs", line 17 # Include file not found. #include ^^^^^^^^^^^^ Error 419: "Sound.xs", line 37 # 'DWORD' is used as a type, but has not been defined as a type. DWORD constant(char *name, int arg) { ^^^^^ Error 419: "Sound.xs", line 233 # 'BOOL' is used as a type, but has not been defined as a type. BOOL TranslateDevice(char * name, LPUINT type, LPUINT id) { ^^^^ Error 419: "Sound.xs", line 233 # 'LPUINT' is used as a type, but has not been defined as a type. BOOL TranslateDevice(char * name, LPUINT type, LPUINT id) { ^^^^^^ Error 419: "Sound.xs", line 233 # 'LPUINT' is used as a type, but has not been defined as a type. BOOL TranslateDevice(char * name, LPUINT type, LPUINT id) { ^^^^^^ Error 329: "Sound.xs", line 235 # Cannot dereference non-pointer object. *type = DEV_AUX; ^^^^ Error 329: "Sound.xs", line 236 # Cannot dereference non-pointer object. *id = atoi((char *) name+3); ^^ Error 329: "Sound.xs", line 240 # Cannot dereference non-pointer object. *type = DEV_MIXER; ^^^^ Error 329: "Sound.xs", line 241 # Cannot dereference non-pointer object. *id = atoi((char *) name+5); ^^ Error 329: "Sound.xs", line 245 # Cannot dereference non-pointer object. *type = DEV_WAVEIN; ^^^^ Error 329: "Sound.xs", line 246 # Cannot dereference non-pointer object. *id = atoi((char *) name+6); ^^ Error 699: "Sound.xs", line 246 # Error limit reached; halting compilation. *id = atoi((char *) name+6); ^^ make: *** [Sound.o] Error 2