-
Notifications
You must be signed in to change notification settings - Fork 444
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
error: call to member function 'WriteNumber' is ambiguous #2066
Comments
It's not directly the problem, but the Vulkan backend shouldn't be included in the macos build anyway (which is the sole user of VMA), you can try excluding it by modifying cmakelists.txt, the dependency on VMA should be gone then as well. |
#2069 works around the problem on macOS by not building the Vulkan parts and instead building the Metal parts, but you would presumably still run into this error if you use a similar compiler on Linux or Windows. |
I don't think I've heard of anyone having compile problems when using clang on Linux with love 12. Is it definitely an issue? |
Actually it looks like it was an apple-specific issue: GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator@3f9f667 If we ever decide to support vulkan on macOS (which currently we don't), we'll just make sure VMA is up to date. |
I have seen the warning that "CMake is not an officially supported build system for love on Apple platforms" but I'm trying it anyway.
I got these errors when building the main branch with Apple clang version 14.0.0 (clang-1400.0.29.202):
The text was updated successfully, but these errors were encountered: