$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-02-03 02:17:02
David Abrahams wrote:
> 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.
Or, V2 should be taught to use prebuilt parser/lexer when they are not
out-of-date. I need to do it anyway.
As for now, I'm afraid it's too late to change things in 1.31, so we'll have
to wait a bit.
- Volodya