On 7/1/07, Joel E. Denny <[EMAIL PROTECTED]> 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.