bug-coreutils
[Top][All Lists]
Advanced

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

Current coreutils HEAD does not compile


From: Andreas Schwab
Subject: Current coreutils HEAD does not compile
Date: Mon, 18 Dec 2006 22:20:57 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.91 (gnu/linux)

With current coreutils HEAD (4e48b4ce334cb601dbbe2562e3aa410dc3ef3fba) I
get this compile error:

In file included from ///usr/include/inttypes.h:28,
                 from ./inttypes.h:25,
                 from ../../coreutils/lib/xstrtol.h:25,
                 from ../../coreutils/lib/xstrtol.c:32,
                 from ../../coreutils/lib/xstrtoimax.c:6:
./stdint.h:76:6: error: operator '&&' has no left operand
make[2]: *** [xstrtoimax.o] Error 1

This is because HAVE_SYS_BITYPES_H is never defined when
$gl_cv_header_working_stdint_h = yes.

There are also quite a few other substitutions in lib/stdint.h that where
expanded to empty instead of 0/1.

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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