Re: [C++-sig] Compile C++ to python extension

2015-04-24 Thread Stefan Seefeld
On 23/04/15 04:28 AM, Quentin Blanchon wrote: > Hi, > I'm trying to compile C++ class to a python module extension. > I found a way > here: > http://www.boost.org/doc/libs/1_52_0/libs/python/doc/building.html#configuring-boost-build > > but it doesn't work with versions after boost_1_54, because >

[C++-sig] Compile C++ to python extension

2015-04-24 Thread Quentin Blanchon
Hi, I'm trying to compile C++ class to a python module extension. I found a way here: http://www.boost.org/doc/libs/1_52_0/libs/python/doc/building.html#configuring-boost-build but it doesn't work with versions after boost_1_54, because /tools/build/v2 doesn't exist. I need help to do this with la