Boost logo

Boost-Build :

Subject: [Boost-build] Build problem against latest Boost trunk
From: Edward Diener (eldiener_at_[hidden])
Date: 2011-01-18 15:09:28


Lately when I try to build my tti docs poinitng to the Boost trunk after
making some quickbook changes I get:

"../../../bin.v2/libs/tti/doc/msvc-10.0/debug/threading-multi/TypeTraitsIntrospection.xml:1164:
element include: XInclude error : failed build URL
warning: cannot find header `boost/tti/TTIntrospection.hpp'
warning: cannot find header `boost/tti/TTIntrospectionVM.hpp'
warning: cannot find macro `TTI_HAS_TYPE'
warning: cannot find macro `TTI_TRAIT_HAS_TYPE'
warning: cannot find macro `TTI_HAS_TYPE_CHECK_TYPEDEF'
warning: cannot find macro `TTI_TRAIT_HAS_TYPE_CHECK_TYPEDEF'
warning: cannot find macro `TTI_HAS_TEMPLATE'
warning: cannot find macro `TTI_TRAIT_HAS_TEMPLATE'
warning: cannot find macro `TTI_HAS_TEMPLATE_CHECK_PARAMS'
warning: cannot find macro `TTI_TRAIT_HAS_TEMPLATE_CHECK_PARAMS'
warning: cannot find macro `TTI_VM_HAS_TEMPLATE_CHECK_PARAMS'
warning: cannot find macro `TTI_VM_TRAIT_HAS_TEMPLATE_CHECK_PARAMS'
warning: cannot find macro `TTI_HAS_MEMBER'
warning: cannot find macro `TTI_TRAIT_HAS_MEMBER'
warning: cannot find macro `TTI_HAS_STATIC_MEMBER'
warning: cannot find macro `TTI_TRAIT_HAS_STATIC_MEMBER'
warning: cannot find macro `TTI_MEMBER_TYPE'
warning: cannot find macro `TTI_TRAIT_MEMBER_TYPE'
Cannot find class named 'tti::mf_has_type'
Cannot find class named 'tti::mf_has_type_check_typedef'
Cannot find class named 'tti::mf_has_template'
Cannot find class named 'tti::mf_has_template_check_params'
Cannot find class named 'tti::mf_has_member_data'
Cannot find class named 'tti::mf_has_member_function'
Cannot find class named 'tti::mf_has_static_data'
Cannot find class named 'tti::mf_has_static_function'
Cannot find class named 'tti::mf_member_type'
xslt-xsltproc-dir.windows html\standalone_HTML.manifest
../../../bin.v2/libs/tti/doc/msvc-10.0/debug/threading-multi/TypeTraitsIntrospection.docbook:1153:
element include: XInclude error : failed build URL
Computing chunks...
Element include in namespace 'http://www.w3.org/2001/XInclude'
encountered in chapter, but no template matches."

The line in question in the TypeTraitsIntrospection.xml file brings in
the doxygen xml and is:

   <xi:include
href="..\..\..\..\..\..\..\libs\tti\doc\TypeTraitsIntrospectionReference.xml"
   />

The TypeTraitsIntrospectionReference.xml is definitely there and is the
doxygen file which gets generated.

Any idea why this error is now occuring would be helpful. Nothing has
changed in my jamfile for ages.


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