Re: Help with make and install

2016-09-12 Thread Balaco Baco
Strange errors. Check the lines and see what is there, as Test User said. Another possible solution: a few days ago I compiled and installed bison 2.4.1 without any problem. If the problem you showed is not easy to solve, try that version - this version is used in a book I am reading to learn

Why is there this warning?

2016-09-02 Thread Balaco Baco
Take the file [file.y], compile it to generate tab.[ch] files and the compile it (without linking) with gcc. It gives a warning in this step. Can fix this warning? Commands used and their output: $ bison -vd file.y $ gcc -Wall -c file.tab.c file.tab.c:1349: warning: implicit declaration o

Why is there this warning?

2016-09-02 Thread Balaco Baco
Take the file [file.y], compile it to generate tab.[ch] files and the compile it (without linking) with gcc. It gives a warning in this step. Can fix this warning? Commands used and their output: $ bison -vd file.y $ gcc -Wall -c file.tab.c file.tab.c:1349: warning: implicit declaration o

Re: Where is old documentation?

2016-08-15 Thread Balaco Baco
> >>> Now that I have built it, I > >>> wonder: was the pdf here all the time? (...) It is not. The folder > >>> /usr/share/doc/bison has no PDF. > >> > >> Install it using (with suitable permissions) ‘make install-pdf’ I think > >> it is. > > > > I installed bison with a DEB package ready for

Re: Where is old documentation?

2016-08-15 Thread Balaco Baco
> > Now that I have built it, I > > wonder: was the pdf here all the time? (...) It is not. The folder > > /usr/share/doc/bison has no PDF. > > Install it using (with suitable permissions) ‘make install-pdf’ I think > it is. > > I installed bison with a DEB package ready for my distro. It doe

Re: Where is old documentation?

2016-08-14 Thread Balaco Baco
> > ... But I need documentation for > > version 2.4.1. I could not find a way to get it from GNU pages. > > > > The documentation is included with the source. In bison-x.y.z/doc yo will > see: > - bison.texinfo. You can convert it to PDFwith ps2pdf (part of TeX). If > you > are > on Windows (as I

Where is old documentation?

2016-08-14 Thread Balaco Baco
I downloaded the pdf "Bison | The Yacc-compatible Parser Generator, 23 January 2015, Bison Version 3.0.4" from page http://www.gnu.org/software/bison/manual/ . But I need documentation for version 2.4.1. I could not find a way to get it from GNU pages. I found old versions of the software itself,