yOn Wed, 4 Apr 2001, Eduardo Chappa wrote:
> *** Thomas Dickey ([EMAIL PROTECTED]) wrote in the Lynx list today:
>
> :) yes - version of slang is the relevant factor (does not compile with 1.2.2,
> :) does compile with 1.3.8). I'll add a fallback ifdef in the next patch.
> :)
> :) The quick fix is to add an ifndef for those symbols into LYCurses.h
>
> Thanks for your help Thomas. I added two statements of the form
>
> #ifndef x
> #define x
#define x '+'
(you need a value for the definition, which should look like a printable
character).
> #endif
>
> for each term at the top of LYCurses.h, but now I get the following error:
>
> ./LYStrings.c: In function `LYRefreshEdit':
> ./LYStrings.c:3490: too few arguments to function `SLsmg_write_char'
> ./LYStrings.c:3496: too few arguments to function `SLsmg_write_char'
> make[1]: *** [LYStrings.o] Error 1
> make[1]: Leaving directory `/scratch/chappa/lynx/lynx2-8-4/src'
> make: *** [all] Error 2
>
>
--
T.E.Dickey <[EMAIL PROTECTED]>
http://dickey.his.com
ftp://dickey.his.com
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]