*** 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
#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
--
Eduardo
http://www.math.washington.edu/~chappa/personal.html
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]