Hi, I am trying to compile libidn 1.20 on Solaris 9 Sparc with Sun Studio 12 and I get a failing test in the gnulib-part (cc'ed bug-gnulib@ for this):
> DEPDIR=.deps depmode=none /bin/bash ../../build-aux/depcomp \ > /opt/SUNWspro/bin/cc -DHAVE_CONFIG_H -I. -I../.. -DIN_LIBIDN_GNULIB_TESTS=1 > -I. -I. -I../.. -I./../.. -I../../lib/gl -I./../../lib/gl -I/opt/csw/include > -D_REENTRANT -D_REENTRANT -xO3 -m32 -xarch=v8 -xnorunpath -c -o > test-stdint.o test-stdint.c > "test-stdint.c", line 63: warning: implicit function declaration: INT64_C > "test-stdint.c", line 63: non-constant initializer: op "CALL" > "test-stdint.c", line 83: warning: implicit function declaration: UINT64_C > "test-stdint.c", line 83: non-constant initializer: op "CALL" > "test-stdint.c", line 240: non-constant initializer: op "CALL" > "test-stdint.c", line 246: non-constant initializer: op "CALL" > "test-stdint.c", line 351: non-constant bit-field size > "test-stdint.c", line 353: non-constant bit-field size > cc: acomp failed for test-stdint.c > gmake[4]: *** [test-stdint.o] Error 2 I reported the same error on GNU SASL in December but didn't get any feedback: http://lists.gnu.org/archive/html/help-gsasl/2010-12/msg00002.html It would be nice if this issue could be resolved. Best regards -- Dago