Boost logo

Boost :

Subject: Re: [boost] Can't build in status?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2016-02-27 12:26:36


AMDG

On 02/27/2016 09:59 AM, John Maddock wrote:
>
>> Is python initialized more than once, somehow?
>
> I see Boost.Python has it's own:
>
> using python ;
>
> in at least 2 Jamfiles, do these conflict?
>

  They aren't supposed to, because they're
guarded by [ python.configured ], but it
seems that you're hitting a combination
of two bugs in python.jam.
- Your python installation is not being correctly detected.
- Failed configuration leaves python.jam in an invalid state.

In Christ,
Steven Watanabe


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk