Boost logo

Boost Users :

Subject: Re: [Boost-users] Boost 1.65.0 Beta 1 Release Candidate 2
From: Raffi Enficiaud (raffi.enficiaud_at_[hidden])
Date: 2017-07-13 21:32:28


Le 11.07.17 à 02:14, Marshall Clow via Boost-users a écrit :
> The second release candidates for the 1.65.0 beta release are now
> available at:
>
>
> https://dl.bintray.com/boostorg/beta/1.65.0.beta.1/source/boost_1_65_0_beta1_rc2.7z
>
> https://dl.bintray.com/boostorg/beta/1.65.0.beta.1/source/boost_1_65_0_beta1_rc2.tar.bz2
> <https://dl..bintray.com/boostorg/beta/1.65.0.beta.1/source/boost_1_65_0_beta1_rc2.tar.bz2>
>
> https://dl.bintray.com/boostorg/beta/1.65.0.beta.1/source/boost_1_65_0_beta1_rc2.tar.gz
>
> https://dl.bintray.com/boostorg/beta/1.65.0.beta.1/source/boost_1_65_0_beta1_rc2.zip
>
> The SHA256 checksums are as follows:
>
> d54d29568c4e4933cbfe40a292b6cb84a7f68121e34f6a83f7d0f7c652b6b2d8
> boost_1_65_0_beta1_rc2.7z
> 092676557513e992347d30dd0cd058fb8af2a401e5da4f4413f5b577852d726b
> boost_1_65_0_beta1_rc2.tar.bz2
> 31fa3c807e2205e18f7d5c74f77f540677f7b0937af1e37f595c137e1e87bf84
> boost_1_65_0_beta1_rc2.tar.gz
> 83c8d8b76fa9591572226a1a49fd191d76db3011b52b907cbbc8d37d46213bd2
> boost_1_65_0_beta1_rc2.zip
>
>
> This RC contains a single fix to the stacktrace library.
>
> As always, the release managers would appreciate it if you download
> the candidate of your choice and give building it a try. Please report
> both success and failure, and anything else that is noteworthy.

Hi,

I still cannot build boost.python on Windows x64: the output folder is
completely empty (see below, tried for VS2015x64). I had this issue for
the previous release if my memory is correct, and I believe this is due
to the fact that the target system has several versions of Python.

The target system has:
- C:\Python27
- C:\Python34
- C:\Python36

How can I specify which version of Python I want to use, preferably from
the command line?

Thanks,
Raffi

----------------------------------------------------------

PS D:\Projects-raffi\sw_thirdparties\visual2015x64\boost_1_65_0_src> &
python
Python 2.7.6 (default, Nov 10 2013, 19:24:24) [MSC v.1500 64 bit
(AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>

----------------------------------------------------------

PS D:\Projects-raffi\sw_thirdparties\visual2015x64\boost_1_65_0_src> &
.\b2.exe --prefix=d:\tmp\boost_1_65_0 toolset=msvc-14.0
--layout=versioned --bu
ild-type=complete --with-python -j 4 address-model=64 threading=multi
runtime-link=shared
Performing configuration checks

     - 32-bit : yes (cached)
     - arm : no (cached)
     - mips1 : no (cached)
     - power : no (cached)
     - sparc : no (cached)
     - x86 : yes (cached)

Building the Boost C++ Libraries.

     - symlinks supported : no (cached)
     - junctions supported : yes (cached)
     - hardlinks supported : yes (cached)

Component configuration:

     - atomic : not building
     - chrono : not building
     - container : not building
     - context : not building
     - coroutine : not building
     - date_time : not building
     - exception : not building
     - fiber : not building
     - filesystem : not building
     - graph : not building
     - graph_parallel : not building
     - iostreams : not building
     - locale : not building
     - log : not building
     - math : not building
     - metaparse : not building
     - mpi : not building
     - program_options : not building
     - python : building
     - random : not building
     - regex : not building
     - serialization : not building
     - signals : not building
     - stacktrace : not building
     - system : not building
     - test : not building
     - thread : not building
     - timer : not building
     - type_erasure : not building
     - wave : not building

...found 1 target...

The Boost C++ Libraries were successfully built!

The following directory should be added to compiler include paths:

     D:\Projects-raffi\sw_thirdparties\visual2015x64\boost_1_65_0_src

The following directory should be added to linker library paths:

 
D:\Projects-raffi\sw_thirdparties\visual2015x64\boost_1_65_0_src\stage\lib

PS D:\Projects-raffi\sw_thirdparties\visual2015x64\boost_1_65_0_src>


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net