On HP-UX 10.20 with the HP 10.20 C compiler: $ ./gnulib-tool --test --with-tests stdint ... cc -Ae -DHAVE_CONFIG_H -I. -I../../gltests -I. -I../../gltests -I.. -I../../gltests/.. -I../gllib -I../../gltests/../gllib -g -c ../../gltests/test-stdint.c cpp: "test-stdint.c", line 249: warning 2012: Unrepresentable preprocessor number 1LL. cpp: "test-stdint.c", line 249: error 4038: Bad syntax for #if condition. *** Error exit code 1
The problem is the following: #if INTMAX_MIN && INTMAX_MAX && UINTMAX_MAX /* ok */ #else err or; #endif -- albert chin ([EMAIL PROTECTED])