aboutsummaryrefslogtreecommitdiff
path: root/pipermail/nel/2001-December/000777.html
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
committerneodarz <neodarz@neodarz.net>2018-08-11 20:21:34 +0200
commit0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch)
tree2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-December/000777.html
downloadnevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz
nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip
Initial commit
Diffstat (limited to 'pipermail/nel/2001-December/000777.html')
-rw-r--r--pipermail/nel/2001-December/000777.html122
1 files changed, 122 insertions, 0 deletions
diff --git a/pipermail/nel/2001-December/000777.html b/pipermail/nel/2001-December/000777.html
new file mode 100644
index 00000000..95614756
--- /dev/null
+++ b/pipermail/nel/2001-December/000777.html
@@ -0,0 +1,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 &amp;destMat, CMaterial &amp;srcMat, uint8 modulatedStages)
++static inline void ForceMaterialModulation(CMaterial &amp;destMat, CMaterial &amp;srcMat, uint8 modulatedStages)
+ {
+ for (uint k = 0; k &lt; 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>