From: Globe T. <its...@ya...> - 2019-03-04 16:47:42
|
On Monday, March 4, 2019, 7:18:01 AM CST, Ralph Corderoy <ra...@in...> wrote: Hi Globe, > > It's from yacc(1), which may be provided by bison(1) on your system. > > I'm guessing `%destructor' is not understood by your yacc or bison. > > Thanks! How do I fix it? Matthias has since said bison is required so have ./configure prefer bison over byacc. I now see README.git says bison is required. Arguably, the configure script shouldn't settle for byacc if it's not suitable. If ./configure doesn't allow that, then consider temporarily uninstalling the byacc package. -- Cheers, Ralph. Thanks! I will try this. The installation instructions from the github download said that I should have a working yacc so I installed it. It appears to not be needed. I will correct this and test. Thanks again! |