
1. Can I avoid following messages from bjam output? My jamfile has nothing to do with either Python or Regex and toolset doesn't seems to be required warning: Python location is not configured warning: the Boost.Python library won't be built Building Boost.Regex with the optional Unicode/ICU support disabled. Please refer to the Boost.Regex documentation for more information (and if you don't know what ICU is then you probably don't need it). warning: No toolsets are configured. warning: Configuring default toolset "msvc". warning: If the default is wrong, you may not be able to build C++ programs. warning: Use the "--toolset=xxxxx" option to override our guess. warning: For more configuration options, please consult warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html 2. classname/function references I am getting following errors: Cannot find function named 'boost::bind' Cannot find class named 'boost::function' is it expected? 3. How boostbook function element is different from docbook ? 4 Which element should I use to generate simple function specification? Gennadiy