I was looking through more of the sample source code, and testgl.c keeps
reporting that my system doesn’t have OpenGL. I was a bit curious seeing
I have a GeForce 4 Ti4600 with the latest drivers :-P. I can’t seem to
find it in any of the header files includes. Could someone clarify where
this definition can be found?
in the test dir you run the configure script. this looks for opengl and defines HAVE_OPENGL if it can find the headers and library.
check the resulting config.log if you seem to have any problems getting it to detect opengl.
find the part where it tries to detect opengl, and there you should see errors related to the detection process.
correcting the errors requires knowledge of the actual errors, so further help is not available unless you can relay the config.log to us.
-LIM-
Ken Mortimer wrote:> I was looking through more of the sample source code, and testgl.c keeps
reporting that my system doesn’t have OpenGL. I was a bit curious seeing
I have a GeForce 4 Ti4600 with the latest drivers :-P. I can’t seem to
find it in any of the header files includes. Could someone clarify where
this definition can be found?
SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl
–
-==-
Jon Atkins
http://jonatkins.org/