"error: call to 'Selectable' is ambiguous" while building as a dependency using clang-cl #7901
cottoncammy
started this conversation in
New Users Build/Link/Run issues ONLY!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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