Boost logo

Boost-Build :

Subject: [Boost-build] [quickbook] Re: Build problem against latest Boost trunk
From: Edward Diener (eldiener_at_[hidden])
Date: 2011-01-18 18:55:41


On 1/18/2011 3:09 PM, Edward Diener wrote:
> Lately when I try to build my tti docs poinitng to the Boost trunk after
> making some quickbook changes I get:

I just want to add that when I build the doc pointing to Boost 1.4.5 as
my Boost tree there are no errors.

Some change to quickbook/boostbook has broken doc generation on the
latest Boost trunk. I suspect Daniel James as the culprit since he is
the person who has been making changes to Quickbook. Of course I am
always thankful to Daniel for the work he does to make Quickbook better,
and I am glad to serve as an inadvertent beta tester for quickbook on
the trunk.

>
> "../../../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.
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost-build
>


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