|
Boost-Build : |
From: David Abrahams (dave_at_[hidden])
Date: 2004-02-02 13:32:48
"Victor A. Wagner, Jr." <vawjr_at_[hidden]> writes:
> I still get complaints using either the latest OR the rc_1_31_0 label when
> building boost
> specifically, I get complaints about bison.....
> WHY does some part of the build require bison??
It does not.
The only bison dependency is in the build script for bjam itself, and
even then it shouldn't be using bison unless you have an incomplete
checkout (missing jamgram.c or jamgram.h) AND bison is in the path.
Otherwise, you are using the Makefile in libs/graph/src directly (not
part of the Boost build) or you're building with BBv2, which is not
officially supported yet. The Jamfile.v2 in the boost root should not
build-project libs/graph/build ;
because that Jamfile builds optional graphvis components that require
bison.
-- Dave Abrahams Boost Consulting www.boost-consulting.com
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk