Boost logo

Boost-Build :

From: David Abrahams (dave_at_[hidden])
Date: 2006-11-13 12:51:09


Roland Schwarz <roland.schwarz_at_[hidden]> writes:

> Now I have restored the file in tools/build/v2 to its pristine state,
> i.e. the only line:
> import toolset : using ;
>
> Nothing else configured ->> But no warnings at all!
>
> Is this expected?

If you use toolset=xxx or --toolset=xxx on the command-line, there
should be no warning. If not, you should see:

  warning: * No toolsets are configured.
  warning: * Configuring default toolset "gcc".
  warning: * If the default is wrong, you may not be able to
  warning: build C++ programs.
  warning: * Use the "--toolset=xxxxx" option to override our guess.
  warning: * Please consult the documentation at
  warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html
  warning: for more configuration options

-- 
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