On Wednesday 29 December 2004 03:37, Eric Niebler wrote: > David Abrahams wrote: > >>>Strange. My build fails too, but very differently. > > My build fails too, but with yet a different error. For instance, trying > to build the date_time docs yields: > > C:\boost\cvs\boost\libs\date_time\xmldoc>bjam --v2 -a > C:/boost/cvs/boost/tools/build/v2/build\virtual-target.jam:507: in path > *** argument error > * rule path.root ( path root ) > * called with: ( ../../../bin.v2/libs/date_time/xmldoc ) > * missing argument root
Hmm... I've tried from ~boost_root/doc and it worked. Turns out that building the same directory where doxygen rule is invoked is broken. I've committed a fix for this. And I've also done which should have being done a long time ago -- I've committed a test for boostbook functionality (including doxygen). Hopefully this will prevent breakage in future. - Volodya ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
