diff options
Diffstat (limited to 'pipermail/nel/2001-November/000760.html')
-rw-r--r-- | pipermail/nel/2001-November/000760.html | 169 |
1 files changed, 169 insertions, 0 deletions
diff --git a/pipermail/nel/2001-November/000760.html b/pipermail/nel/2001-November/000760.html new file mode 100644 index 00000000..b5a12546 --- /dev/null +++ b/pipermail/nel/2001-November/000760.html @@ -0,0 +1,169 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] How to compile the object_viewer?</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:zen%40lapisonline.com"> + <LINK REL="Previous" HREF="000757.html"> + <LINK REL="Next" HREF="000761.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] How to compile the object_viewer?</H1> + <B>zen</B> + <A HREF="mailto:zen%40lapisonline.com" + TITLE="[Nel] How to compile the object_viewer?">zen@lapisonline.com</A><BR> + <I>Thu, 29 Nov 2001 17:21:47 +0800</I> + <P><UL> + <LI> Previous message: <A HREF="000757.html">[Nel] Compile error</A></li> + <LI> Next message: <A HREF="000761.html">[Nel] How to compile the object_viewer?</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#760">[ date ]</a> + <a href="thread.html#760">[ thread ]</a> + <a href="subject.html#760">[ subject ]</a> + <a href="author.html#760">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>This is a multi-part message in MIME format. + +------=_NextPart_000_001B_01C178FA.536D3E70 +Content-Type: text/plain; + charset="big5" +Content-Transfer-Encoding: quoted-printable + +Hi all, + +I've try to compile the object viewer and got the messages followed: + +D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(188) : error C2589: = +'(' : illegal token on right side of '::' +D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(188) : error C2059: = +syntax error : '::' +D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(189) : error C2589: = +'(' : illegal token on right side of '::' +D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(189) : error C2059: = +syntax error : '::' +D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(190) : error C2589: = +'(' : illegal token on right side of '::' +D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(190) : error C2059: = +syntax error : '::' +D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(194) : error C2589: = +'(' : illegal token on right side of '::' +D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(194) : error C2059: = +syntax error : '::' +D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(195) : error C2589: = +'(' : illegal token on right side of '::' +D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(195) : error C2059: = +syntax error : '::' +D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(196) : error C2589: = +'(' : illegal token on right side of '::' +D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(196) : error C2059: = +syntax error : '::' + +I have no idea how come this happened. The header file looks fine and = +I've successfully compile the snowball2 thus it should be correct, = +right? + +Please help me out! + +By the way , I want to study the code, and maybe I can offer some help, = +for example, debug, where should I start? Should possess any expertise = +first? + +Sincerely, + +Zen Jean + +------=_NextPart_000_001B_01C178FA.536D3E70 +Content-Type: text/html; + charset="big5" +Content-Transfer-Encoding: quoted-printable + +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML><HEAD> +<META content=3D"text/html; charset=3Dbig5" http-equiv=3DContent-Type> +<META content=3D"MSHTML 5.00.3103.1000" name=3DGENERATOR> +<STYLE></STYLE> +</HEAD> +<BODY bgColor=3D#ffffff> +<DIV><FONT face=3DMingLiu size=3D2>Hi all,</FONT></DIV> +<DIV>&nbsp;</DIV> +<DIV><FONT face=3D=B2=D3=A9=FA=C5=E9 size=3D2>I've try to compile the = +object viewer and got the=20 +messages followed:</FONT></DIV> +<DIV>&nbsp;</DIV> +<DIV><FONT face=3D=B2=D3=A9=FA=C5=E9=20 +size=3D2>D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(188) : error = +C2589: '('=20 +:<i> illegal token on right side of=20 +</I>'::'<BR>D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(188) : error = +C2059:=20 +syntax error : = +'::'<BR>D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(189) :=20 +error C2589: '(' : illegal token on right side of=20 +'::'<BR>D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(189) : error = +C2059:=20 +syntax error : = +'::'<BR>D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(190) :=20 +error C2589: '(' : illegal token on right side of=20 +'::'<BR>D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(190) : error = +C2059:=20 +syntax error : = +'::'<BR>D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(194) :=20 +error C2589: '(' : illegal token on right side of=20 +'::'<BR>D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(194) : error = +C2059:=20 +syntax error : = +'::'<BR>D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(195) :=20 +error C2589: '(' : illegal token on right side of=20 +'::'<BR>D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(195) : error = +C2059:=20 +syntax error : = +'::'<BR>D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(196) :=20 +error C2589: '(' : illegal token on right side of=20 +'::'<BR>D:\WORK\CODE\NEL\INCLUDE\nel/misc/vector_inline.h(196) : error = +C2059:=20 +syntax error : '::'</FONT></DIV> +<DIV>&nbsp;</DIV> +<DIV><FONT face=3D=B2=D3=A9=FA=C5=E9 size=3D2>I have no idea how come = +this happened. The header=20 +file looks fine and I've successfully compile the snowball2 thus it = +should be=20 +correct, right?</FONT></DIV> +<DIV>&nbsp;</DIV> +<DIV><FONT face=3D=B2=D3=A9=FA=C5=E9 size=3D2>Please help me = +out!</FONT></DIV> +<DIV>&nbsp;</DIV> +<DIV><FONT face=3D=B2=D3=A9=FA=C5=E9 size=3D2>By the way , I want to = +study the code, and maybe I=20 +can offer some help, for example, debug, where should I start? Should = +possess=20 +any expertise first?</FONT></DIV> +<DIV>&nbsp;</DIV> +<DIV><FONT face=3D=B2=D3=A9=FA=C5=E9 size=3D2>Sincerely,</FONT></DIV> +<DIV>&nbsp;</DIV> +<DIV><FONT face=3D=B2=D3=A9=FA=C5=E9 size=3D2>Zen = +Jean</FONT></DIV></BODY></HTML> + +------=_NextPart_000_001B_01C178FA.536D3E70-- + + +</pre> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000757.html">[Nel] Compile error</A></li> + <LI> Next message: <A HREF="000761.html">[Nel] How to compile the object_viewer?</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#760">[ date ]</a> + <a href="thread.html#760">[ thread ]</a> + <a href="subject.html#760">[ subject ]</a> + <a href="author.html#760">[ author ]</a> + </LI> + </UL> +</body></html> |