Huifeng Shen wrote:
I compile the boost_1_33_0_rc2 with vc7.1 with stlport 4.62, my cl version is 13.10.3077.
I compile the stlport with /Zc:wchar_t, so I change
on when compiling. Here is my script to compile boost 1.33 ------------------------------------------------------- call "c:\Program Files\Microsoft Visual Studio .NET 2003\vc7\bin\vcvars32.bat" set BOOST_ROOT=c:\temp\boost set PYTHON_ROOT=c:\python set PYTHON_VERSION=2.4 set STLPORT_PATH=c:\temp set STLPORT_4.62_PATH=C:\temp\STLport-4.6.2 set STLPORT_VERSION=4.6.2 set TOOLS=vc-7_1-stlport bjam "-sBUILD=
on" install ------------------------------------------------------- A error occur when compile instantiate_cpp_grammar.cpp. The whole error message is :
[snip]
I do not know whether the attachment can be paste, the attachment is the scapture of the error.
This is the dreaded buffer overrun run bug of VC7.1. It occurs whenever the code gets too complex for the compiler. AFAIK, there is no known workaround for that, sorry. I'll try to play around with compiler switches which may help, but probably will not :-( Regards Hartmut