$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] building for msvc-14.1
From: Isaac Lascasas (isaaclascasas_at_[hidden])
Date: 2017-07-09 12:33:18
Hello I have serious problems building boost for vs2017. My win10 install
has just visual studio community 2017 installed right now, with windows SDK
10.0.15063.0 and 8.1.
I run the vs2017 x64 native prompt and then I do something like this:
b2 -j12 toolset=msvc-14.1 address-model=64 architecture=x86 link=static
threading=multi runtime-link=shared --build-type=minimal stage
--stagedir=stage/x64
some headers give weird stl container errors:
c:\libs\boost_1_64_0__64\boost/archive/detail/basic_serializer_map.hpp(47):
error C2039: 'set': is not a member of 'std'
Thanks,
Isaac.