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: pg
Subject: Re: lynx-dev lynx2.8.2dev.18
Date: Fri, 5 Mar 1999 00:20:33 -0700 (MST)

In a recent note, address@hidden said:

> Date: Thu, 4 Mar 1999 05:58:43 -0500 (EST)
> 
> 1999-03-04 (2.8.2dev.18)

Should I be using dev.19?  It came by real fast.

> * 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?

Thanks,
gil

reply via email to

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