HackerPoet / NonEuclidean

A Non-Euclidean Rendering Engine for 3D scenes.
MIT License
6.04k stars 579 forks source link

Building my own .exe #39

Open Bren-LL opened 3 years ago

Bren-LL commented 3 years ago

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

ehx-v1 commented 3 years ago

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.