blob: 47afbadd970ce48a061abc4c057e508ac3aaa64f (
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
|
<!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>
|