Boost logo

Boost-Build :

Subject: Re: [Boost-build] Boost.Python build (config ?) error
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2017-03-28 14:55:33


AMDG

On 03/28/2017 08:01 AM, Stefan Seefeld via Boost-build wrote:
> <snip>
> - symlinks supported : yes (cached)
> error: No best alternative for libs/python/build/boost_python
> next alternative: required properties: <python>2.7
> matched
> next alternative: required properties: <python>2.7
> matched
> <snip>
>
> My ~/user-config.jam file contains
>
>
> using python : 2.7 ;
> using python : 3.5 : python3 : /usr/include/python3.5m :
> /usr/lib64/libpython3.5m.so ;
>
> Any idea what is wrong ?
>

  Run b2 with --debug-configuration. My first guess is that
python is being initialized twice. --debug-configuration
should show where the other initialization is coming from.

In Christ,
Steven Watanabe


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