bug-gnulib
[Top][All Lists]
Advanced

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

Re: inttypes.h error for Bison


From: James Youngman
Subject: Re: inttypes.h error for Bison
Date: Sun, 1 Jul 2007 23:54:40 +0100

On 7/1/07, Joel E. Denny <address@hidden> wrote:
I get this error for C++ test cases in Bison from CVS:

% uname -a
Linux slackware 2.6.13 #1 Sat Sep 3 21:11:20 PDT 2005 i686 unknown unknown
GNU/Linux

% g++ --version
g++ (GCC) 4.1.0

Thanks for the detailed bug report; what are the values of these C
proprocessor macros on your system when you use the same set of
compiler options as you were using to build Bison?

INT_MIN
INT_MAX
INT32_MIN
INT32_MAX

In Gnulib's lib/inttypes_.h, if I change all occurrences of INTTYPES_H to
_INTTYPES_H, which is the macro used in /usr/include/inttypes.h, all Bison
test cases pass again.

Thanks,
James.




reply via email to

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