aboutsummaryrefslogtreecommitdiff
path: root/pipermail/nel/2001-February/000197.html
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
committerneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
commit0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch)
tree2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-February/000197.html
downloadnevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz
nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip
Initial commit
Diffstat (limited to 'pipermail/nel/2001-February/000197.html')
-rw-r--r--pipermail/nel/2001-February/000197.html215
1 files changed, 215 insertions, 0 deletions
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 @@
+<!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:eagleeye%40flashmail.com">
+ <LINK REL="Previous" HREF="000195.html">
+ <LINK REL="Next" HREF="000211.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Nel] gl.h</H1>
+ <B>EagleEye</B>
+ <A HREF="mailto:eagleeye%40flashmail.com"
+ TITLE="[Nel] gl.h">eagleeye@flashmail.com</A><BR>
+ <I>Sat, 17 Feb 2001 15:26:03 -0600</I>
+ <P><UL>
+ <LI> Previous message: <A HREF="000195.html">[Nel] gl.h</A></li>
+ <LI> Next message: <A HREF="000211.html">[Nel] gl.h</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#197">[ date ]</a>
+ <a href="thread.html#197">[ thread ]</a>
+ <a href="subject.html#197">[ subject ]</a>
+ <a href="author.html#197">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>This is a multi-part message in MIME format.
+
+------=_NextPart_000_0083_01C098F5.F096D480
+Content-Type: text/plain;
+ charset=&quot;iso-8859-1&quot;
+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:
+<A HREF="http://oss.sgi.com/projects/ogl-sample/ABI/glext.h">http://oss.sgi.com/projects/ogl-sample/ABI/glext.h</A>
+
+ ----- Original Message -----=20
+ From: Jared Mark=20
+ To: <A HREF="mailto:nel@nevrax.org">nel@nevrax.org</A>=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 &lt;GL/glext.h&gt; // Please download it from =
+<A HREF="http://oss.sgi.com/projects/ogl-sample/ABI/"">http://oss.sgi.com/projects/ogl-sample/ABI/&quot;</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_0083_01C098F5.F096D480
+Content-Type: text/html;
+ charset=&quot;iso-8859-1&quot;
+Content-Transfer-Encoding: quoted-printable
+
+&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
+&lt;HTML&gt;&lt;HEAD&gt;
+&lt;META http-equiv=3DContent-Type content=3D&quot;text/html; =
+charset=3Diso-8859-1&quot;&gt;
+&lt;META content=3D&quot;MSHTML 5.50.4522.1801&quot; name=3DGENERATOR&gt;
+&lt;STYLE&gt;&lt;/STYLE&gt;
+&lt;/HEAD&gt;
+&lt;BODY bgColor=3D#ffffff&gt;
+&lt;DIV&gt;&lt;FONT size=3D2&gt;Okay, I did some reading through the mail archives =
+and found=20
+the file I needed.&amp;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.&lt;/FONT&gt;&lt;/DIV&gt;
+&lt;DIV&gt;&lt;FONT size=3D2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
+&lt;DIV&gt;&lt;FONT size=3D2&gt;Here's the URL for those of you looking for =
+it:&lt;/FONT&gt;&lt;/DIV&gt;
+&lt;DIV&gt;&lt;FONT size=3D2&gt;&lt;A=20
+href=3D&quot;<A HREF="http://oss.sgi.com/projects/ogl-sample/ABI/glext.h"">http://oss.sgi.com/projects/ogl-sample/ABI/glext.h&quot;</A>&gt;&lt;FONT=20
+size=3D3&gt;<A HREF="http://oss.sgi.com/projects/ogl-sample/ABI/glext.h</FONT">http://oss.sgi.com/projects/ogl-sample/ABI/glext.h&lt;/FONT</A>&gt;&lt;/A&gt;&lt;BR=
+&gt;<i>&lt;/DIV&gt;&lt;/FONT&gt;
+</I>&lt;BLOCKQUOTE dir=3Dltr=20
+style=3D&quot;PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
+BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px&quot;&gt;
+ &lt;DIV style=3D&quot;FONT: 10pt arial&quot;&gt;----- Original Message ----- &lt;/DIV&gt;
+ &lt;DIV=20
+ style=3D&quot;BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
+black&quot;&gt;&lt;B&gt;From:&lt;/B&gt;=20
+ &lt;A title=<A HREF="mailto:3Djmark4@home.com">3Djmark4@home.com</A> href=3D&quot;mailto:<A HREF="mailto:jmark4@home.com">jmark4@home.com</A>&quot;&gt;Jared =
+Mark&lt;/A&gt; &lt;/DIV&gt;
+ &lt;DIV style=3D&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;To:&lt;/B&gt; &lt;A title=<A HREF="mailto:3Dnel@nevrax.org">3Dnel@nevrax.org</A>=20
+ href=3D&quot;mailto:<A HREF="mailto:nel@nevrax.org">nel@nevrax.org</A>&quot;&gt;<A HREF="mailto:nel@nevrax.org">nel@nevrax.org</A>&lt;/A&gt; &lt;/DIV&gt;
+ &lt;DIV style=3D&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;Sent:&lt;/B&gt; Saturday, February 17, =
+2001 3:13=20
+ PM&lt;/DIV&gt;
+ &lt;DIV style=3D&quot;FONT: 10pt arial&quot;&gt;&lt;B&gt;Subject:&lt;/B&gt; [Nel] gl.h&lt;/DIV&gt;
+ &lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;
+ &lt;DIV&gt;&lt;FONT size=3D2&gt;-- I'm compiling in win98, using MS VC++ =
+6.0.&lt;/FONT&gt;&lt;/DIV&gt;
+ &lt;DIV&gt;&lt;FONT size=3D2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
+ &lt;DIV&gt;&lt;FONT size=3D2&gt;I get the following errors:&lt;/FONT&gt;&lt;/DIV&gt;
+ &lt;DIV&gt;&lt;FONT size=3D2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
+ &lt;DIV&gt;&lt;FONT=20
+ =
+size=3D2&gt;Compiling...&lt;BR&gt;driver_opengl.cpp&lt;BR&gt;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&lt;BR&gt;driver_opengl_extension.cpp&lt;BR&gt;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&lt;BR&gt;driver_opengl_material.cpp&lt;BR&gt;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&lt;BR&gt;driver_opengl_matrix.cpp&lt;BR&gt;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&lt;BR&gt;driver_opengl_texture.cpp&lt;BR&gt;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&lt;BR&gt;Error executing cl.exe.&lt;/FONT&gt;&lt;/DIV&gt;
+ &lt;DIV&gt;&lt;FONT size=3D2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
+ &lt;DIV&gt;&lt;FONT size=3D2&gt;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?)...&lt;/FONT&gt;&lt;/DIV&gt;
+ &lt;DIV&gt;&lt;FONT size=3D2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
+ &lt;DIV&gt;&lt;FONT size=3D2&gt;#include &amp;lt;GL/glext.h&amp;gt;&amp;nbsp;// Please =
+download it from=20
+ &lt;A=20
+ =
+href=3D&quot;<A HREF="http://oss.sgi.com/projects/ogl-sample/ABI/"">http://oss.sgi.com/projects/ogl-sample/ABI/&quot;</A>&gt;<A HREF="http://oss.sgi.com/p=">http://oss.sgi.com/p=</A>
+rojects/ogl-sample/ABI/&lt;/A&gt;&quot;&lt;/FONT&gt;&lt;/DIV&gt;
+ &lt;DIV&gt;&lt;FONT size=3D2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
+ &lt;DIV&gt;&lt;FONT size=3D2&gt;I go to do that, and there's 2 versions =
+available.&amp;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.&lt;/FONT&gt;&lt;/DIV&gt;
+ &lt;DIV&gt;&lt;FONT size=3D2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
+ &lt;DIV&gt;&lt;FONT size=3D2&gt;I can find glx.h, but there is no glext.h or =
+gl.h... (both=20
+ of which are required).&lt;/FONT&gt;&lt;/DIV&gt;
+ &lt;DIV&gt;&lt;FONT size=3D2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
+ &lt;DIV&gt;&lt;FONT size=3D2&gt;What am I =
+missing?&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
+
+------=_NextPart_000_0083_01C098F5.F096D480--
+
+
+</pre>
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI> Previous message: <A HREF="000195.html">[Nel] gl.h</A></li>
+ <LI> Next message: <A HREF="000211.html">[Nel] gl.h</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#197">[ date ]</a>
+ <a href="thread.html#197">[ thread ]</a>
+ <a href="subject.html#197">[ subject ]</a>
+ <a href="author.html#197">[ author ]</a>
+ </LI>
+ </UL>
+</body></html>