Boost logo

Boost-Build :

From: Robert Ramey (ramey_at_[hidden])
Date: 2007-08-06 16:29:15


My current Jamfile.v2 to build the serialization library contains:

project boost/serialization
: source-location ../src
: requirements <dependency>../../config/test//BOOST_NO_STD_LOCALE
: usage-requirements <dependency>../../config/test//BOOST_NO_STD_LOCALE
;

So that not time will be wasted in building and testing the library on
systems
which cannot run it.

I've used the dependency idea in other places to elminate build and test
of the wchar version of the library on platforms which don't support it and
have been very pleased with the results.

However, I notice a lot of uninteresting output on my screen and
I can't figure out why its there and how to suppress it?

As always, any ideas appreciated.

Robert Ramey

config/no_using_decl_overld_fail, compile_fail,
libs/config/test/no_using_decl_o
verld_fail.cpp
config/no_using_decl_overld_pass, run,
libs/config/test/no_using_decl_overld_pas
s.cpp
config/no_using_template_fail, compile_fail,
libs/config/test/no_using_template_
fail.cpp
config/no_using_template_pass, run,
libs/config/test/no_using_template_pass.cpp
config/no_void_returns_fail, compile_fail,
libs/config/test/no_void_returns_fail
.cpp
config/no_void_returns_pass, run, libs/config/test/no_void_returns_pass.cpp
config/no_wchar_t_fail, compile_fail, libs/config/test/no_wchar_t_fail.cpp
config/no_wchar_t_pass, run, libs/config/test/no_wchar_t_pass.cpp


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