bug-gnulib
[Top][All Lists]
Advanced

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

Compile problem on HP-UX 10.20 with test-stdint.c


From: Albert Chin
Subject: Compile problem on HP-UX 10.20 with test-stdint.c
Date: Fri, 20 Jun 2008 17:26:18 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

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 (address@hidden)




reply via email to

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