You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having problems compiling under MinGW g++ compiler. The application cannot locate the header file "GL/glew.h" or the <GL/wglew>. I think my problem is that I don't have OpenGL installed, my assumption was that it is included with nvidia drivers. Is there a way I can check to see if I have it downloaded already? Other than that I have the glew-2.1.0 folder in my main directory and I have updated the includes to reflect my environment.
EDIT
Solved the problem, I forgot to change the <> to quotes... But a new problem has emerged when trying to build. Here is the console
The text was updated successfully, but these errors were encountered:
Bren-LL
changed the title
OpenGL glew / Building my own .exe
Building my own .exe
Apr 4, 2021
Looks like it can't find Engine.cpp for some reason. If it's not there, try redownloading it. If it's there, maybe check the path you're building from. Personally, I'm not sure what else it could be.
I am having problems compiling under MinGW g++ compiler. The application cannot locate the header file "GL/glew.h" or the <GL/wglew>. I think my problem is that I don't have OpenGL installed, my assumption was that it is included with nvidia drivers. Is there a way I can check to see if I have it downloaded already? Other than that I have the glew-2.1.0 folder in my main directory and I have updated the includes to reflect my environment.
EDIT
Solved the problem, I forgot to change the <> to quotes... But a new problem has emerged when trying to build. Here is the console
The text was updated successfully, but these errors were encountered: