diff options
Diffstat (limited to '')
-rw-r--r-- | pipermail/nel/2001-June/000437.html | 68 |
1 files changed, 68 insertions, 0 deletions
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 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] Compiling NeL from CVS</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:v.caron%40zerodeux.net"> + <LINK REL="Previous" HREF="000436.html"> + <LINK REL="Next" HREF="000438.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] Compiling NeL from CVS</H1> + <B>Vincent Caron</B> + <A HREF="mailto:v.caron%40zerodeux.net" + TITLE="[Nel] Compiling NeL from CVS">v.caron@zerodeux.net</A><BR> + <I>Thu, 28 Jun 2001 18:39:59 +0200</I> + <P><UL> + <LI> Previous message: <A HREF="000436.html">[Nel] .shape file format change</A></li> + <LI> Next message: <A HREF="000438.html">[Nel] Compiling NeL from CVS</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#437">[ date ]</a> + <a href="thread.html#437">[ thread ]</a> + <a href="subject.html#437">[ subject ]</a> + <a href="author.html#437">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>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" ... + +</pre> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000436.html">[Nel] .shape file format change</A></li> + <LI> Next message: <A HREF="000438.html">[Nel] Compiling NeL from CVS</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#437">[ date ]</a> + <a href="thread.html#437">[ thread ]</a> + <a href="subject.html#437">[ subject ]</a> + <a href="author.html#437">[ author ]</a> + </LI> + </UL> +</body></html> |