]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2004/004363.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2004 / 004363.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] so here is the error
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20so%20here%20is%20the%20error&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="004361.html">
11 <LINK REL="Next" HREF="004364.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] so here is the error</H1>
15 <B>john sarantopoulos</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20so%20here%20is%20the%20error&In-Reply-To="
17 TITLE="[IRCServices] so here is the error">ysar68 at otenet.gr
18 </A><BR>
19 <I>Mon May 10 18:22:02 PDT 2004</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="004361.html">[IRCServices] A Quick question about chanserv status..
22 </A></li>
23 <LI>Next message: <A HREF="004364.html">[IRCServices] so here is the error
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#4363">[ date ]</a>
27 <a href="thread.html#4363">[ thread ]</a>
28 <a href="subject.html#4363">[ subject ]</a>
29 <a href="author.html#4363">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>when i try to compile after add the language put this : form language.c
35
36
37 /* Order in which languages should be displayed: (alphabetical) */
38 static int langorder[] = {
39 LANG_EN_US, /* English (US) */
40 LANG_NL, /* Dutch */
41 LANG_FR, /* French */
42 LANG_DE, /* German */
43 LANG_HU, /* Hungarian */
44 LANG_IT, /* Italian */
45 /* LANG_JA_JIS,*/ /* Japanese (JIS encoding) */
46 LANG_JA_EUC, /* Japanese (EUC encoding) */
47 LANG_JA_SJIS, /* Japanese (SJIS encoding) */
48 LANG_PT, /* Portugese */
49 LANG_ES, /* Spanish */
50 LANG_TR, /* Turkish */
51 LANG_GR, /* Greek */
52 };
53
54 /* Filenames for language files: */
55 static struct {
56 int num;
57 const char *filename;
58 } filenames[] = {
59 { LANG_EN_US, &quot;en_us&quot; },
60 { LANG_NL, &quot;nl&quot; },
61 { LANG_FR, &quot;fr&quot; },
62 { LANG_DE, &quot;de&quot; },
63 { LANG_HU, &quot;hu&quot; },
64 { LANG_IT, &quot;it&quot; },
65 /* { LANG_JA_JIS, &quot;ja_jis&quot; },*/
66 { LANG_JA_EUC, &quot;ja_euc&quot; },
67 { LANG_JA_SJIS, &quot;ja_sjis&quot; },
68 { LANG_PT, &quot;pt&quot; },
69 { LANG_ES, &quot;es&quot; },
70 { LANG_TR, &quot;tr&quot; },
71 { LANG_GR &quot;gr&quot; },
72 { -1, NULL }
73 };
74
75 and from language.h this :
76
77 #define LANG_EN_US 0 /* United States English */
78 #define LANG_UNUSED1 1 /* Unused; was Japanese (JIS encoding) */
79 #define LANG_JA_EUC 2 /* Japanese (EUC encoding) */
80 #define LANG_JA_SJIS 3 /* Japanese (SJIS encoding) */
81 #define LANG_ES 4 /* Spanish */
82 #define LANG_PT 5 /* Portugese */
83 #define LANG_FR 6 /* French */
84 #define LANG_TR 7 /* Turkish */
85 #define LANG_IT 8 /* Italian */
86 #define LANG_DE 9 /* German */
87 #define LANG_NL 10 /* Dutch */
88 #define LANG_HU 11 /* Hungarian */
89 #define LANG_GR 12 /* Greek */
90
91 #define NUM_LANGS 13 /* Number of languages */
92 #define LANG_DEFAULT -1 /* &quot;Use the default&quot; setting */
93
94 i get this error in compile
95
96 ake
97 make -C lang langstrs.h
98 make[1]: Entering directory `/home/irc/ircservices-5.0.31/lang'
99 Generating langstrs.h... 1204 strings
100 langstrs.h unchanged
101 make[1]: Leaving directory `/home/irc/ircservices-5.0.31/lang'
102 gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -fno-builtin-log -c language.c -o language.o
103 language.c:60: parse error before string constant
104 make: *** [language.o] Error 1
105
106 what i have to do for find the solution and compile?
107 -------------- next part --------------
108 An HTML attachment was scrubbed...
109 URL: <A HREF="../attachments/20040511/e40fd6ee/attachment.htm">../attachments/20040511/e40fd6ee/attachment.htm</A>
110 </PRE>
111
112 <!--endarticle-->
113 <HR>
114 <P><UL>
115 <!--threads-->
116 <LI>Previous message: <A HREF="004361.html">[IRCServices] A Quick question about chanserv status..
117 </A></li>
118 <LI>Next message: <A HREF="004364.html">[IRCServices] so here is the error
119 </A></li>
120 <LI> <B>Messages sorted by:</B>
121 <a href="date.html#4363">[ date ]</a>
122 <a href="thread.html#4363">[ thread ]</a>
123 <a href="subject.html#4363">[ subject ]</a>
124 <a href="author.html#4363">[ author ]</a>
125 </LI>
126 </UL>
127
128 </body></html>