Error compiling bison 3.4.2 on Solaris

2019-10-14 Thread Dagobert Michelsen
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 ." cc: acomp fai

[PATCH] update-copyright: allow en dashes in year ranges

2019-10-14 Thread Paul Eggert
* build-aux/update-copyright: Match year ranges like "1998--2019", which are used in the Autoconf manual. --- ChangeLog | 6 ++ build-aux/update-copyright | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d27674fa6..ae7adbbd5 100

[PATCH] update-copyright: use en dashes in .texi ranges * build-aux/update-copyright: Update ranges in .tex, .texi, and .texinfo files to use en dashes instead of hyphens.

2019-10-14 Thread Paul Eggert
--- ChangeLog | 6 -- build-aux/update-copyright | 14 -- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index ae7adbbd5..db63a4be0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ 2019-10-14 Paul Eggert -

Re: Error compiling bison 3.4.2 on Solaris

2019-10-14 Thread Paul Eggert
On 10/14/19 1:32 AM, Dagobert Michelsen wrote: I guess nowadays int is always 64 bit No, it's 32 bits on that platform. 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 6