$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Trying to build docs....
From: John Maddock (john_at_[hidden])
Date: 2010-01-05 13:02:42
>And when I try to build something, I get errors about "unable to external
>entity <a sourceforge URL>".
>If I take the <a sourceforge URL> and try to curl it, I get something that
>looks reasonable.
This is almost always caused by incorrect paths to the Docbook stylesheets
etc in the user-config.jam. Further if you change these paths then you will
need to do a bjam -a to force a full rebuild next time you try and build,
otherwise the old paths will still be present in various cached files :-(
BTW The main setup guide is now:
https://svn.boost.org/trac/boost/wiki/BoostDocs/GettingStarted
HTH, John.