$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Disable Python / Boost.Regex Unicode warnings when running bjam
From: Christian Auby (christian_at_[hidden])
Date: 2010-01-28 09:10:25
--- WARNING: No python installation configured and autoconfiguration failed. See http://www.boost.org/libs/python/doc/building.html for configuration instructions or pass --without-python to suppress this message and silently skip all Boost.Python targets warning: Building Boost.Regex with the optional Unicode/ICU support disabled. note: Please refer to the Boost.Regex documentation for more information note: this is a strictly optional feature. --- I don't need either of these, so how would I turn off these warnings? Preferably in site-config.jam or user-config.jam as the project Jamroot.jam is used by other people as well. I'd rather not type --without-python on the command line every time build. thanks, Christian