trying to compile lynx2.8.4dev.14 on os/390 V2R9.
1. found I had to define _ALL_SOURCE which configure doesn't set. Otherwise
I get syntax errors in <netinet/in.h> (which I don't quite understand).
2. Compile errors in HTAlert.c
ERROR CBC3051 ./HTAlert.c:813 Case expression must be a valid integral
constant.
ERROR CBC3051 ./HTAlert.c:814 Case expression must be a valid integral
constant.
This is because LYCharINTERRUPT1 & LYCharINTERRUPT2 resolve to FROMASCII(.)
which resolves to an extern char array reference (which is not a constant.)
Any help? gil?
Thanks,
Phil Sidler
(sorry if you got this more than once)
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]