lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev configure whith cursesX (on Ultrix)


From: Claude SOMA - CNTS
Subject: lynx-dev configure whith cursesX (on Ultrix)
Date: Wed, 15 Apr 1998 10:27:33 +0200

To install lynx2-8 on ultrix 4.3 and have ISO Latin 1
(example french with accent), here is what I do.(whith cc compiler)
Perhaps some bug in configure can be corrected...

1)
After configure, I have modified lynx_cfg.h
to define FANCY_CURSES and HAVE_CURSESX_H.

here the diff:

diff lynx_cfg.h lynx_cfg.h.ori
22,23c22
< #define FANCY_CURSES 1                /* defined by CF_FANCY_CURSES */
< #define HAVE_CURSESX_H 1              /* Ultrix manual setting */
---
> /* #undef FANCY_CURSES */             /* defined by CF_FANCY_CURSES */

2)
I have modified the makefile to have optimization -> -Olimit 4000 
and use use cursesX (to replace curses)           -> -lcursesX

here the diff:

diff makefile makefile.ori
14c14
< CFLAGS                =  -O -Olimit 4000 -G 7 -DULTRIX
---
> CFLAGS                =  -O -Olimit 600 -G 7 -DULTRIX
18c18
< LIBS          = -lcursesX -ltermcap
---
> LIBS          = -lcurses -ltermcap

3)
Compilation Warning -> not use for me
but perhaps for Asian character conversion

ccom: Warning: ../../../WWW/Library/Implementation/SGML.c, line 3299: 
unsupported character escape \x, using x
        "\xA1\xA3", "\xA1\xD6", "\xA1\xD7", "\xA1\xA2", "\xA1\xA6", "\xA
5\xF2",
      ----^
...
Claude Soma

reply via email to

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