On 03/04/2011 01:21 PM, Dagobert Michelsen wrote:
> 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

That points to a broken <stdint.h>, failing to declare INT64_C().  Can
you show the config.log results relating to where stdint.h is checked
for compliance, as well as see if there's anything obvious in the
contents of the gnulib replacement stdint.h that would explain why this
macro is not getting defined?

-- 
Eric Blake   [email protected]    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to