bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreutils 6.3 on Tru64 - just plain broken, or...?


From: mwoehlke
Subject: Re: coreutils 6.3 on Tru64 - just plain broken, or...?
Date: Mon, 09 Oct 2006 10:02:13 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060909 Thunderbird/1.5.0.7 Mnenhy/0.7.4.0

Paul Eggert wrote:
mwoehlke <address@hidden> writes:
source='xstrtoimax.c' object='xstrtoimax.o' libtool=no \
        DEPDIR=.deps depmode=tru64 /usr/bin/posix/sh ../build-aux/depcomp \
        cc -std  -I. -I. -I.   -I/home/install/gnu/alpha_osf/include -g -c 
xstrtoimax.c
cc: Warning: ./config.h, line 1741: The redefinition of the macro
"intmax_t" conflicts with a current definition because the replacement
lists differ.  The redefinition is now in effect. (macroredef)
#define intmax_t long long
-----------------^

I think I see the problem now; you can't include <config.h>, then
<inttypes.h>, then <config.h>, due to <config.h> having some
semi-obsolescent definitions of intmax_t (due to gettext not yet
upgrading to assume inttypes.h).

I installed this into gnulib to fix things:

[patch snipped]

Sounds good, thanks!

--
Matthew
"Try to bring it back in one piece this time." -- Q (MI6)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]