$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-01-13 05:48:32
Vladimir Prus wrote:
> Jürgen Hunold wrote:
>
>>Hi,
>>
>>I'm following the discussion about bjam v2 for quite a while and
>>have been playing around with it. But now I'm not able to compile
>>boost using the v2 rule.
>>bjam says:
>
> The conclustion is that I'm about to fix the problem right now.
Done. Please update, read newly added comments in top-level Jamfile.v2
and try again.
After that you might try to cd into
libs/date_time/examples/gregorian
and run the same command "bjam --v2 link=static" there. Two examples
won't compile (not Boost.Build fault, I think), but others can be
even run, e.g.
bin/gcc/debug/link-static/main-target-days_till_new_year/days_till_new_year
Days till new year: 353
I've discovered a bug along the way, which prevents Boost.Thread example from
building. I'll fix it later today, or tomorrow.
- Volodya