Re: [C++-sig] building boost with custom python 3.5 installation

2016-07-06 Thread Stefan Seefeld
Hi Kovas, I suggest you send your question to the boost mailing list, where people with boost.build expertise may be able to help you. I have myself lost track of boost.build, and have therefore added a parallel build system using SCons. Using that you can build boost.python as a stand-alone libr

[C++-sig] building boost with custom python 3.5 installation

2016-07-06 Thread Kovas Palunas
Hi all, I'm trying to build boost.python with a custom python 3.5 installation in a custom directory. So far, I've been using the following sequence of commands and have not gotten a successful build. Are there any other things I have to tell boost in order for it to find all it needs properly?