$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Build Questions
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-06-08 11:49:01
AMDG
John Dlugosz wrote:
> First, how can my source file assert that the correct version of Boost was found for an #include?
>
Can you check BOOST_VERSION in boost/version.hpp?
> Second, I need to build Microsoft debug DLLs to match incompatible compilation options, namely
> defines _HAS_ITERATOR_DEBUGGING=0;_BIND_TO_CURRENT_VCLIBS_VERSION=1. How should I decorate the resulting names to reflect this option? That is, besides ...-mt-dg...? I think this is referred to as the "ABI tag".
>
Does the --buildid option help?
In Christ,
Steven Watanabe