Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBuilding is broken on Windows + Mingw-w64 #51
Comments
|
We can reopen this thread later if needed. I suggest that we wait for the CPython PR to go through. |
Building from source is failing due to Python.Boost.
Problems with ::hypot function. boostorg/python#140
This is known problem. See python/cpython#880
The solution is to apply changes in the above pr (CPython/880) by changing https://github.com/python/cpython/blob/master/PC/pyconfig.h file and removing suggested lines.
This is safe due to Python 3 only library, but not very convenient. I'm doing this issue to just have a reference if one needs to compile it on Windows.