aboutsummaryrefslogtreecommitdiff
path: root/pipermail/nel/2001-July/000506.html
blob: 36ca43d8cd47812fc838e2eb4dcd4d57e7c1d656 (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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Nel] Linux compiling (was: TCP vs. UDP)</TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:corvazier%40nevrax.com">
   <LINK REL="Previous"  HREF="000505.html">
   <LINK REL="Next" HREF="000489.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Nel] Linux compiling (was: TCP vs. UDP)</H1>
    <B>Cyril Corvazier</B> 
    <A HREF="mailto:corvazier%40nevrax.com"
       TITLE="[Nel] Linux compiling (was: TCP vs. UDP)">corvazier@nevrax.com</A><BR>
    <I>Thu, 12 Jul 2001 09:32:00 +0200</I>
    <P><UL>
        <LI> Previous message: <A HREF="000505.html">[Nel] Linux compiling</A></li>
        <LI> Next message: <A HREF="000489.html">[Nel] TCP vs. UDP</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#506">[ date ]</a>
              <a href="thread.html#506">[ thread ]</a>
              <a href="subject.html#506">[ subject ]</a>
              <a href="author.html#506">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>Hi,

This error is a NeL compilation error, not a STLport version problem.
This should be fixed now. Thanks for the report.

Regards,

Cyril Corvazier
Lead 3d programmer
Nevrax France

----- Original Message -----
From: &quot;Ed Landa&quot; &lt;<A HREF="mailto:elanda@xeme.com">elanda@xeme.com</A>&gt;
To: &lt;<A HREF="mailto:nel@nevrax.org">nel@nevrax.org</A>&gt;
Sent: Wednesday, July 11, 2001 7:34 PM
Subject: [Nel] Linux compiling (was: TCP vs. UDP)


&gt;<i> &gt; Ok, normally, it should works on all linux distribution with gcc 2.95 or
</I>&gt;<i> &gt; greater
</I>&gt;<i> &gt; We tested it on radhat, debian and it works well. But you have to
</I>install
&gt;<i>
</I>&gt;<i> I've tried using STLport 4.0 and 4.5, but I still end up with an error in
</I>&gt;<i> one section.  It's too much C++ for this C programmer to be able to debug,
</I>so
&gt;<i> I thought I'd ask the list if anyone else is having this problem:
</I>&gt;<i>
</I>&gt;<i> (this isn't pretty, but it looks to me like it is trying to make a STL
</I>call
&gt;<i> that doesn't exist)
</I>&gt;<i>
</I>&gt;<i> $ rpm -q gcc
</I>&gt;<i> gcc-2.96-85
</I>&gt;<i>
</I>&gt;<i> make[1]: Entering directory `/home/elanda/NeL/code/nel/src/3d'
</I>&gt;<i> /bin/sh ../../libtool --mode=compile
</I>c++ -DHAVE_CONFIG_H -I. -I/home/elanda/NeL/
&gt;<i>
</I>code/nel/src/3d -I../../include    -I/usr/include/freetype2 -O3 -I/usr/inclu
de/s
&gt;<i>
</I>tlport   -I/home/elanda/NeL/code/nel/src -Wno-multichar -D_REENTRANT -I/usr/
X11R
&gt;<i> 6/include -c tile_bank.cpp
</I>&gt;<i> rm -f .libs/tile_bank.lo
</I>&gt;<i>
</I>c++ -DHAVE_CONFIG_H -I. -I/home/elanda/NeL/code/nel/src/3d -I../../include -
I/us
&gt;<i>
</I>r/include/freetype2 -O3 -I/usr/include/stlport -I/home/elanda/NeL/code/nel/s
rc -
&gt;<i>
</I>Wno-multichar -D_REENTRANT -I/usr/X11R6/include -Wp,-MD,.deps/tile_bank.pp -
c ti
&gt;<i> le_bank.cpp  -fPIC -DPIC -o .libs/tile_bank.lo
</I>&gt;<i> ../../include/nel/misc/stream.h: In method `void
</I>&gt;<i> NLMISC::IStream::serialSTLContLen (T &amp;, int) [with T =
</I>&gt;<i> _STL::set&lt;string, _STL::less&lt;string&gt;, _STL::allocator&lt;string&gt; &gt;]':
</I>&gt;<i> tile_bank.cpp:616:   instantiated from here
</I>&gt;<i> ../../include/nel/misc/stream.h:570: no matching function for call to
</I>&gt;<i> `_STL::set&lt;string, _STL::less&lt;string&gt;, _STL::allocator&lt;string&gt;
</I>&gt;<i> &gt;::insert (_STL::_Rb_tree_iterator&lt;string, _STL::_Const_traits&lt;string&gt;
</I>&gt;<i> &gt;)'
</I>&gt;<i> /usr/include/stlport/stl/_set.h:134: candidates are:
</I>&gt;<i> _STL::pair&lt;typename _STL::_Rb_tree&lt;_Key, _Key, _STL::_Identity&lt;_Tp&gt;,
</I>&gt;<i> _Compare, _Alloc&gt;::const_iterator, bool&gt; _STL::set&lt;_Key, _Compare,
</I>&gt;<i> _Alloc&gt;::insert (const _Key &amp;) [with _Key = string, _Compare =
</I>&gt;<i> _STL::less&lt;string&gt;, _Alloc = _STL::allocator&lt;string&gt;]
</I>&gt;<i> /usr/include/stlport/stl/_set.h:139:                 typename
</I>&gt;<i> _STL::_Rb_tree&lt;_Key, _Key, _STL::_Identity&lt;_Tp&gt;, _Compare,
</I>&gt;<i> _Alloc&gt;::const_iterator _STL::set&lt;_Key, _Compare, _Alloc&gt;::insert
</I>&gt;<i> (typename _STL::_Rb_tree&lt;_Key, _Key, _STL::_Identity&lt;_Tp&gt;, _Compare,
</I>&gt;<i> _Alloc&gt;::const_iterator, const _Key &amp;) [with _Key = string, _Compare =
</I>&gt;<i> _STL::less&lt;string&gt;, _Alloc = _STL::allocator&lt;string&gt;]
</I>&gt;<i> make[1]: *** [tile_bank.lo] Error 1
</I>&gt;<i>
</I>&gt;<i>
</I>&gt;<i>
</I>&gt;<i> Also, I've put together a .spec file for making a STLport RPM.  If anyone
</I>wants
&gt;<i> it, just drop me a line.
</I>&gt;<i>
</I>&gt;<i> Ed
</I>&gt;<i>
</I>&gt;<i> _______________________________________________
</I>&gt;<i> Nel mailing list
</I>&gt;<i> <A HREF="mailto:Nel@nevrax.org">Nel@nevrax.org</A>
</I>&gt;<i> <A HREF="/mailman/listinfo.cgi/nel">/mailman/listinfo.cgi/nel</A>
</I>&gt;<i>
</I>

</pre>

<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI> Previous message: <A HREF="000505.html">[Nel] Linux compiling</A></li>
	<LI> Next message: <A HREF="000489.html">[Nel] TCP vs. UDP</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#506">[ date ]</a>
              <a href="thread.html#506">[ thread ]</a>
              <a href="subject.html#506">[ subject ]</a>
              <a href="author.html#506">[ author ]</a>
         </LI>
       </UL>
</body></html>