-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Failed to build on MSYS2 MINGW64 #140
Comments
Tanks for your report, feel free to submit patch for mysys2 support. I'll try to take some time on this next weekend. |
You are missing
|
After testing a bit by myself, mysys support needs special handling. in src/cross_os.h I check only for windows/apple/unix platforms. To support mysys witch is a special environment, some additional platform testing is required. For now, I can't spend more time on this. Feel free to submit patch if you succeed compiling for mysys. |
cmake configuration is fine:
But it failed to compile:
Did you forget to include
<cstdio>
onvkh/src/vk_mem_alloc.h
? GCC is more strict than Clang about that.The text was updated successfully, but these errors were encountered: