Boost logo

Boost :

Subject: Re: [boost] [1.48.0] Trouble building boost with debug-store=databaseoption (Visual C++ 2010 SP1 64-bit)
From: Michael Goldshteyn (mgoldshteyn_at_[hidden])
Date: 2012-02-13 12:23:37


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_at_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:
...


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk