Re: [Boost-bugs] [Boost C++ Libraries] #4607: 32-bits target build errors with MSVC under Windows x64

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4607: 32-bits target build errors with MSVC under Windows x64
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-09-01 11:24:42


#4607: 32-bits target build errors with MSVC under Windows x64
-------------------------------+--------------------------------------------
  Reporter: ktchan | Owner: vladimir_prus
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: build
   Version: Boost 1.44.0 | Severity: Showstopper
Resolution: | Keywords:
-------------------------------+--------------------------------------------

Comment (by ktchan):

 Well it's usually in site-config.jam rather than user-config.jam, but the
 effect is the same.


 {{{
 # user-config.jam
 using mpi ;
 }}}

 {{{
 # site-config.jam
 using python : 2.7 : C:/Python27-x86 ;
 using msvc : 10.0 : cl.exe : <compileflags>-D_SECURE_SCL=0
 <compileflags>-D_CRT_NONSTDC_NO_DEPRECATE
 <compileflags>-D_CRT_SECURE_NO_WARNINGS
 <compileflags>-D_SCL_SECURE_NO_WARNINGS ;
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4607#comment:5>
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:04 UTC