Boost logo

Boost-Build :

Subject: [Boost-build] Boost.Python build (config ?) error
From: Stefan Seefeld (stefan_at_[hidden])
Date: 2017-03-28 14:01:05


Hello,

I just tried building Boost.Python as part of the Boost meta-project
(using the develop branch), using the invocation

  ./bootstrap.sh

  ./b2 --with-python

resulting in

...

Building the Boost C++ Libraries.

    - 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
error: No best alternative for libs/python/build/boost_python3
    next alternative: required properties: <python>3.5
        not matched
    next alternative: required properties: <python>3.5
        not matched
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
error: No best alternative for libs/python/build/boost_python3
    next alternative: required properties: <python>3.5
        not matched
    next alternative: required properties: <python>3.5
        not matched

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 ?

Thanks,

        Stefan

-- 
      ...ich hab' noch einen Koffer in Berlin...

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