
13 Feb
2012
13 Feb
'12
5:23 p.m.
Adding pch=off to the build line fixes the problem. For some reason the debug-store=database switch has become incompatible with precompiled headers being turned on during the build. "Michael Goldshteyn" wrote in message news:jhbggf$k75$1@dough.gmane.org... I have always built boost (up to 1.47.0) using the following command line: bjam -j 8 --without-mpi --without-python --build-dir=vc100-bld-64-bit --build-type=complete --toolset=msvc-10.0 architecture=x86 address-model=64 --stagedir=64-bit-vc100 debug-symbols=on debug-store=database stage Now, when I specify the debug-store=database option in the command line above, the build fails and gives me errors as can be seen at the bottom of the following build output excerpt: ...