[1.64][python] not building for Visual x64
Hi, I have some trouble building boost.python for the freshly released boost 1.64: there is no boost.python binary generated, and "bin.v2/libs" does not contain any folder named "python". Maybe related: the machine has python2.7 and 3.4 installed. The command for building: b2 toolset=msvc-14.0 --layout=versioned --build-type=complete --without-log -j 4 address-model=64 threading=multi runtime-link=shared The same command was used for 1.63 with no issue. What am I missing? Let me know if this is a chair-to-keyboard problem. Best, Raffi PS: logs of the second run attached (the number of messages for the first run is flooding the console).
AMDG On 04/26/2017 01:09 PM, Raffi Enficiaud via Boost wrote:
I have some trouble building boost.python for the freshly released boost 1.64: there is no boost.python binary generated, and "bin.v2/libs" does not contain any folder named "python".
Maybe related: the machine has python2.7 and 3.4 installed.
The command for building:
b2 toolset=msvc-14.0 --layout=versioned --build-type=complete --without-log -j 4 address-model=64 threading=multi runtime-link=shared
The same command was used for 1.63 with no issue.
What am I missing? Let me know if this is a chair-to-keyboard problem.
You're not the only one with this problem: https://github.com/boostorg/build/issues/194 I haven't investigated the cause yet. In Christ, Steven Watanabe
Le 26/04/2017 à 21:25, Steven Watanabe via Boost a écrit :
AMDG
On 04/26/2017 01:09 PM, Raffi Enficiaud via Boost wrote:
I have some trouble building boost.python for the freshly released boost 1.64: there is no boost.python binary generated, and "bin.v2/libs" does not contain any folder named "python".
Maybe related: the machine has python2.7 and 3.4 installed.
The command for building:
b2 toolset=msvc-14.0 --layout=versioned --build-type=complete --without-log -j 4 address-model=64 threading=multi runtime-link=shared
The same command was used for 1.63 with no issue.
What am I missing? Let me know if this is a chair-to-keyboard problem.
You're not the only one with this problem: https://github.com/boostorg/build/issues/194 I haven't investigated the cause yet.
Good to know it is neither my chair nor my keyboard then :) Thanks, following the ticket. Raffi
participants (2)
-
Raffi Enficiaud
-
Steven Watanabe