Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11120: Problem compile with python 3 support.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-04-05 16:27:12
#11120: Problem compile with python 3 support.
-------------------------------+----------------------------
Reporter: tele | Owner:
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Building Boost
Version: Boost 1.57.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------------
Comment (by anonymous):
I tried also something
{{{
for local file_name in
glob.glob("{prefix}/include/python{version}*/Python.h".format(version=$(version),
prefix=$(prefix)))
# file_name = /usr/include/python3.4m/Python.h
includes ?= $(file_name)[:-9] ;
# includes ?= /usr/include/python3.4m ;
{
debug-message "Python$(version) path: $(file_name) ;
}
}}}
And also this is wrong and I don't know what is wrong inside this.
This is python jam , yes ?
Exist IDE for python jam ?
How can create fast script and test in python jam ?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11120#comment:16> 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