Subject: Re: [Boost-build] Documentation build error on trunk
From: Jurko Gospodnetić (jurko.gospodnetic_at_[hidden])
Date: 2012-08-06 08:14:33


   Hi.

>> I never used the boostbook toolchain before so I do not have this
>> set up... I'll play around with it now and let you know how it goes.
>
> You shouldn't need to actually run it, so I think it should be enough
> to just add a 'xsltproc' shell script to your path containing 'exit 1'
> or something similar. It might want the docbook stylesheets (although
> I think it should work without them).

   Thanks for the info. I managed to reproduce the issue on Windows 7 by
doing the following:

   1. going to the Boost library's libs\signals\doc folder
   2. creating a project-config.jam file in that folder containing:
using msvc : 9.0 ;
using boostbook ;
   3. creating an empty xsltproc.cmd script in that folder
   4. running bjam from that folder

   I'll look into it now and let you know how it goes...

   Best regards,
     Jurko Gospodnetić