-
Notifications
You must be signed in to change notification settings - Fork 581
IMGUI_DEFINE_MATH_OPERATORS build error. #226
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
Comments
From digging around, I came across this issue : ocornut/imgui#6245 """ |
…const ImVec2&)’
Same issue here. As you mentioned there seems to be a fix on develop as of PR #208. |
Hello, To add a bit more context, the issue comes from this commit on the side of ImGui: ocornut/imgui@fd94318 |
Resolved on |
Hi Michal,
Thanks for sharing this library!
This is the first time I'm using imgui and a novice c++ programmer, so assume I'm doing everything wrong.
I'm taking a look at adding a node editor to my imgui app.
I've added this repo via my cmakelists.txt, but when I try to build, I'm getting an error (this is before I even add it to my project).
Should I only add the "imgui_node_editor.h" to the add_executable section, or all the base .h and .cpp files?
Removing the cpp files silences this error, but I get other issues in my script (perhaps unrelated).
Here's my cmakelists.txt.
The text was updated successfully, but these errors were encountered: