[fusion] Intel 10 help [ was Re: Failures in your Boost libraries as of 2007-12-09 [trunk] ]

Douglas Gregor wrote:
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. Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net

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)
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

Hartmut Kaiser wrote:
Joel,
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.
Thanks Hartmut. Tobias and I agreed to mark this as expected failure for now. After all the test and related code is an undocumented experimental feature (infinite sequences). Regards, -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net
participants (2)
-
Hartmut Kaiser
-
Joel de Guzman