bug-bison
[Top][All Lists]
Advanced

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

C++ example does not make from scratch


From: Kevin O'Gorman
Subject: C++ example does not make from scratch
Date: Thu, 7 Aug 2008 10:31:22 -0700 (PDT)

Re: bison-2.3, fresh download from gnu.org mirror.

The example calc++ obscures the procedure for making it because the
distribution includes and uses the bison and flex outputs rather than
generating them from the input files.

I checked this by doing ./configure, make, and make in examples/calc++,
all under script(1), and the resulting typescript contained no, zero, nada
occurrences of invoking bison or flex.

It would be much more helpful if it built from scratch, so that us normal
users could see the commands that are used to make it on our configuration.
As it is, I had to guess (often wrong) about what was the original input
and what was generated.

I'm gonna guess you just have to put a few more things in your 'make clean'
so that the derivative files are not distributed.

++ kevin



 Kevin O'Gorman, Ph.D.  (805) 756-2986(work)  mailto:address@hidden
Home Page: http://www.csc.calpoly.edu/~kogorman





reply via email to

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