Boost logo

Boost-Build :

Subject: [Boost-build] bjam cannot find xsl files
From: Christian Henning (chhenning_at_[hidden])
Date: 2012-11-05 19:15:32


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