$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Phillip Seaver (phil_at_[hidden])
Date: 2006-09-06 08:22:14
СеÑгей ÐиÑенко wrote:
> I can`t build Boost on MacOSX. I have bjam installed.
>
> Running it in boost root dir, I get some error messages.
>
> 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).
>
> notice: could not find main target cwpro8
> notice: assuming it's a name of file to create
It sounds like you haven't set up boost-build.
http://www.boost.org/doc/html/bbv2/installation.html
If you've already done that, "bjam --debug-configuration" may help you
figure out why it's not working as you expect.
Phillip