bug#44739: Version of Bison

2020-11-19 Thread Pádraig Brady
On 19/11/2020 13:25, mike wrote: I found that I needed to upgrade to Bison v3.7.4 to avoid a build error in stdlib.h where @GNULIB_POSIX_MEMALIGN@ has not been converted by Bison. The check in your bootstrap program allows for an older version of Bison to be used which fails to do the necessary c

bug#44739: Version of Bison

2020-11-19 Thread mike
I found that I needed to upgrade to Bison v3.7.4 to avoid a build error in stdlib.h where @GNULIB_POSIX_MEMALIGN@ has not been converted by Bison. The check in your bootstrap program allows for an older version of Bison to be used which fails to do the necessary conversion. Kind Regards, Mik