On Thursday 09 December 2004 14:14, John Maddock wrote: > Guys, > > I'm trying to follow the getting started docs, but when I get to the point > of building the docs I see: > > $ bjam --v2 > error: Unable to find file or target named > error: '../libs/algorithm/string/doc/autodoc.xml' > error: referred from project at > error: '.' > > And indeed libs/algorithm/string/doc/autodoc.xml does not exist in the cvs > tree. > > So what's up?
Maybe, your bjam version is out of date. There were a period of one day where it was broken and you're likely got that version. The doc/Jamfile has: <dependency>../libs/algorithm/string/doc//autodoc.xml but the error message has only one slash. And yes, ../libs/algorithm/string/doc/autodoc.xml does not exists in CVS. It a reference to a target that Boost.Build produces. - 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
