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