Re: [Boost-bugs] [Boost C++ Libraries] #10817: missing argument global-setup

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10817: missing argument global-setup
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-12-11 10:28:53


#10817: missing argument global-setup
-------------------------------+----------------------------
  Reporter: calumlind@… | Owner:
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: Building Boost
   Version: Boost 1.57.0 | Severity: Regression
Resolution: | Keywords:
-------------------------------+----------------------------

Comment (by cire2174-mail@…):

 I had the same issue on windows seven with the same SDK (VC for Python).
 I managed to have a successfull build with the following parameter in
 project-config.jam :

 {{{
 using msvc : 9.0 : : <setup>"C:\\Python27\\Visual C++ for
 Python\\vcvarsall.bat" ;
 }}}


 giving the following options :

 {{{
 .\b2 -a variant=release link=shared address-model=64 toolset=msvc-9.0
 }}}

 Here is the result :
 {{{
    Creating library bin.v2\libs\wave\build\msvc-9.0\release\address-
 model-64\threading-multi\boost_wave-vc90-mt-1_57.lib
  and object bin.v2\libs\wave\build\msvc-9.0\release\address-model-64
 \threading-multi\boost_wave-vc90-mt-1_57.exp
 msvc.manifest.dll bin.v2\libs\wave\build\msvc-9.0\release\address-model-64
 \threading-multi\boost_wave-vc90-mt-1_57.dll
 common.copy stage\lib\boost_wave-vc90-mt-1_57.dll
 bin.v2\libs\wave\build\msvc-9.0\release\address-model-64\threading-multi
 \boost_wave-vc90-mt-1_57.dll
         1 fichier(s) copié(s).
 common.copy stage\lib\boost_wave-vc90-mt-1_57.lib
 bin.v2\libs\wave\build\msvc-9.0\release\address-model-64\threading-multi
 \boost_wave-vc90-mt-1_57.lib
         1 fichier(s) copié(s).
 ...updated 620 targets...


 The Boost C++ Libraries were successfully built!

 The following directory should be added to compiler include paths:

     F:/SandBox/boost_1_57_0

 The following directory should be added to linker library paths:

     F:\SandBox\boost_1_57_0\stage\lib
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10817#comment:4>
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-16 18:50:17 UTC