Boost logo

Boost-Build :

Subject: Re: [Boost-build] specifying architecture when building bjam.exe (on Windows)
From: PJB (darthpjb_at_[hidden])
Date: 2017-02-10 21:11:29


On 10 February 2017 at 19:38, Stefan Seefeld via Boost-build <
boost-build_at_[hidden]> wrote:

> I worked around this limitation by installing a 32-bit version of
> Python. Unfortunately I don't understand enough of the bootstrapping
> build logic to add the missing flags to support 64-bit builds on Windows
> for b2.
>

​Stefan,

I don't know about your personal case, however this is my
boost-command-line that works with the 64bit python.
b2 toolset=msvc-14.0 address-model=64 variant=debug,release threading=multi
link=static --with-date_time --with-thread --with-system --with-chrono
--with-atomic --with-python --with-filesystem stage​

​Obviously I have other libraries built, and use visual studio 2013 -
However this works for me. If you continue to have errors It may well be
your python install at fault.​



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