
AMDG On 1/15/2011 4:03 PM, Edward Diener wrote:
My mistake: it should be the bitfield library, not bitset.
Attempting to build the documentation for bitfield, I get a bunch of errors:
"C:/Programming/VersionControl/boost/tools/build/v2/build\virtual-target.jam:1079
: in virtual-target.register-actual-name from module virtual-target error: Duplicate name of actual target: <p..\..\..\bin.v2\libs\integer\doc\msvc- 10.0\debug\threading-multi>bitfield.xml error: previous virtual target { quickbook%quickbook.quickbook-to-boostbook-bitf ield.xml.XML { bitfield.qbk.QUICKBOOK } } error: created from ./bitfield error: another virtual target { quickbook%quickbook.quickbook-to-boostbook-bitfi eld.xml.XML { bitfield.qbk.QUICKBOOK } } error: created from ./bitfield error: added properties: <preserve-test-targets>on <python-debugging>off <python
2.6 <threadapi>win32 error: removed properties: none
This a Boost.Build problem that manifests itself when a property is defined after a target has already been processed. You can work around it by making sure that that the boost Jamfiles are loaded sooner. In Christ, Steven Watanabe