Subject: Re: [boost] Problems with building quickbook docs
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2012-12-02 12:51:48


On Sun, Dec 2, 2012 at 3:11 PM, Andrey Semashev
<andrey.semashev_at_[hidden]> wrote:
> Hi,
>
> I'm having problems with building quickbook docs for my library. I
> have the using quickbook ; as well as doxygen, xsltproc and boostbook
> in my ~/user-config.jam. When I run:
>
> bjam -j 2 release link=static libs/log/doc
>
> I get the following error:
>
[snip]
>
> I'm using the release branch. Does anyone know what the problem could be?

I figured this out. It appears I misspelled the path for headers to
parse and no headers were passed to the doxygen rule. I must say the
error message was exceptionally cryptic and unhelpful. Is it possible
to do something about it?