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 FROMASCII(c) resolves to an external character array
reference (which is not a constant.)
Any help?
Thanks.