Writing Makefile for Crypt::securid cp securid.pm blib/lib/Crypt/securid.pm cp SecurID.pm blib/lib/Crypt/SecurID.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.04\" -DXS_VERSION=\"0.04\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" sid.c Error 20: "sid.c", line 33 # ';' expected before 'unsigned'. static __inline__ unsigned char ror8 (const unsigned char x, const int n) { ^^^^^^^^ Error 20: "sid.c", line 36 # ';' expected before 'unsigned'. static __inline__ unsigned long long rol64 ( ^^^^^^^^ Error 20: "sid.c", line 42 # ';' expected before 'unsigned'. static __inline__ unsigned long long bswap64 (const unsigned long long x) { ^^^^^^^^ Warning 942: "sid.c", line 81 # Types 'char *' and 'unsigned char *' are not assignment-compatible. securid_expand_data_to_1_bit_per_byte (*data, bit_data); ^^^^^^^^ Warning 942: "sid.c", line 82 # Types 'char *' and 'unsigned char *' are not assignment-compatible. securid_expand_key_to_4_bit_per_byte (key, hex_key); ^^^^^^^ make: *** [sid.o] Error 2