$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [filesystem] running afoul of _HAS_ITERATOR_DEBUGGING - VC 9.0
From: Raman (raman.arora_at_[hidden])
Date: 2009-01-19 09:38:45
Steven Watanabe <watanabesj <at> gmail.com> writes:
> Exactly how did you build Boost?
>
Hi Steve,
This is the commandline I use to build boost.
bjam toolset=msvc-9.0 define=_CRT_SECURE_NO_WARNINGS=0
define=_SCL_SECURE_NO_WARNINGS=0 define=_SECURE_SCL=0
define=_HAS_ITERATOR_DEBUGGING=0 --build-type=complete threading=multi
--layout=versioned --without-python --without-mpi stage -j4>boost_build_vc90.log
-Raman