Hi, I am trying to compile the most recent bison 3.4.2 on Solaris 10 Sparc and i386 with Sun Studio and get the error
CC src/bison-state.o "./lib/inttypes.h", line 61: #error: "This file assumes that 'int' has exactly 32 bits. Please report your platform and compiler to <bug-gnulib@gnu.org>." cc: acomp failed for src/state.c gmake[2]: *** [Makefile:7088: src/bison-state.o] Error 2 I guess nowadays int is always 64 bit and probably GNUlib has not been updated. Or is this a different issue? Best regards — Dago