
2008/10/20 Beman Dawes <bdawes@acm.org>:
Approximately 1200. That's one of the doc builds many problems; it flags so many things as "error" that the uninitiated can't tell the difference between a real error and the cruft.
I've sent you the log via private email.
It's easier than interpreting your average C++ template error: daniel@bah ~> grep -i error posix-bjam.log | grep -i xpressive Preprocessing /home/beman/snapshot/posix/boost/xpressive/regex_error.hpp... Parsing file /home/beman/snapshot/posix/boost/xpressive/regex_error.hpp... Generating code for file /home/beman/snapshot/posix/boost/xpressive/regex_error.hpp... Generating docs for file /home/beman/snapshot/posix/boost/xpressive/regex_error.hpp... Generating docs for compound boost::xpressive::regex_error... Generating XM/home/beman/snapshot/posix/boost/xpressive/regex_error.hpp:48: Warning: The following parameters of boost::xpressive::regex_error::regex_error(regex_constants::error_type code, char const *str="") are not documented: Generating XML output for class boost::xpressive::regex_error /home/beman/snapshot/posix/libs/xpressive/doc/static_regexes.qbk:144: error: Syntax Error near column 51. /home/beman/snapshot/posix/libs/xpressive/doc/static_regexes.qbk:145: error: Syntax Error near column 53. /home/beman/snapshot/posix/libs/xpressive/doc/static_regexes.qbk:146: error: Syntax Error near column 53. This seems to be a problem with the new 'globalref' tag. I'm looking into it. But quickbook should return an error code when there's a syntax error so that the build fails. I'll look into implementing that soon. Daniel