David Abrahams wrote:
Presumably, the "no toolsets are configured" warning occurs because vc-8_0-tools.jam does not exist under tools/build/v2.
No, it's because you haven't set up user-config.jam or site-config.jam as described in http://tinyurl.com/6tsog
Please will you let me know exactly what steps are required to build with Boost.Build v2.
Unfortunately, I'm not 100% sure what's needed; Volodya, can you help out?
For Linux: 1. Add "using gcc ; " to user-config.jam 2. Go to boost root and run bjam install or bjam --with-thread install In fact, except for differences in specifying the toolset (see http://boost.org/boost-build2/doc/html/bbv2/advanced/differences_to_v1.html#...) the command line is the same as for V1: http://boost.org/more/getting_started.html#step5 HTH, Volodya