Name: Anonymous 2012-04-25 23:07
Hey /prog/, don't swing by here too often but I'm in need of some help.
I'm on windows, using mingw and I haven't really messed with make, makefiles, etc too much and its kicking my ass at the moment. I'm trying to build the OpenGL SDK and tutorials related to this book: http://www.arcsynthesis.org/gltut/.
So, I download his source distribution, use premake to create the makefiles and try to use make on those; but, I keep getting this:
glload is just one of the dev tools that comes with this pre-packaged opengl SDK - the one it tries to build first.
Sorry if this is retardedly easy and thanks in advance.
I'm on windows, using mingw and I haven't really messed with make, makefiles, etc too much and its kicking my ass at the moment. I'm trying to build the OpenGL SDK and tutorials related to this book: http://www.arcsynthesis.org/gltut/.
So, I download his source distribution, use premake to create the makefiles and try to use make on those; but, I keep getting this:
==== Building glload (debug) ====
gll_c.c
/bin/sh: cc: command not found
make[1]: *** [Debug/gll_c.o] Error 127
make: *** [glload] Error 2glload is just one of the dev tools that comes with this pre-packaged opengl SDK - the one it tries to build first.
Sorry if this is retardedly easy and thanks in advance.