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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Nel] Pb with glx version</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:berenguier%40nevrax.com">
<LINK REL="Previous" HREF="000151.html">
<LINK REL="Next" HREF="000153.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] Pb with glx version</H1>
<B>Lionel Berenguier</B>
<A HREF="mailto:berenguier%40nevrax.com"
TITLE="[Nel] Pb with glx version">berenguier@nevrax.com</A><BR>
<I>Tue, 23 Jan 2001 14:32:41 +0100</I>
<P><UL>
<LI> Previous message: <A HREF="000151.html">[Nel] Pb with glx version</A></li>
<LI> Next message: <A HREF="000153.html">[Nel] Pb with glx version</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#152">[ date ]</a>
<a href="thread.html#152">[ thread ]</a>
<a href="subject.html#152">[ subject ]</a>
<a href="author.html#152">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>><i> I'm having the same trouble as Bernard Hugueney had. I'm using Debian Sid
</I>><i> (unstable), and the nel/ configure script complains about OpenGL version
</I>><i> being too old (GL_GLEXT_VERSION < 7). Debian packages the original XFree
</I>4.0.2
><i> header files, XFree says 4.0.2 uses Mesa 3.4, and if you downloa Mesa 3.4
</I>you'll
><i> see that GL_GLEXT_VERSION is set to 6.
</I>><i>
</I>><i> Since the latest version from SGI's OpenGL sample implementation is set to
</I>7,
><i> and Mesa's CVS stick to that 6, I guess Nevrax developpers use somewhat
</I>><i> cstomized RPMs (let me guess ... Mandrake ? :))
</I>
No.
"glext.h" is NOT linked to any linux distribution/version. His purpose is to
declare all the possible extensions of any graphic hardware. For that
reason, SGI handles the "official" glext.h, which you can retrieve from:
<A HREF="http://oss.sgi.com/projects/ogl-sample/ABI/glext.h">http://oss.sgi.com/projects/ogl-sample/ABI/glext.h</A>
><i> > I suggest that the configure script should be relying on version 6 for
</I>now,
><i> in order we claim what's really implemented by XFree 4.0.2.
</I>
For now, we do not really use the version 7 of the header, but this will
come soon (for fututre new extensions such as NV20 ones), so the only thing
you must do, is to get and replace the glext.h.
><i> _______________________________________________
</I>><i> Nel mailing list
</I>><i> <A HREF="mailto:Nel@nevrax.org">Nel@nevrax.org</A>
</I>><i> <A HREF="/mailman/listinfo.cgi/nel">/mailman/listinfo.cgi/nel</A>
</I>
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000151.html">[Nel] Pb with glx version</A></li>
<LI> Next message: <A HREF="000153.html">[Nel] Pb with glx version</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#152">[ date ]</a>
<a href="thread.html#152">[ thread ]</a>
<a href="subject.html#152">[ subject ]</a>
<a href="author.html#152">[ author ]</a>
</LI>
</UL>
</body></html>
|