Hi, I use
cl Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.00.9254 for 80x86 cd /wrk/sft/boost/libs/python/build bjam -sTOOLS=vc7
...found 961 targets... ...updating 21 targets... vc-C++ ..\..\..\libs\python\build\bin\boost_python.dll\vc7\debug\runtime-link-dynam ic\function.obj function.cpp C:\wrk\sft\boost\boost\python\args_fwd.hpp(40) : error C2118: negative subscript or subscript is too large C:\wrk\sft\boost\boost\python\args_fwd.hpp(41) : see reference to class template instantiation 'boost::python::detail::error::more_keywords_than_function_arguments<,>' being compiled etc... Compiling fails on: C:\wrk\sft\boost\boost\python\args_fwd.hpp(40) : error C2118: negative subscript or subscript is too large C:\wrk\sft\boost\boost\python\args_fwd.hpp(41) : see reference to class template instantiation 'boost::python::detail::error::more_keywords_than_function_arguments<,>' being compiled C:\wrk\sft\boost\boost\pending\detail\property.hpp(75) : error C2039: 'result<`template-parameter258'>' : is not a member of 'boost::detail::property_value_end<PropertyList>' C:\wrk\sft\boost\boost\pending\detail\property.hpp(75) : fatal error C1507: previous user errors and subsequent error recovery halt further compilation Alexander Semenov.