diff options
Diffstat (limited to '')
-rw-r--r-- | pipermail/nel/2001-February/000195.html | 164 |
1 files changed, 164 insertions, 0 deletions
diff --git a/pipermail/nel/2001-February/000195.html b/pipermail/nel/2001-February/000195.html new file mode 100644 index 00000000..4594952b --- /dev/null +++ b/pipermail/nel/2001-February/000195.html @@ -0,0 +1,164 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] gl.h</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:jmark4%40home.com"> + <LINK REL="Previous" HREF="000194.html"> + <LINK REL="Next" HREF="000197.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] gl.h</H1> + <B>Jared Mark</B> + <A HREF="mailto:jmark4%40home.com" + TITLE="[Nel] gl.h">jmark4@home.com</A><BR> + <I>Sat, 17 Feb 2001 15:13:35 -0600</I> + <P><UL> + <LI> Previous message: <A HREF="000194.html">[Nel] samples for NeL!!!</A></li> + <LI> Next message: <A HREF="000197.html">[Nel] gl.h</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#195">[ date ]</a> + <a href="thread.html#195">[ thread ]</a> + <a href="subject.html#195">[ subject ]</a> + <a href="author.html#195">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>This is a multi-part message in MIME format. + +------=_NextPart_000_006E_01C098F4.32F60500 +Content-Type: text/plain; + charset="iso-8859-1" +Content-Transfer-Encoding: quoted-printable + +-- 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 = +<A HREF="http://oss.sgi.com/projects/ogl-sample/ABI/"">http://oss.sgi.com/projects/ogl-sample/ABI/"</A> + +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? + +------=_NextPart_000_006E_01C098F4.32F60500 +Content-Type: text/html; + charset="iso-8859-1" +Content-Transfer-Encoding: quoted-printable + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML><HEAD> +<META http-equiv=3DContent-Type content=3D"text/html; = +charset=3Diso-8859-1"> +<META content=3D"MSHTML 5.50.4522.1801" name=3DGENERATOR> +<STYLE></STYLE> +</HEAD> +<BODY bgColor=3D#ffffff> +<DIV><FONT size=3D2>-- I'm compiling in win98, using MS VC++ = +6.0.</FONT></DIV> +<DIV><FONT size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT size=3D2>I get the following errors:</FONT></DIV> +<DIV><FONT size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT=20 +size=3D2>Compiling...<BR>driver_opengl.cpp<BR>C:\snowballs\nel\src\3d\dri= +ver\opengl\driver_opengl_extension.h(44)=20 +:<i> fatal error C1083: Cannot open include file: 'GL/glext.h': No such = +</I>file or=20 +directory<BR>driver_opengl_extension.cpp<BR>C:\snowballs\nel\src\3d\drive= +r\opengl\driver_opengl_extension.h(44)=20 +:<i> fatal error C1083: Cannot open include file: 'GL/glext.h': No such = +</I>file or=20 +directory<BR>driver_opengl_material.cpp<BR>C:\snowballs\nel\src\3d\driver= +\opengl\driver_opengl_extension.h(44)=20 +:<i> fatal error C1083: Cannot open include file: 'GL/glext.h': No such = +</I>file or=20 +directory<BR>driver_opengl_matrix.cpp<BR>C:\snowballs\nel\src\3d\driver\o= +pengl\driver_opengl_extension.h(44)=20 +:<i> fatal error C1083: Cannot open include file: 'GL/glext.h': No such = +</I>file or=20 +directory<BR>driver_opengl_texture.cpp<BR>C:\snowballs\nel\src\3d\driver\= +opengl\driver_opengl_extension.h(44)=20 +:<i> fatal error C1083: Cannot open include file: 'GL/glext.h': No such = +</I>file or=20 +directory<BR>Error executing cl.exe.</FONT></DIV> +<DIV><FONT size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT size=3D2>Okay, so I go check the code, and I find out there's = +a comment=20 +there telling me to go download something (Shouldn't this sort of thing = +be in=20 +the readme file?)...</FONT></DIV> +<DIV><FONT size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT size=3D2>#include &lt;GL/glext.h&gt;&nbsp;// Please download = +it from <A=20 +href=3D"<A HREF="http://oss.sgi.com/projects/ogl-sample/ABI/"">http://oss.sgi.com/projects/ogl-sample/ABI/"</A>><A HREF="http://oss.sgi.com/p=">http://oss.sgi.com/p=</A> +rojects/ogl-sample/ABI/</A>"</FONT></DIV> +<DIV><FONT size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT size=3D2>I go to do that, and there's 2 versions = +available.&nbsp; I=20 +grab the most recent, and unpack it to a temporary directory so I can go = +looking=20 +for these files, and maybe figure out exactly where I need to put=20 +them.</FONT></DIV> +<DIV><FONT size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT size=3D2>I can find glx.h, but there is no glext.h or gl.h... = +(both of=20 +which are required).</FONT></DIV> +<DIV><FONT size=3D2></FONT>&nbsp;</DIV> +<DIV><FONT size=3D2>What am I missing?</FONT></DIV></BODY></HTML> + +------=_NextPart_000_006E_01C098F4.32F60500-- + + +</pre> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000194.html">[Nel] samples for NeL!!!</A></li> + <LI> Next message: <A HREF="000197.html">[Nel] gl.h</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#195">[ date ]</a> + <a href="thread.html#195">[ thread ]</a> + <a href="subject.html#195">[ subject ]</a> + <a href="author.html#195">[ author ]</a> + </LI> + </UL> +</body></html> |