Boost C++ Libraries: Ticket #7764: fail to build boost with MSVC10 and stlport https://svn.boost.org/trac10/ticket/7764 <p> I tried to build boost 1.52 with msvc10 32 bit and stlport 5.2.1 </p> <pre class="wiki">b2 -a --toolset=msvc-10.0 stdlib=stlport-5.2.1 "stdlib:stlport-iostream=on" threading=multi --build-type=complete got this syntax error compile-c-c++ bin.v2\libs\context\build\msvc-10.0\debug\link-static\runtime-link -static\stdlib-stlport-5.2.1\threading-multi\utils_windows.obj utils_windows.cpp compile-c-c++ bin.v2\libs\date_time\build\msvc-10.0\debug\link-static\runtime-li nk-static\stdlib-stlport-5.2.1\threading-multi\gregorian\date_generators.obj date_generators.cpp compile-c-c++ bin.v2\libs\date_time\build\msvc-10.0\debug\link-static\runtime-li nk-static\stdlib-stlport-5.2.1\threading-multi\gregorian\greg_weekday.obj greg_weekday.cpp F:\project\src\extern\boost\boost_1_52_0\boost/smart_ptr/weak_ptr.hpp(77) : erro r C2143: syntax error : no ',' before '&lt;' F:\project\src\extern\boost\boost_1_52_0\boost/smart_ptr/weak_ptr.hpp(22 </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7764 Trac 1.4.3 viboes Thu, 03 Jan 2013 16:33:50 GMT component, milestone changed; owner set https://svn.boost.org/trac10/ticket/7764#comment:1 https://svn.boost.org/trac10/ticket/7764#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Vladimir Prus</span> </li> <li><strong>component</strong> <span class="trac-field-old">Building Boost</span> → <span class="trac-field-new">build</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.52.0</span> → <span class="trac-field-new">To Be Determined</span> </li> </ul> Ticket Steven Watanabe Wed, 13 Mar 2013 18:13:13 GMT owner, component changed https://svn.boost.org/trac10/ticket/7764#comment:2 https://svn.boost.org/trac10/ticket/7764#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Vladimir Prus</span> to <span class="trac-author">Peter Dimov</span> </li> <li><strong>component</strong> <span class="trac-field-old">build</span> → <span class="trac-field-new">smart_ptr</span> </li> </ul> <p> The error is in weak_ptr. </p> Ticket Peter Dimov Wed, 11 Dec 2013 17:26:32 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7764#comment:3 https://svn.boost.org/trac10/ticket/7764#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> <p> I'm going to close this as "invalid" because it's not possible to deduce what's going on without more information about the error. Please reopen if still relevant. </p> Ticket viboes Wed, 11 Dec 2013 18:02:43 GMT description changed https://svn.boost.org/trac10/ticket/7764#comment:4 https://svn.boost.org/trac10/ticket/7764#comment:4 <ul> <li><strong>description</strong> modified (<a href="/trac10/ticket/7764?action=diff&amp;version=4">diff</a>) </li> </ul> Ticket