Boost C++ Libraries: Ticket #9095: Boost Mingw w64 config isn't detecting correctly https://svn.boost.org/trac10/ticket/9095 <p> This is related to <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8817" title="#8817: Bugs: Boost Thread Windows CE _createthreadex handling breaks mingw w64 (closed: fixed)">#8817</a>. </p> <p> There are some components dealing with Windows compatibility which are found in visualc.hpp rather than win32.hpp. Namely, these are components dealing with WindowsCE such as BOOST_HAS_THREADEX, BOOST_NO_SWPRINTF, and BOOST_HAS_GETSYSTEMTIMEASFILETIME. </p> <p> The fix applied by <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8817" title="#8817: Bugs: Boost Thread Windows CE _createthreadex handling breaks mingw w64 (closed: fixed)">#8817</a> only applies to the Thread library which was preventing a compilation of Boost.Thread, but did not resolve incorrect detection of compiler/platform features in Boost.Config. </p> <p> It was suggested to open a separate ticket to handle the portion of Config which needs to be modified. </p> <p> Attached is a patch containing only the parts related to Boost.Config. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9095 Trac 1.4.3 Andrew Ho <helloworld922@…> Mon, 09 Sep 2013 16:19:13 GMT attachment set https://svn.boost.org/trac10/ticket/9095 https://svn.boost.org/trac10/ticket/9095 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">mingw.config.patch</span> </li> </ul> <p> patch only for config detection with MinGW and WinCE </p> Ticket John Maddock Fri, 13 Dec 2013 09:55:31 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9095#comment:1 https://svn.boost.org/trac10/ticket/9095#comment:1 <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">fixed</span> </li> </ul> <p> Fixed in develop. </p> Ticket