-
Notifications
You must be signed in to change notification settings - Fork 92
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
glbinding is not compatible with gl.h #310
Comments
Seems like a simple fix but maybe someone wants to chime in, I included |
Short comment: Detailed description: |
I'm including glbinding as a subdirectory as part of my project and I'm trying to build the imgui example code found here.
I'm getting lots of errors and I'm really not well versed with all this as I'm just trying to get the basic example compiling so I can study it. The errors can be found in
output.txt
with the most notable error being:glbinding is not compatible with gl.h
.Here's how I'm including dependencies for cmake - I couldn't seem to use the find_package mechanism for glbinding and I prefer using git submodules anyway:
Maybe this issue has a simple solution, but I'm struggling to figure this out on my own when I haven't done any real programming myself in this project and I'm just trying to get things that should compile to work together. Any help would be appreciated and maybe this issue would help other beginners in this position! :)
The text was updated successfully, but these errors were encountered: