"error: call to 'Selectable' is ambiguous" while building as a dependency using clang-cl #7901
cameronprater
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting the following error when trying to build Dear ImGui as part of my project using CMake and the latest clang-cl :
Here is how I am building Dear ImGui:
Here is relevant parts of the top-level CMakeLists:
Here is how I invoke CMake after calling vcvars64 in the same terminal:
The goal is to use Dear ImGui in my C library by building then linking to Dear Bindings, then linking the C library to Dear Bindings, but I cannot get Dear ImGui to build because of this error.
I'm not sure what the problem is.
Beta Was this translation helpful? Give feedback.
All reactions