What is the type of a signed 64 bit integer? [none] What is the type of a signed 32 bit integer? [int] Writing Makefile for Fingerprint::Rabin::Internal Writing Makefile for Fingerprint::Rabin cp Rabin.pm blib/lib/Fingerprint/Rabin.pm make[1]: Entering directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Fingerprint-Rabin/Internal' cp Internal.pm ../blib/lib/Fingerprint/Rabin/Internal.pm cc -c -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.1\" -DXS_VERSION=\"0.1\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" rabin64.c Warning 281: "rabin64.c", line 1318 # Static initializer is not a constant expression, performing runtime initialization. int_bytes_t x = { i }; ^ Warning 684: "rabin64.c", line 1319 # Integer constant 1099511627520 = 0xFFFFFFFF00 is out of range for type unsigned int word_t a0 = ((((word_t) (i)) >> 0) & ~(((word_t) -1) << 8)) ; ^^^^^^^^ Warning 684: "rabin64.c", line 1320 # Integer constant 1099511627520 = 0xFFFFFFFF00 is out of range for type unsigned int word_t a1 = ((((word_t) (i)) >> 8) & ~(((word_t) -1) << 8)) ; ^^^^^^^^ Warning 684: "rabin64.c", line 1321 # Integer constant 1099511627520 = 0xFFFFFFFF00 is out of range for type unsigned int word_t a2 = ((((word_t) (i)) >> 16) & ~(((word_t) -1) << 8)) ; ^^^^^^^^ Warning 684: "rabin64.c", line 1322 # Integer constant 1099511627520 = 0xFFFFFFFF00 is out of range for type unsigned int word_t a3 = ((((word_t) (i)) >> 24) & ~(((word_t) -1) << 8)) ; ^^^^^^^^ Warning 684: "rabin64.c", line 1349 # Integer constant 9223372034707292160 = 0x7FFFFFFF80000000 is out of range for type unsigned int const integer_t sign_extend = (((word_t) ((~((word_t) (0))))) << 31) ; ^^^^^^^^^^^^^^^^^^^^^^^^ Warning 942: "rabin64.c", line 1487 # Types 'const unsigned char *' and 'char *' are not assignment-compatible. return poly_extend_words_le (result, tmp, 4); ^^^ Warning 942: "rabin64.c", line 1493 # Types 'const unsigned char *' and 'char *' are not assignment-compatible. return poly_extend_words_be (result, tmp, 4); ^^^ Error 19: "rabin64.c", line 1689 # Unexpected 'inline'. inline fingerprint_t ^^^^^^ make[1]: *** [rabin64.o] Error 2 make[1]: Leaving directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Fingerprint-Rabin/Internal' make: *** [subdirs] Error 2