-
Notifications
You must be signed in to change notification settings - Fork 230
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
Build error on windows 10 #4
Comments
Does an import of header file "stdatomic.h", which is included in the C++11. I'm unsure which C++ standard is chosen by CMake. After some quick searches on the internet it doesn't look like MSVC has a complete C++11 implementation, so this might require waiting on MS, functionality stubbing, or moving to another sound backend. You could try getting this to work through MinGW on Windows, but I cannot provide any specific instructions at this moment. |
I'll try and see what I can do after some investigation. Just opening this up so you're made aware. |
I'll mention cmake in README, thanks for looking into this! Although |
I've decided to try |
I know you haven't been able to test on windows so I'm just putting this here for your information.
The initial error I got was that libsoundio-sys needed cmake. So probably want to document that in the readme. After I installed cmake, this was the error I got. I don't really know what the issue is, but maybe you will.
I'm on windows 10 version 10.0.18363 Build 18363
The text was updated successfully, but these errors were encountered: