Boost C++ Libraries: Ticket #317: vc-7_1-stlport native-wchar_t problem https://svn.boost.org/trac10/ticket/317 <pre class="wiki">There is a problem with "tools/build/v1/vc-7_1- stlport.tools.jam". I tried to build boost 1.32.0 with jam optioned as "- snative-wchar_t=on". But cl option didn't include a '/Zc:wchar_t'. :( Therefore, i modified "tools/build/v1/vc-7_1- stlport.tools.jam" as following (not correct fix, just for workaround) #feature native-wchar_t : off on ; feature native-wchar_t : on off ; Finally it worked! - veblush </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/317 Trac 1.4.3 René Rivera Sun, 09 Oct 2005 18:21:10 GMT <link>https://svn.boost.org/trac10/ticket/317#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/317#comment:1</guid> <description> <pre class="wiki">Logged In: YES user_id=33595 The correct build option would be: bjam "-sBUILD=&lt;native-wchar_t&gt;on" ... </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Sun, 09 Oct 2005 18:21:11 GMT</pubDate> <title>status changed https://svn.boost.org/trac10/ticket/317#comment:2 https://svn.boost.org/trac10/ticket/317#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> Ticket