lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev lynx2.8.2dev.18


From: Leonid Pauzner
Subject: Re: lynx-dev lynx2.8.2dev.18
Date: Fri, 5 Mar 1999 20:28:51 +0300 (MSK)

5-Mar-99 00:20 address@hidden wrote:

>> * chartrans: old-style declarations of charsets which do not have Unicode
>>   tables (CJK, x-transparent, also UTF-8) now moved from LYCharSets.c to
>>   UCdomap.h and now included with UCInit() in UCdomap.c in a standard way - 
>> LP
>>   (Please re-test CJK and UTF-8)

> OK.  I nursed LP's 9945 patch on.  Now dev.18 compiles and runs on Solaris.
> On OS/390 I get:

> c89 -DHAVE_CONFIG_H  -DLOCALEDIR=\"/pub/unsup/test/share/locale\" -I. -I..
> -Ichrtrans -I../../lynx2-8-2/src/chrtrans -I../../lynx2-8-2
> -I../../lynx2-8-2/intl -I../../lynx2-8-2/src
> -I../../lynx2-8-2/WWW/Library/Implementation  -D_XOPEN_SOURCE_EXTENDED=1
> -D_ALL_SOURCE  -c ../../lynx2-8-2/src/UCdomap.c

> ERROR CBC3046 ./../../lynx2-8-2/src/UCdomap.c:2041  Syntax error.
> ERROR CBC3277 ./../../lynx2-8-2/src/UCdomap.c:2041  Syntax error: possible 
> missing ';' or ','?
> ERROR CBC3046 ./../../lynx2-8-2/src/UCdomap.c:2042  Syntax error.
> ERROR CBC3277 ./../../lynx2-8-2/src/UCdomap.c:2042  Syntax error: possible 
> missing ';' or ','?
> ERROR CBC3046 ./../../lynx2-8-2/src/UCdomap.c:2043  Syntax error.
> ERROR CBC3277 ./../../lynx2-8-2/src/UCdomap.c:2043  Syntax error: possible 
> missing ';' or ','?
> ERROR CBC3046 ./../../lynx2-8-2/src/UCdomap.c:2044  Syntax error.
> ERROR CBC3277 ./../../lynx2-8-2/src/UCdomap.c:2044  Syntax error: possible 
> missing ';' or ','?
> ERROR CBC3046 ./../../lynx2-8-2/src/UCdomap.c:2045  Syntax error.
> ERROR CBC3277 ./../../lynx2-8-2/src/UCdomap.c:2045  Syntax error: possible 
> missing ';' or ','?
> FSUM3065 The COMPILE step ended with return code 12.
> FSUM3017 Could not compile ../../lynx2-8-2/src/UCdomap.c. Correct the errors 
> and try again.

> The source lines cited seem to be:

>     UC_CHARSET_SETUP_euc_cn;              /*** Chinese              */
>     UC_CHARSET_SETUP_euc_jp;              /*** Japanese (EUC_JP)    */
>     UC_CHARSET_SETUP_shift_jis;           /*** Japanese (Shift_JIS) */
>     UC_CHARSET_SETUP_euc_kr;              /*** Korean               */
>     UC_CHARSET_SETUP_big5;                /*** Taipei (Big5)        */

> I know it's my system, but can anyone give me advice on this?

These are lines like

#define UC_CHARSET_SETUP_euc_cn UC_Charset_Setup("euc-cn","Chinese",\
       NULL,NULL,0,(struct unimapdesc_str){0,NULL,0,1},\
       128,UCT_ENC_CJK,0)

which almost of the same format as in chrtrans/*_uni.h,
how about trying flash left next line after \  ?

Also, looking this code again I saw that UCT_ENC_CJK should be not defined here
because UCDefs.h is not included in UCDomap.h (and why there is no warning?)


> Thanks,
> gil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]