
On Wed, 28 Jun 2006 00:03:33 -0400 David Abrahams <dave@boost-consulting.com> wrote:
"Andy Little" <andy@servocomm.freeserve.co.uk> writes:
Whenever I invoke bjam I get this first:
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).
Thanks Bjam. You know what? I really don't care!
Got anything constructive to say about it?
Compilers allow you to disable a warning if you don't want it. The build should do the same. How about a command line, or config file, where I can stick in -Wno-python-not-configured -Wno-regex-unicode-disabled or something, so I can make it be quiet...