-
Notifications
You must be signed in to change notification settings - Fork 14
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
Doesn't install on Windows #41
Comments
I can imagine that this fails. Thanks for reporting. In the upcoming version this problem will hopefully go away by itself. I will soon wrap up #40. |
Now that v2.0.0 is out, I believe installation on Windows should work. |
Although, I haven't tested the working on Windows yet, it does seem to install perfectly. A big thank you! |
That is great to hear - thanks for feedback! More work upcoming soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This may or may not be irrelevant since you are rewriting the library and API.
But I thought, I should bring this to your attention.
The library wont install on Windows machines natively because on Windows the C compiler that MS supplies doesn't support M_PI definition.
https://stackoverflow.com/questions/26065359/m-pi-flagged-as-undeclared-identifier
I get the following errors:
Also, I guess the -fPIC argument should only be used with the compilers that support it MSVC doesn't seem to support it.
In case this is irrelevant for the Rust rewrite of the code then ignore it.
Although, it would be much appreciated if the new version would be Windows compatible.
The text was updated successfully, but these errors were encountered: