
Hi, respected boost maintainers. 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 <native-wchar_t>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=<native-wchar_t>on" install ------------------------------------------------------- A error occur when compile instantiate_cpp_grammar.cpp. The whole error message is : "cl" /Zm800 -nologo /EHsc -c -D_STLP_DEBUG=1 -D_STLP_DEBUG_UNINITIALIZED=1 -D_STLP_USE_DYNAMIC_LIB=1 /Z7 /Od /Ob0 /EHsc /GR /MDd /Op /wd4675 /Zc:forScope Zc:wchar_t -I"bin\boost\libs\wave\build" -I"C:\temp\boost_1_33_0" -I"c:\temp\STLport-4.6.2\stlport" -I"C:\temp\boost_1_33_0" -Fo"bin\boost\libs\wave\build\libboost_wave.lib\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi\instantiate_cpp_grammar.obj" -Tp"C:\temp\boost_1_33_0\libs\wave\build\../src/instantiate_cpp_grammar.cpp" ...failed vc-C++ bin\boost\libs\wave\build\libboost_wave.lib\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi\instantiate_cpp_grammar.obj... ...skipped <@boost!libs!wave!build\libboost_wave.lib\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi>libboost_wave-vc71-mt-gdp-1_33.CMD for lack of <@boost!libs!wave!build\libboost_wave.lib\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi>instantiate_cpp_grammar.obj... ...skipped <@boost!libs!wave!build\libboost_wave.lib\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi>libboost_wave-vc71-mt-gdp-1_33.lib for lack of <@boost!libs!wave!build\libboost_wave.lib\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi>instantiate_cpp_grammar.obj... ...skipped <@boost!lib>libboost_wave-vc71-mt-gdp-1_33.lib for lack of <@boost!libs!wave!build\libboost_wave.lib\vc-7_1-stlport\debug\native-wchar_t-on\threading-multi>libboost_wave-vc71-mt-gdp-1_33.lib... I do not know whether the attachment can be paste, the attachment is the scapture of the error. I also try bjam "-sBUILD=debug release <runtime-link>static/dynamic <threading>single/multi <native-wchar_t>on" install The same error occurs three times. Best regards Huifeng Shen