|
From: | Jared Mark |
Subject: | [Nel] gl.h |
Date: | Sat, 17 Feb 2001 15:13:35 -0600 |
-- I'm compiling in win98, using MS VC++ 6.0.
I get the following errors:
Compiling...
driver_opengl.cpp C:\snowballs\nel\src\3d\driver\opengl\driver_opengl_extension.h(44) : fatal error C1083: Cannot open include file: 'GL/glext.h': No such file or directory driver_opengl_extension.cpp C:\snowballs\nel\src\3d\driver\opengl\driver_opengl_extension.h(44) : fatal error C1083: Cannot open include file: 'GL/glext.h': No such file or directory driver_opengl_material.cpp C:\snowballs\nel\src\3d\driver\opengl\driver_opengl_extension.h(44) : fatal error C1083: Cannot open include file: 'GL/glext.h': No such file or directory driver_opengl_matrix.cpp C:\snowballs\nel\src\3d\driver\opengl\driver_opengl_extension.h(44) : fatal error C1083: Cannot open include file: 'GL/glext.h': No such file or directory driver_opengl_texture.cpp C:\snowballs\nel\src\3d\driver\opengl\driver_opengl_extension.h(44) : fatal error C1083: Cannot open include file: 'GL/glext.h': No such file or directory Error executing cl.exe. Okay, so I go check the code, and I find out there's a comment
there telling me to go download something (Shouldn't this sort of thing be in
the readme file?)...
#include <GL/glext.h> // Please download it from http://oss.sgi.com/projects/ogl-sample/ABI/"
I go to do that, and there's 2 versions available. I
grab the most recent, and unpack it to a temporary directory so I can go looking
for these files, and maybe figure out exactly where I need to put
them.
I can find glx.h, but there is no glext.h or gl.h... (both of
which are required).
What am I missing?
|
[Prev in Thread] | Current Thread | [Next in Thread] |