Not sure if it is the right thing to do, but when I have a custom build of 
Python 3.5 I have to go into the installation dir and create a symlink in the 
include directory from python3.5m to python3.5


-----Original Message-----
From: Cplusplus-sig 
[mailto:cplusplus-sig-bounces+eric.frederich=siemens....@python.org] On Behalf 
Of Stefan Seefeld
Sent: Wednesday, July 06, 2016 10:14 AM
To: cplusplus-sig@python.org
Subject: Re: [C++-sig] building boost with custom python 3.5 installation

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 library, against a pre-installed boost.
With that you specify the python version to use via `scons config 
--python=<the-python-executable>` from which all other flags will be deduced.
This is right now available in the 'develop' branch in 
https://github.com/boostorg/python, and should be merged into master in time 
for the next release.

HTH,
        Stefan

--

      ...ich hab' noch einen Koffer in Berlin...

_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
https://mail.python.org/mailman/listinfo/cplusplus-sig

This message and any attachments are solely for the use of intended recipients. 
The information contained herein may include trade secrets, protected health or 
personal information, privileged or otherwise confidential information. 
Unauthorized review, forwarding, printing, copying, distributing, or using such 
information is strictly prohibited and may be unlawful. If you are not an 
intended recipient, you are hereby notified that you received this email in 
error, and that any review, dissemination, distribution or copying of this 
email and any attachment is strictly prohibited. If you have received this 
email in error, please contact the sender and delete the message and any 
attachment from your system. Thank you for your cooperation
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
https://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to