Re: [Boost-bugs] [Boost C++ Libraries] #12862: build boost with Visual Studio 2017 RC without sdk 10

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12862: build boost with Visual Studio 2017 RC without sdk 10
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-04-13 03:37:27


#12862: build boost with Visual Studio 2017 RC without sdk 10
-------------------------------+----------------------------
  Reporter: zoruamonster@… | Owner:
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: Building Boost
   Version: Boost 1.63.0 | Severity: Problem
Resolution: | Keywords: cl
-------------------------------+----------------------------

Comment (by anonymous):

 I had the same problem. I added the line

 {{{
 using msvc : 14.1 : "E:\Program Files (x86)\Visual Studio
 2017\VC\Tools\MSVC\14.10.25017\bin\HostX64\x64\cl.exe" ;
 }}}

 to my project-config.jam and ran

 {{{
 ./b2 -j8 address-model=64 toolset=msvc-14.1
 }}}

 from the x64 Native Tools Command Prompt and I'm compiling away.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12862#comment:7>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-04-13 03:40:28 UTC