<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-7">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>when i try to compile after add the language put
this : form language.c</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>/* Order in which languages should be displayed:
(alphabetical) */<BR>static int langorder[] = {<BR>
LANG_EN_US, /* English (US)
*/<BR>
LANG_NL, /*
Dutch */<BR>
LANG_FR, /*
French */<BR>
LANG_DE, /*
German */<BR>
LANG_HU, /*
Hungarian */<BR>
LANG_IT, /*
Italian */<BR>/* LANG_JA_JIS,*/ /* Japanese
(JIS encoding) */<BR>
LANG_JA_EUC, /* Japanese (EUC
encoding) */<BR>
LANG_JA_SJIS, /* Japanese (SJIS encoding)
*/<BR>
LANG_PT, /*
Portugese */<BR>
LANG_ES, /*
Spanish */<BR>
LANG_TR, /*
Turkish */<BR>
LANG_GR, /*
Greek */<BR>};</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>/* Filenames for language files: */<BR>static
struct {<BR> int num;<BR> const char
*filename;<BR>} filenames[] = {<BR> {
LANG_EN_US, "en_us" },<BR>
{ LANG_NL, "nl"
},<BR> {
LANG_FR, "fr"
},<BR> {
LANG_DE, "de"
},<BR> {
LANG_HU, "hu"
},<BR> {
LANG_IT, "it"
},<BR>/* { LANG_JA_JIS, "ja_jis"
},*/<BR> { LANG_JA_EUC, "ja_euc"
},<BR> { LANG_JA_SJIS, "ja_sjis"
},<BR> {
LANG_PT, "pt"
},<BR> {
LANG_ES, "es"
},<BR> {
LANG_TR, "tr"
},<BR> {
LANG_GR "gr"
},<BR> { -1, NULL }<BR>};</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>and from language.h this :</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>#define LANG_EN_US
0 /* United States English */<BR>#define
LANG_UNUSED1 1 /* Unused;
was Japanese (JIS encoding) */<BR>#define LANG_JA_EUC
2 /* Japanese (EUC encoding) */<BR>#define
LANG_JA_SJIS 3 /* Japanese
(SJIS encoding) */<BR>#define
LANG_ES
4 /* Spanish */<BR>#define
LANG_PT
5 /* Portugese */<BR>#define
LANG_FR
6 /* French */<BR>#define
LANG_TR
7 /* Turkish */<BR>#define
LANG_IT
8 /* Italian */<BR>#define
LANG_DE
9 /* German */<BR>#define
LANG_NL
10 /* Dutch */<BR>#define
LANG_HU
11 /* Hungarian */<BR>#define
LANG_GR
12 /* Greek */</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>#define
NUM_LANGS 13
/* Number of languages */<BR>#define LANG_DEFAULT
-1 /* "Use the default" setting
*/<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>i get this error in compile</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>ake<BR>make -C lang langstrs.h<BR>make[1]: Entering
directory `/home/irc/ircservices-5.0.31/lang'<BR>Generating langstrs.h... 1204
strings<BR>langstrs.h unchanged<BR>make[1]: Leaving directory
`/home/irc/ircservices-5.0.31/lang'<BR>gcc -O2 -fno-strict-aliasing -g
-Wall -Wmissing-prototypes -fno-builtin-log -c language.c -o
language.o<BR>language.c:60: parse error before string constant<BR>make: ***
[language.o] Error 1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>what i have to do for find the solution and
compile?</FONT></DIV>
<DIV><FONT face=Arial size=2> </DIV></FONT></BODY></HTML>