Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building is broken on Windows + Mingw-w64 #51

Closed
ahartikainen opened this issue Jun 14, 2018 · 1 comment
Closed

Building is broken on Windows + Mingw-w64 #51

ahartikainen opened this issue Jun 14, 2018 · 1 comment

Comments

@ahartikainen
Copy link
Contributor

@ahartikainen ahartikainen commented Jun 14, 2018

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.

@ahartikainen
Copy link
Contributor Author

@ahartikainen ahartikainen commented Jun 14, 2018

We can reopen this thread later if needed. I suggest that we wait for the CPython PR to go through.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.