[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Build failure with gcc 4.7.2
From: |
Maoyin Sun |
Subject: |
Re: Build failure with gcc 4.7.2 |
Date: |
Mon, 3 Aug 2020 16:38:25 +0200 |
Thanks a lot! That's fast!
On Mon, Aug 3, 2020 at 7:53 AM Akim Demaille <akim@lrde.epita.fr> wrote:
> Hi Maoyin,
>
> > Le 2 août 2020 à 23:17, Maoyin Sun <simonmysun@gmail.com> a écrit :
> >
> > Hi there,
> >
> > I am trying to bootstrap Gentoo Prefix on a very old RHDL machine with
> gcc
> > 4.7.2. When compiling bison 3.7, it yields:
> >
> > ```
> > src/parse-simulation.c:64: error: redefinition of typedef 'parse_state'
> > src/parse-simulation.h:74: note: previous declaration of 'parse_state'
> was
> > here
> > ```
>
> Thanks for the report. I just addressed that! See
>
> https://lists.gnu.org/r/bison-patches/2020-08/msg00014.html
>
> Until there is a 3.7.2, please use this tarball instead:
>
> https://www.lrde.epita.fr/~akim/private/bison/bison-3.7.1.3-0a5bf.tar.gz
> https://www.lrde.epita.fr/~akim/private/bison/bison-3.7.1.3-0a5bf.tar.lz
> https://www.lrde.epita.fr/~akim/private/bison/bison-3.7.1.3-0a5bf.tar.xz
>
> Cheers!