Boost logo

Boost-Build :

Subject: Re: [Boost-build] Boost.Python build (config ?) error
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2017-03-29 13:31:30


AMDG

On 03/29/2017 02:59 AM, Sophonet via Boost-build wrote:
> <snip>
> Example: I have python 3.5 and python 3.6 installed on my system
> (conda). My user-config.jam looks like this (note: 3.5 is first):
>
>
> using python : 3.5 : C:/Miniconda3/envs/py35/python.exe
> : #includes
> : #libs
> : <address-model>64 ;
> using python : 3.6 : C:/Miniconda3/envs/py36/python.exe
> : #includes
> : #libs
> : <address-model>64 ;
>
> <snip>
>

  The Boost.Python Jamfile seems to be written assuming
that there is at most one each of Python 2 and 3.

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk