Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-09-06 13:47:51


On Thursday 06 September 2007 20:54:43 you wrote:
> hi, ghost
> thank u very much for your reply
> I've added a line in
> G:\source\boostGraphPython\boost-build.jam:
>
> boost-build E:\\etude\\boost_1_34_1\\tools\\build\\v2 ;
>
> but bjam.exe gives me:
>
> ERROR: Python not configured: cannot build BGL-Python bindings
> ...found 1 target...
>
> i have python in:
> D:\Python25
>
> according to the doc, it seems Boost.Build is able to autoconfigure the
> python path,no?

I'm afraid I don't know. The location of D:\Python25 does not seem
very standard for me, and I don't know how Python autoconfiguration works.

>
> or i must to add : using python; in my
> E:\etude\boost_1_34_1\tools\build\v2\user-config.jam ?

I would even suggest specifying python version and installation directory
explicitly.

        using python : 2.5 : D:\\Python25\\bin\\python ;

> спасибо!

You're welcome.

- Volodya


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