
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Hartmut Kaiser Sent: Thursday, July 14, 2011 5:34 PM To: boost@lists.boost.org Subject: Re: [boost] [AutoIndex] The AutoIndex tool is now in Boost Trunk.
However, I got a problem now: after switching to the new version I'm seeing:
auto-index.auto-index ..\..\..\bin.v2\libs\spirit\doc\msvc-10.0\debug\auto-index-internal- on \auto- index-on\threading-multi\spirit2.auto_index.docbook Unable to open XML data file --internal-index
I'm certain to use the newly generated executable (I checked). Any hints? Regards Hartmut
The command line passed to AutoIndex has changed (now uses program options internally), so this is likely caused by an old/out-of-date auto-index.jam in tools/build/v2/build. Probably an old copy in there prevented SVN Update from putting the new one there?
Bingo. That did the trick and the generated index looks fine.
Bingo for me too! Thanks John Paul PS There is also obsolete version of auto_index in boost-sandbox to additionally confuse the easily confused.