diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-March/000376.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to 'pipermail/nel/2001-March/000376.html')
-rw-r--r-- | pipermail/nel/2001-March/000376.html | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/pipermail/nel/2001-March/000376.html b/pipermail/nel/2001-March/000376.html new file mode 100644 index 00000000..05737b3e --- /dev/null +++ b/pipermail/nel/2001-March/000376.html @@ -0,0 +1,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<NL3D::CKeyQuat, NLMISC::CQuat> type_info node' +/usr/local/lib/libnel3d.so: undefined reference to +`NL3D::CTrackKeyFramerLinear<NL3D::CKeyQuat, NLMISC::CQuat>::getValue(void) +const' +/usr/local/lib/libnel3d.so: undefined reference to +`NL3D::CTrackKeyFramerLinear<NL3D::CKeyQuat, NLMISC::CQuat> type_info +function' +/usr/local/lib/libnel3d.so: undefined reference to +`NL3D::CTrackKeyFramerLinear<NL3D::CKeyQuat, NLMISC::CQuat> virtual table' +/usr/local/lib/libnel3d.so: undefined reference to +`NL3D::CTrackKeyFramerLinear<NL3D::CKeyQuat, +NLMISC::CQuat>::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> |