From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- pipermail/nel/2001-February/000197.html | 215 ++++++++++++++++++++++++++++++++ 1 file changed, 215 insertions(+) create mode 100644 pipermail/nel/2001-February/000197.html (limited to 'pipermail/nel/2001-February/000197.html') diff --git a/pipermail/nel/2001-February/000197.html b/pipermail/nel/2001-February/000197.html new file mode 100644 index 00000000..777f9aa2 --- /dev/null +++ b/pipermail/nel/2001-February/000197.html @@ -0,0 +1,215 @@ + + + + [Nel] gl.h + + + + + + +

[Nel] gl.h

+ EagleEye + eagleeye@flashmail.com
+ Sat, 17 Feb 2001 15:26:03 -0600 +

+
+ +
This is a multi-part message in MIME format.
+
+------=_NextPart_000_0083_01C098F5.F096D480
+Content-Type: text/plain;
+	charset="iso-8859-1"
+Content-Transfer-Encoding: quoted-printable
+
+Okay, I did some reading through the mail archives and found the file I =
+needed.  I guess this means the documentation just needs to be updated =
+so people know to get this file (glext.h), and where to get it.
+
+Here's the URL for those of you looking for it:
+http://oss.sgi.com/projects/ogl-sample/ABI/glext.h
+
+  ----- Original Message -----=20
+  From: Jared Mark=20
+  To: nel@nevrax.org=20
+  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?)...
+
+  #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?
+
+------=_NextPart_000_0083_01C098F5.F096D480
+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>Okay, I did some reading through the mail archives =
+and found=20
+the file I needed.&nbsp; I guess this means the documentation just needs =
+to be=20
+updated so people know to get this file (glext.h), and where to get=20
+it.</FONT></DIV>
+<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
+<DIV><FONT size=3D2>Here's the URL for those of you looking for =
+it:</FONT></DIV>
+<DIV><FONT size=3D2><A=20
+href=3D"http://oss.sgi.com/projects/ogl-sample/ABI/glext.h"><FONT=20
+size=3D3>http://oss.sgi.com/projects/ogl-sample/ABI/glext.h</FONT></A><BR=
+></DIV></FONT>
+<BLOCKQUOTE dir=3Dltr=20
+style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
+BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
+  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
+  <DIV=20
+  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
+black"><B>From:</B>=20
+  <A title=3Djmark4@home.com href=3D"mailto:jmark4@home.com">Jared =
+Mark</A> </DIV>
+  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A title=3Dnel@nevrax.org=20
+  href=3D"mailto:nel@nevrax.org">nel@nevrax.org</A> </DIV>
+  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Saturday, February 17, =
+2001 3:13=20
+  PM</DIV>
+  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> [Nel] gl.h</DIV>
+  <DIV><BR></DIV>
+  <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
+  : fatal error C1083: Cannot open include file: 'GL/glext.h': No such =
+file or=20
+  =
+directory<BR>driver_opengl_extension.cpp<BR>C:\snowballs\nel\src\3d\drive=
+r\opengl\driver_opengl_extension.h(44)=20
+  : fatal error C1083: Cannot open include file: 'GL/glext.h': No such =
+file or=20
+  =
+directory<BR>driver_opengl_material.cpp<BR>C:\snowballs\nel\src\3d\driver=
+\opengl\driver_opengl_extension.h(44)=20
+  : fatal error C1083: Cannot open include file: 'GL/glext.h': No such =
+file or=20
+  =
+directory<BR>driver_opengl_matrix.cpp<BR>C:\snowballs\nel\src\3d\driver\o=
+pengl\driver_opengl_extension.h(44)=20
+  : fatal error C1083: Cannot open include file: 'GL/glext.h': No such =
+file or=20
+  =
+directory<BR>driver_opengl_texture.cpp<BR>C:\snowballs\nel\src\3d\driver\=
+opengl\driver_opengl_extension.h(44)=20
+  : fatal error C1083: Cannot open include file: 'GL/glext.h': No such =
+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=20
+  comment there telling me to go download something (Shouldn't this sort =
+of=20
+  thing be in 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=20
+  <A=20
+  =
+href=3D"http://oss.sgi.com/projects/ogl-sample/ABI/">http://oss.sgi.com/p=
+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=20
+  looking 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=20
+  of which are required).</FONT></DIV>
+  <DIV><FONT size=3D2></FONT>&nbsp;</DIV>
+  <DIV><FONT size=3D2>What am I =
+missing?</FONT></DIV></BLOCKQUOTE></BODY></HTML>
+
+------=_NextPart_000_0083_01C098F5.F096D480--
+
+
+
+ + + + +
+

+ -- cgit v1.2.1