Boost logo

Boost-Build :

From: Eoin (eoin-keyword-boost.jam.dca6c0_at_[hidden])
Date: 2006-09-06 14:51:17


I am having difficulty with Internal Compiler Errors with MSVC 7.1 on a
project using Boost.Variant. I point you to this thread for details;

http://news.gmane.org/find-root.php?message_id=%3c44FDE752.7070504%40zl.vc%3e

The only solution I can come up with thus far which doesn't involve
avoiding debug builds altogether is to use the /Zd option which
"Produces an .obj file or executable (.exe) file containing only global
and external symbol and line-number information (no symbolic debugging
information). Use this option if you want to reduce the size of the .exe
file, or if you don't want to use the debugger's expression evaluator
(requires symbolic information)."

There is currently no support for this option in the MSVC configuration
for BBv2, I'd like to propose that maybe it could be added. The easiest
way would seem to make a third option for the debug-store feature but I
do not know if that is the right way.

Kind regards, Eoin.


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk