----- Original Message -----
Sent: Saturday, February 17, 2001 3:13
PM
Subject: [Nel] gl.h
-- 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?)...
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?