Skip to content
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

Building my own .exe #39

Open
Bren-LL opened this issue Apr 4, 2021 · 1 comment
Open

Building my own .exe #39

Bren-LL opened this issue Apr 4, 2021 · 1 comment

Comments

@Bren-LL
Copy link

Bren-LL commented Apr 4, 2021

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
engineErr

@Bren-LL Bren-LL changed the title OpenGL glew / Building my own .exe Building my own .exe Apr 4, 2021
@ehx-v1
Copy link

ehx-v1 commented Apr 18, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants