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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Nel] Feedback</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:arnaud.bienvenu%40via.ecp.fr">
<LINK REL="Previous" HREF="000775.html">
<LINK REL="Next" HREF="000798.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] Feedback</H1>
<B>Arnaud Bienvenu</B>
<A HREF="mailto:arnaud.bienvenu%40via.ecp.fr"
TITLE="[Nel] Feedback">arnaud.bienvenu@via.ecp.fr</A><BR>
<I>Mon, 10 Dec 2001 11:00:41 +0100</I>
<P><UL>
<LI> Previous message: <A HREF="000775.html">[Nel] Landscape Building problems</A></li>
<LI> Next message: <A HREF="000798.html">[Nel] Feedback</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#777">[ date ]</a>
<a href="thread.html#777">[ thread ]</a>
<a href="subject.html#777">[ subject ]</a>
<a href="author.html#777">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Good morning,
I just tried to compile and run nel/snowballs2 from today's CVS source under
Linux Redhat 7.2. First I had to apply two tiny patches (see below), and
then, trying to run snowballs :
WRN 3133 dru.cpp 95 : when loading dynamic library 'libnel_drv_opengl.so':
/usr/X11R6/lib/libICE.soh: shared object not open
WRN 3133 common.cpp 392 : Exception will be launched: libnel_drv_opengl.so
not found
Actually, I have libICE.so, not libICE.soh ! Do you have any idea where this
error could come from ? Even if I ln -s libICE.soh libICE.so, I get the same
error. My libICE.so comes from XFree86-devel-4.1.0-3.
Thank you for your attention,
Arnaud Bienvenu
PS : Please tell me if the patches below are useful for you. If yes, would
you prefer to have them attached as text files ?
Index: nel/src/3d/Makefile.am
===================================================================
RCS file: /home/cvsroot/code/nel/src/3d/Makefile.am,v
retrieving revision 1.58
diff -u -r1.58 Makefile.am
--- nel/src/3d/Makefile.am 6 Dec 2001 17:03:03 -0000 1.58
+++ nel/src/3d/Makefile.am 10 Dec 2001 09:55:52 -0000
@@ -180,11 +180,14 @@
transformable_user.h \
trav_scene.h \
vegetable.h \
+ vegetable_blend_layer_model.h \
vegetable_clip_block.h \
vegetable_def.h \
vegetable_instance_group.h \
vegetable_manager.h \
+ vegetable_quadrant.h \
vegetable_shape.h \
+ vegetable_sort_block.h \
vegetablevb_allocator.h \
vertex_buffer.h \
vertex_buffer_hard.h \
@@ -369,11 +372,14 @@
transformable.cpp \
transformable_user.cpp \
vegetable.cpp \
+ vegetable_blend_layer_model.cpp \
vegetable_clip_block.cpp \
vegetable_def.cpp \
vegetable_instance_group.cpp \
vegetable_manager.cpp \
+ vegetable_quadrant.cpp \
vegetable_shape.cpp \
+ vegetable_sort_block.cpp \
vegetablevb_allocator.cpp \
vertex_buffer.cpp \
vertex_buffer_hard.cpp \
Index: nel/src/3d/ps_mesh.cpp
===================================================================
RCS file: /home/cvsroot/code/nel/src/3d/ps_mesh.cpp,v
retrieving revision 1.1
diff -u -r1.1 ps_mesh.cpp
--- nel/src/3d/ps_mesh.cpp 6 Dec 2001 16:51:49 -0000 1.1
+++ nel/src/3d/ps_mesh.cpp 10 Dec 2001 10:02:31 -0000
@@ -840,7 +840,7 @@
//====================================================================================
// Private func used to force modulation on a material and to store the preious state
-static inline ForceMaterialModulation(CMaterial &destMat, CMaterial &srcMat, uint8 modulatedStages)
+static inline void ForceMaterialModulation(CMaterial &destMat, CMaterial &srcMat, uint8 modulatedStages)
{
for (uint k = 0; k < IDRV_MAT_MAXTEXTURES; ++k)
{
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000775.html">[Nel] Landscape Building problems</A></li>
<LI> Next message: <A HREF="000798.html">[Nel] Feedback</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#777">[ date ]</a>
<a href="thread.html#777">[ thread ]</a>
<a href="subject.html#777">[ subject ]</a>
<a href="author.html#777">[ author ]</a>
</LI>
</UL>
</body></html>
|