From: Ralph C. <ra...@in...> - 2019-03-04 13:18:07
|
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. |