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/000117.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to 'pipermail/nel/2001-January/000117.html')
-rw-r--r-- | pipermail/nel/2001-January/000117.html | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/pipermail/nel/2001-January/000117.html b/pipermail/nel/2001-January/000117.html new file mode 100644 index 00000000..c4f2c919 --- /dev/null +++ b/pipermail/nel/2001-January/000117.html @@ -0,0 +1,96 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] mesa3D</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:valignat%40nevrax.com"> + <LINK REL="Previous" HREF="000116.html"> + <LINK REL="Next" HREF="000118.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] mesa3D</H1> + <B>Valignat Cedric</B> + <A HREF="mailto:valignat%40nevrax.com" + TITLE="[Nel] mesa3D">valignat@nevrax.com</A><BR> + <I>Fri, 12 Jan 2001 12:01:36 +0100</I> + <P><UL> + <LI> Previous message: <A HREF="000116.html">[Nel] mesa3D</A></li> + <LI> Next message: <A HREF="000118.html">Re[2]: [Nel] File formats+other stuff</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#117">[ date ]</a> + <a href="thread.html#117">[ thread ]</a> + <a href="subject.html#117">[ subject ]</a> + <a href="author.html#117">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hello Bernard, + +Bernard Hugueney wrote: +><i> +</I>><i> I must say that for once, Debian unstable is not up to date. +</I>><i> I've been left behind recently, even with latest (today's!) xlibmesa-dev :-( +</I> +Ouch !... + +><i> Just when I bought those extra 128 Mo that 'd have allowed me to compile Nel +</I>><i> AND move he mouse cursor :-( +</I> +How much RAM did you have, before, to run X ? :-P + +><i> And lanch ddd on the servers because they segfaulted on startup here :-( +</I> +Did you get any error messages ? + +The servers are, actually, made in a way that they print an error message and +create a core files if there is a problem, that's help us to debug them ... + +><i> I've no relevent version number as debian seem to sync them with XFree's: +</I>><i> +</I>><i> bubastis:~# dpkg -p xlibmesa-dev |fgrep Version +</I>><i> Version: 4.0.2-1 +</I>><i> +</I>><i> bubastis:~# dpkg -L xlibmesa-dev |fgrep glext.h +</I>><i> /usr/include/GL/glext.h +</I>><i> but +</I>><i> bubastis:~# fgrep GL_GLEXT_VERSION `dpkg -L xlibmesa-dev |fgrep glext.h` +</I>><i> #define GL_GLEXT_VERSION 6 +</I>><i> which does not plese Nel :-(( +</I> +The Mesa's rpm that we used is the 3.3-5 version and it use the version 7 +of GL/glext.h. We didn't test it with any other version of mesa yet, but you +could try to download the lastest version of GL/glext.h at +<A HREF="http://oss.sgi.com/projects/ogl-sample/ABI/glext.h">http://oss.sgi.com/projects/ogl-sample/ABI/glext.h</A> and recompile NeL. + +An other solution is to remove the GL_GLEXT_VERSION checking in the +configure.in file and in the src/3d/driver/opengl/driver_opengl_extension.h +file and try to recompile NeL ... + +I hope that could help you to fixed your problem ... + + +Cedric. + + +</pre> + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000116.html">[Nel] mesa3D</A></li> + <LI> Next message: <A HREF="000118.html">Re[2]: [Nel] File formats+other stuff</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#117">[ date ]</a> + <a href="thread.html#117">[ thread ]</a> + <a href="subject.html#117">[ subject ]</a> + <a href="author.html#117">[ author ]</a> + </LI> + </UL> +</body></html> |