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, [EMAIL PROTECTED]
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."
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils