$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [signals2] How to build docs?
From: John Maddock (john_at_[hidden])
Date: 2009-08-22 12:10:42
There's something compiler dependent going on here:
* The --path option passed to xsltproc appears to be correct whatever
compiler I use, but:
* Building with msvc-8 results in no XML files generated - leading to
xsltproc errors
* Building with gcc-3 (Mingw32) results in XML files that are all empty -
leading to more xsltproc errors
* Building with gcc-4 (Mingw32 alpha) results in valid xml files.
Any ideas?
Cheers, John.