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
|
<!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:robert%40paradox.got.net">
<LINK REL="Previous" HREF="000372.html">
<LINK REL="Next" HREF="000374.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] ugh, C++ is so obtuse</H1>
<B>robert@paradox.got.net</B>
<A HREF="mailto:robert%40paradox.got.net"
TITLE="[Nel] ugh, C++ is so obtuse">robert@paradox.got.net</A><BR>
<I>Mon, 12 Mar 2001 17:26:56 -0800 (PST)</I>
<P><UL>
<LI> Previous message: <A HREF="000372.html">[Nel] CVS reorganisation</A></li>
<LI> Next message: <A HREF="000374.html">[Nel] ugh, C++ is so obtuse</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#373">[ date ]</a>
<a href="thread.html#373">[ thread ]</a>
<a href="subject.html#373">[ subject ]</a>
<a href="author.html#373">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Building latest CVS I get the following:
client.cpp:433: cannot declare variable `ChatDisplayer' to be of type `CChatDisplayer'
client.cpp:433: since the following virtual functions are abstract:
/usr/local/include/nel/misc/displayer.h:62: void NLMISC::IDisplayer::doDisplay(long int, NLMISC::CLog::TLogType, const _STL::string &, const char *, int, const char *)
Anybody else getting this? I'll figure it out myself if I'm the only
one, Otherwise I'd prefer to let someone who knows C++ deal with it.
Robert
--
Robert de Forest " meetings, n.:
System Administrator A place where minutes are kept
Got.net and hours are lost."
<<A HREF="mailto:robert@got.net">robert@got.net</A>> -- login fortune
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000372.html">[Nel] CVS reorganisation</A></li>
<LI> Next message: <A HREF="000374.html">[Nel] ugh, C++ is so obtuse</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#373">[ date ]</a>
<a href="thread.html#373">[ thread ]</a>
<a href="subject.html#373">[ subject ]</a>
<a href="author.html#373">[ author ]</a>
</LI>
</UL>
</body></html>
|