Re: [Boost-bugs] [Boost C++ Libraries] #11120: Problem compile with python 3 support.

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11120: Problem compile with python 3 support.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-03-19 11:35:20


#11120: Problem compile with python 3 support.
-------------------------------+---------------------
  Reporter: tele | Owner:
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: None
   Version: Boost 1.57.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+---------------------

Comment (by tele):

 I don't know python however:

 {{{
         if not($(prefix)/include/python$(version)m)
         {
            debug-message "Used include path:
 $(prefix)/include/python$(version)m" ;
            includes ?= $(prefix)/include/python$(version)m ;
         }
         else
         {
            debug-message "Used include path:
 $(prefix)/include/python$(version)" ;
            includes ?= $(prefix)/include/python$(version) ;
         }

         local lib = $(exec-prefix)/lib ;
         libraries ?= $(lib)/python$(version)/config $(lib) ;
 }}}

 I tried add before " path.glob $(prefix)/include : python$(version)* "
 but python libs missed ( libboost_python ) and I con not find error.

 Anyone will update python support ?[[BR]]
 I ask because I see ./bootstrap.sh can add only 1 python version to
 project-config.jam

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11120#comment:12>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:18 UTC