lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev now can't compile on Solaris 2.6


From: Leonid Pauzner
Subject: Re: lynx-dev now can't compile on Solaris 2.6
Date: Tue, 19 Oct 1999 17:11:32 +0400 (MSD)

19-Oct-99 19:30 Henry Nelson wrote:
>> > ./LYMainLoop.c: In function `handle_LYK_VIEW_BOOKMARK':
>> > ./LYMainLoop.c:4628: invalid type argument of `unary *'
>> > *** Error code 1
>> > make: Fatal error: Command failed for target `LYMainLoop.o'
>> something's wrong with your copy of LYMainLoop.c - I have only a "}" on
>               ^^^^^
> No, something's _right_ with it. :)  It's the following section of
> code.  The compile goes smoothly without the --enable-cjk option.

> #ifdef CJK_EX   /* 1997/12/13 (Sat) 15:20:18 */
>             if (HTCJK == JAPANESE) {
>                 last_kcode = NOKANJI;   /* AUTO */
>             }
> #endif

> Sorry for the confusion; my LYMainLoop.c is a couple of lines shorter
> than the distribution one (my direct-to-main-page patch).

> __Henry

There was already a fix against dev12 -
17-Oct-99 22:20 Hiroyuki Senshu wrote:
> Subject: Re: lynx-dev [patch] more SH_EX tweak

[...]
> diff -Bur lynx283.d12/src/LYMainLoop.c lynx283.w32/src/LYMainLoop.c
> --- lynx283.d12/src/LYMainLoop.c      Fri Oct 15 23:06:00 1999
> +++ lynx283.w32/src/LYMainLoop.c      Fri Oct 15 23:14:18 1999
> @@ -4628,7 +4628,7 @@
>       }
>  #if defined(CJK_EX)  /* 1997/12/13 (Sat) 15:20:18 */
>       if (HTCJK == JAPANESE) {
> -         *last_kcode = NOKANJI;      /* AUTO */
> +         last_kcode = NOKANJI;       /* AUTO */
>       }
>  #endif

We are waiting dev13 which will include Klaus' megapatch
and several minore fixes against dev12 that were sent to lynx-dev recently.




reply via email to

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