On Tuesday 16 April 2013 12:17:48 Steven Watanabe wrote:
AMDG
On 04/16/2013 11:36 AM, Andrey Semashev wrote:
On Tuesday 16 April 2013 10:45:45 Daniel James wrote:
No, I just run b2 in 'libs/logs/doc'.
I tried this in trunk and it doesn't work. The build log ends with this:
quickbook.quickbook-to-boostbook ../../../bin.v2/libs/log/doc/gcc-4.7/debug/log_doc.xml Generating Output File: ../../../bin.v2/libs/log/doc/gcc-4.7/debug/log_doc.xml ...skipped
log_doc.docbook for lack of log_doc.xml... ...skipped <phtml>log_HTML.manifest for lack of log_doc.docbook... ...skipped 2 targets... ...updated 52 targets... The bin.v2/libs/log/doc/gcc-4.7/debug/log_doc.xml is present. I get similar result if I try to build from Boost root, but the docs build fine in release branch. What could be the problem?
This looks like a side effect of another bug fix... Are you using trunk b2?
That was it, I was using a prebuilt bjam. With trunk bjam it worked, thanks.