Compilation issues with a simple ImGui(GLFW+OpenGL3) program on Linux #5150
zdenyhraz
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 while compiling a simple imgui+glfw+opengl3 program on GCC 11.2.0 on Pop!_OS (Ubuntu):
This is how the problematic definitions from
imgui/backends/imgui_impl_opengl3.cpp
look in an IDE with syntax highlighting:My opengl version:
I am using the following Cmake setup:
I include the relevant headers in a precompiled header like so:
Any ideas where the issue might be?
Beta Was this translation helpful? Give feedback.
All reactions