On 2/24/06, Markus Schöpflin <markus.schoepflin@comsoft.de> wrote:

> warning: Python location is not configured
> warning: the Boost.Python library won't be built

You can configure this in your user-config.jam. For example:

using python : 2.4 : /opt/Python-2.4.1 ;

Excellent.  That got me past the Python error, but now I'm stuck here:

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).
error: Unable to find file or target named
error:     'test_exec_fail1.cpp'
error: referred from project at
error:     '../libs/test/test'

I think the v1 and v2 Jamfiles for Boost.Test are out of sync right now.


--
Caleb Epstein
caleb dot epstein at gmail dot com