blob: c4f2c919705d18e369091cb85f2f01598038f5d6 (
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
|
<!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>
|