Boost logo

Boost-Build :

Subject: Re: [Boost-build] bjam cannot find xsl files
From: Christian Henning (chhenning_at_[hidden])
Date: 2012-11-06 10:42:40


Ok, I figured it out. I have downloaded the wrong archive. Instead of
docbook-xsl I downloaded docbook-xsl-doc. Because of that bjam could
not find common.xsl among other files.

All works now!

Christian

On Mon, Nov 5, 2012 at 7:15 PM, Christian Henning <chhenning_at_[hidden]> wrote:
> Hi there,
>
> I'm trying to get the documentation tool chain going. For that I'm
> trying to follow the steps from here:
>
> http://www.boost.org/doc/libs/1_52_0/doc/html/boostbook/getting/started.html
>
> When I start bjam ( bjam --debug-configuration ) I'm getting presented
> with the following output:
>
> http://pastebin.com/raw.php?i=Z2jEGxAq
>
> I'm using boost trunk on Windows 7. The paths are available from my
> user-config.jam file for which I added the following lines:
>
> using xsltproc ;
>
> # BoostBook configuration
> using boostbook
> : c:/chhenning/docbook/docbook-xsl-1.77.1
> : c:/chhenning/docbook/docbook-xml-4.2
> ;
>
> Can someone spot what's wrong?
>
> Thanks,
> Christian


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk