$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] aRe: [spirit,regex] Linking problems in VS 2008
From: Adam Badura (abadura_at_[hidden])
Date: 2010-04-03 07:43:05
> I believe this option changes ABI, therefore both your project and
> Boost.Regex must
> be build with the same value of this option.
>
> Does this help?
How to do that (build Regex with /Za)? To build the library I used bjam.
The command line is:
--------------------
bjam --build-type=complete toolset=msvc-9.0 stage
--------------------
Where to add /Za option? (Or any option in fact.)
Adam Badura