From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- pipermail/nel/2001-June/000437.html | 68 +++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 pipermail/nel/2001-June/000437.html (limited to 'pipermail/nel/2001-June/000437.html') diff --git a/pipermail/nel/2001-June/000437.html b/pipermail/nel/2001-June/000437.html new file mode 100644 index 00000000..86ced898 --- /dev/null +++ b/pipermail/nel/2001-June/000437.html @@ -0,0 +1,68 @@ + + + + [Nel] Compiling NeL from CVS + + + + + + +

[Nel] Compiling NeL from CVS

+ Vincent Caron + v.caron@zerodeux.net
+ Thu, 28 Jun 2001 18:39:59 +0200 +

+
+ +
Slight troubles :
+
+- bootstrap complains that there is no 'ChangeLog' file, adding a stub with
+'touch ChangeLog' makes it happy (and working)
+
+- stuck here :
+
+make[4]: Entering directory `/home/zerodeux/src/nevrax/code/nel/src/3d/driver/opengl'
+c++ -DHAVE_CONFIG_H -I. -I. -I../../../../include -O3
+-I/home/zerodeux/code/pngl/STLport-0619/stlport -I./src -Wno-multichar -D_REENTRANT
+-I/usr/X11R6/include -Wp,-MD,.deps/driver_opengl.pp -c driver_opengl.cpp  -fPIC -DPIC -o
+.libs/driver_opengl.lo
+In file included from driver_opengl.cpp:48:
+driver_opengl.h:51: 3d/driver.h: No such file or directory
+driver_opengl.h:52: 3d/material.h: No such file or directory
+driver_opengl.h:53: 3d/shader.h: No such file or directory
+driver_opengl.h:54: 3d/vertex_buffer.h: No such file or directory
+driver_opengl.cpp:50: 3d/vertex_buffer.h: No such file or directory
+driver_opengl.cpp:51: 3d/light.h: No such file or directory
+driver_opengl.cpp:52: 3d/primitive_block.h: No such file or directory
+
+The "-I./src" should be "-I../../../../src" ...
+
+
+ + + + +
+

+ -- cgit v1.2.1