diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-January/000152.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to 'pipermail/nel/2001-January/000152.html')
-rw-r--r-- | pipermail/nel/2001-January/000152.html | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/pipermail/nel/2001-January/000152.html b/pipermail/nel/2001-January/000152.html new file mode 100644 index 00000000..08b98514 --- /dev/null +++ b/pipermail/nel/2001-January/000152.html @@ -0,0 +1,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="http://www.nevrax.org/mailman/listinfo.cgi/nel">http://www.nevrax.org/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> |