help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mesa-dev] Mesa (master): glsl: do not use deprecated bison-keyword


From: Brian Paul
Subject: Re: [Mesa-dev] Mesa (master): glsl: do not use deprecated bison-keyword
Date: Thu, 23 May 2019 06:43:30 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

On 05/23/2019 02:48 AM, Erik Faye-Lund wrote:
On Wed, 2019-05-22 at 18:06 +0200, Akim Demaille wrote:
Hi Erik,

Le 22 mai 2019 à 08:54, Erik Faye-Lund <
address@hidden> a écrit :

I ended up reverting the change [from-%error-verbose to %define
parse.error verbose] , and I can't find an obcious way to
support both old and new versions with the same source file.

Well, you just disable warnings about deprecated features.
-Wno-deprecated.

The Android SDK also ships a pre-3.x version of Bison, so you're
not
the only one affected. Also, Chocolatey doesn't provide a new
enough
version of Bison for Windows either.

I would be interested in knowing why some distros lag.  Do you
happen to know why for some of them?


The only clear examples I know of are the Android SDK and Chocolatey.
As I said before, we mighit not have to use the bison version shipped
in the Android SDK, so perhaps that's fixable. And for Chocolatey, it
turns out they have a winflexbison pacakge and a winflexbison3 package,
and the latter has a more recent Bison version.

So looking at this again, it looks like it might be solveable, at least
in the cases where this is visible to me.

Brian: do you think VMWare cuold upgrade the Bison version used in the
forseeable future?

I could start to work on that. Getting new ancillary components into our build system is rather complex, but I've been through it a few times.

-Brian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]