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-18 15:39:16


#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 steven_watanabe):

 The offending code in python.jam is

 {{{
         includes ?= $(prefix)/include/python$(version) ;
 }}}

 A better workaround is to edit project-config.jam to pass the correct
 include path explicitly.

 {{{
 using python : 3.4 : /usr : /usr/include/python3.4m ;
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11120#comment:9>
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