aboutsummaryrefslogtreecommitdiff
path: root/pipermail/nel/2001-February/000195.html
blob: 4594952b1f20bb10470c02e4673939f326114ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
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=&quot;iso-8859-1&quot;
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 &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_006E_01C098F4.32F60500
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;-- 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
:<i> fatal error C1083: Cannot open include file: 'GL/glext.h': No such =
</I>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
:<i> fatal error C1083: Cannot open include file: 'GL/glext.h': No such =
</I>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
:<i> fatal error C1083: Cannot open include file: 'GL/glext.h': No such =
</I>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
:<i> fatal error C1083: Cannot open include file: 'GL/glext.h': No such =
</I>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
:<i> fatal error C1083: Cannot open include file: 'GL/glext.h': No such =
</I>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 comment=20
there telling me to go download something (Shouldn't this sort of thing =
be in=20
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 &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 =
looking=20
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 of=20
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;/BODY&gt;&lt;/HTML&gt;

------=_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>