$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [AutoIndex] The AutoIndex tool is now in Boost Trunk.
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-07-14 11:25:05
> Thanks John!
>
> 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?
HTH, John.