$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Hartmut Kaiser (hartmut.kaiser_at_[hidden])
Date: 2007-12-10 08:24:23
Joel,
> > You are receiving this report because one or more of the
> libraries you
> > maintain has regression test failures that are not accounted for.
> > A full version of the report is sent to the Boost
> developer's mailing
> > list.
> >
> > Detailed report:
> > http://boost.org/regression/trunk/developer/issues.html
> >
> > There are failures in these libraries you maintain:
> > fusion (1)
> >
> > |fusion|
> > repetitive_view: intel-vc8-win-10.0
>
> Fusion hgas only one remaining failure on Intel 10:
>
> repetitive_view.cpp
> Debug generation error: Cannot output debug info in STI
> (Microsoft debug info format), because during the compilation
> a symbol or type record exceeded the supported maximum STI
> length. The record needs at least 65686 bytes, but the
> maximum supported length is 65535 bytes. In some cases you
> can avoid this error, by decreasing the length of identifiers.
> compilation aborted for
> ..\libs\fusion\test\sequence\repetitive_view.cpp (code 2)
>
> (http://tinyurl.com/18r)
>
> I don't know how to solve the problem. Does anyone have any idea?
> I can't change the identifiers now.
The only workaround I know is to switch off the generation of the debug
information, but I have no idea how to achieve this with bjam.
Regards Hartmut