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-02-24 22:20:45


#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):

 b2 doesn't seem to be able to find cl.exe for 2017 on its own. You can
 provide the path by updating the project-config.jam to include:
 {{{
 using msvc : : <path to x86 or x64 cl.exe>
 }}}
 This should be something like "c:\Program Files (x86)\Microsoft Visual
 Studio\2017\Community\VC\Tools\MSVC\14.10.24911\bin\HostX64\x64\cl.exe"

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12862#comment:2>
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-02-24 22:24:30 UTC