aboutsummaryrefslogtreecommitdiff
path: root/pipermail/nel/2001-March/000376.html
blob: 05737b3e12f4b7016cbd4c88d8e53e01bbe8f2f5 (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Nel] ugh, C++ is so obtuse</TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:pierre%40mobivision.com">
   <LINK REL="Previous"  HREF="000375.html">
   <LINK REL="Next" HREF="000377.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Nel] ugh, C++ is so obtuse</H1>
    <B>Pierre Bonnefoy</B> 
    <A HREF="mailto:pierre%40mobivision.com"
       TITLE="[Nel] ugh, C++ is so obtuse">pierre@mobivision.com</A><BR>
    <I>Wed, 14 Mar 2001 09:33:13 +0100</I>
    <P><UL>
        <LI> Previous message: <A HREF="000375.html">[Nel] ugh, C++ is so obtuse</A></li>
        <LI> Next message: <A HREF="000377.html">[Nel] ugh, C++ is so obtuse</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#376">[ date ]</a>
              <a href="thread.html#376">[ thread ]</a>
              <a href="subject.html#376">[ subject ]</a>
              <a href="author.html#376">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>OK, I had the same problem as 'Robert' and Michael Warnock.

Thank you Vianney for the fix, although, now, I have a different problem
when compiling the client:

c++ -I/usr/local/include/freetype2 -I/home/pierre/STLport-4.0/stlport -g -O2
  -o client  character_interface.o client.o language_interface.o
login_interface.o move_listener.o pb_message_box.o player_view.o
shards_list_interface.o sight.o
lens_flare.o -lnelnet -lnelmisc -lnel3d -L/usr/local/lib -lfreetype -L/home/
pierre/STLport-4.0/lib  -lstlport_gcc
/usr/local/lib/libnel3d.so: undefined reference to
`NL3D::CTrackKeyFramerLinear&lt;NL3D::CKeyQuat, NLMISC::CQuat&gt; type_info node'
/usr/local/lib/libnel3d.so: undefined reference to
`NL3D::CTrackKeyFramerLinear&lt;NL3D::CKeyQuat, NLMISC::CQuat&gt;::getValue(void)
const'
/usr/local/lib/libnel3d.so: undefined reference to
`NL3D::CTrackKeyFramerLinear&lt;NL3D::CKeyQuat, NLMISC::CQuat&gt; type_info
function'
/usr/local/lib/libnel3d.so: undefined reference to
`NL3D::CTrackKeyFramerLinear&lt;NL3D::CKeyQuat, NLMISC::CQuat&gt; virtual table'
/usr/local/lib/libnel3d.so: undefined reference to
`NL3D::CTrackKeyFramerLinear&lt;NL3D::CKeyQuat,
NLMISC::CQuat&gt;::evalKey(NL3D::CKeyQuat const *, NL3D::CKeyQuat const *,
float, float, float)'
collect2: ld returned 1 exit status



I have also a problem when compiling the server, but there are many many
error reports (file included).
Moreover, I have a little problem first when compiling server : There is
no --with-python option in configure, and, first, there was a problem as
Python.h was not found. I added by and in makefile the path towards Python.h
and subsequent files.
Shouldn't --with-python option be included also in configure for server ?


As a conclusion, I would like to thank people fom Nevrax and every people
involved in Nevrax.org for such a great job !


     Pierre Bonnefoy

[Moderation note: attached file removed for posting in the mailing list]

</pre>


<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI> Previous message: <A HREF="000375.html">[Nel] ugh, C++ is so obtuse</A></li>
	<LI> Next message: <A HREF="000377.html">[Nel] ugh, C++ is so obtuse</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#376">[ date ]</a>
              <a href="thread.html#376">[ thread ]</a>
              <a href="subject.html#376">[ subject ]</a>
              <a href="author.html#376">[ author ]</a>
         </LI>
       </UL>
</body></html>