octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #55613] Build failure with bison 3.3.1


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #55613] Build failure with bison 3.3.1
Date: Fri, 1 Feb 2019 11:25:30 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.81 Safari/537.36

Follow-up Comment #7, bug #55613 (project octave):

Right, this change doesn't alter the requirements of bison that we support at
all. To be clear, Octave currently requires bison 3.0 or newer to generate the
parser sources. This is a new requirement since 4.4, but was done about 6
months ago (https://hg.savannah.gnu.org/hgweb/octave/rev/e1c3d1c6e896). If a
user tries to build with any bison 2.x, configure will warn that it found
bison but it does not support the required syntax. This change simply adds the
-Wno-yacc option to bison's command line, which is supported by all versions
of bison that we already care about, and which fixes the bug here.

My earlier comment #3 about dropping the feature test entirely was when I
forgot or didn't remember we had already made the change 6 months ago to
require the new syntax.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55613>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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