diff options
Diffstat (limited to 'pipermail/nel/2001-January/000103.html')
-rw-r--r-- | pipermail/nel/2001-January/000103.html | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/pipermail/nel/2001-January/000103.html b/pipermail/nel/2001-January/000103.html new file mode 100644 index 00000000..47afbadd --- /dev/null +++ b/pipermail/nel/2001-January/000103.html @@ -0,0 +1,70 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] compile problems on debian gnu/linux (more)</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:michael%40in-orbit.net"> + <LINK REL="Previous" HREF="000100.html"> + <LINK REL="Next" HREF="000104.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] compile problems on debian gnu/linux (more)</H1> + <B>Michael Warnock</B> + <A HREF="mailto:michael%40in-orbit.net" + TITLE="[Nel] compile problems on debian gnu/linux (more)">michael@in-orbit.net</A><BR> + <I>Fri, 05 Jan 2001 17:04:10 -0800</I> + <P><UL> + <LI> Previous message: <A HREF="000100.html">[Nel] compile problems on debian gnu/linux</A></li> + <LI> Next message: <A HREF="000104.html">[Nel] File formats+other stuff</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#103">[ date ]</a> + <a href="thread.html#103">[ thread ]</a> + <a href="subject.html#103">[ subject ]</a> + <a href="author.html#103">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>><i> +</I> +Thanx for the quick fix! + +here's another bug: +same debian 2.2 (stlport 4.1 now) + +making the client: + +c++ -I/usr/include/freetype2 -I/usr/include/stlport -g -O2 -o client client.o +language_interface.o login_interface.o move_listener.o pb_message_box.o +player_view.o shards_list_interface.o zone_manager.o zone_search.o -lnelnet +-lnelmisc -lnel3d -L/usr/lib -lfreetype -lstlport_gcc +zone_manager.o: In function `NLMISC::IRunnable type_info function': +/usr/include/stlport/iostream(.text+0x0): multiple definition of +`NLMISC::IThread::create(NLMISC::IRunnable *)' +client.o(.text+0x0):/usr/include/stlport/stl/_construct.h: first defined here +collect2: ld returned 1 exit status +make[2]: *** [client] Error 1 + +we got all the servers running with code from the last hour or so. + +michael + + +</pre> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000100.html">[Nel] compile problems on debian gnu/linux</A></li> + <LI> Next message: <A HREF="000104.html">[Nel] File formats+other stuff</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#103">[ date ]</a> + <a href="thread.html#103">[ thread ]</a> + <a href="subject.html#103">[ subject ]</a> + <a href="author.html#103">[ author ]</a> + </LI> + </UL> +</body></html> |