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: Henry Nelson
Subject: Re: lynx-dev now can't compile on Solaris 2.6
Date: Tue, 19 Oct 1999 19:30:15 +0900 (JST)

> > ./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

reply via email to

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