Boost C++ Libraries: Ticket #8818: Python compilation errors with mingw w64/gcc4.8.1 https://svn.boost.org/trac10/ticket/8818 <p> wrap_python is suppose to undef the evil hypot def by Python, but it doesn't work for mingw w64. Here's a patch which undefs hypot if it's defined at all. </p> <p> This unfortunately does not fix all boost python compilation errors with Mingw w64/gcc4.8.1 (targetting x64 Windows). </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8818 Trac 1.4.3 Andrew Ho <helloworld922@…> Sat, 13 Jul 2013 20:39:24 GMT attachment set https://svn.boost.org/trac10/ticket/8818 https://svn.boost.org/trac10/ticket/8818 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">wrap_python.hpp.patch</span> </li> </ul> <p> patch to undef hypot for mingw w64 (caused by python) </p> Ticket Andrew Ho <helloworld922@…> Sat, 13 Jul 2013 21:13:32 GMT <link>https://svn.boost.org/trac10/ticket/8818#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8818#comment:1</guid> <description> <p> Looking through the other errors, I actually think my problem is due to my system having the "official" Python Windows release, which IIRC is built with Visual Studio, thus meaning the library won't link properly. I'm guessing in theory compiling python with Mingw w64 and then compiling Boost Python off of that might work, though I can't say for sure. </p> </description> <category>Ticket</category> </item> </channel> </rss>