$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] PDB support causes boost libraries to rebuild every time.
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-08-13 14:31:00
AMDG
It looks like the name of the pdb file is wrong.
Here's the relevant snippet from bjam -d+12
: Depends on
<p..\..\..\bin.v2\libs\test\build\msvc-9.0express\debug\asynch-exceptions-on\threading-multi>boost_unit_test_framework-vc90-mt-gd-1_40.dll
(stable)
: Depends on
<p..\..\..\bin.v2\libs\test\build\msvc-9.0express\debug\asynch-exceptions-on\threading-multi>boost_unit_test_framework-vc90-mt-gd-1_40.lib
(stable)
: Depends on
<p..\..\..\bin.v2\libs\test\build\msvc-9.0express\debug\asynch-exceptions-on\threading-multi>boost_unit_test_framework.pdb
(missing)
The generated file is called boost_unit_test_framework-vc90-mt-gd-1_40.pdb
In Christ,
Steven Watanabe