[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lynx-dev lynx2.8.4dev.14 on OS/390 compile error
From: |
Phil Sidler |
Subject: |
lynx-dev lynx2.8.4dev.14 on OS/390 compile error |
Date: |
Wed, 8 Nov 2000 07:27:45 -0800 |
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 address@hidden
Fw: lynx-dev lynx2.8.4dev.14 on OS/390 compile error, Phil Sidler, 2000/11/09
Re: lynx-dev lynx2.8.4dev.14 on OS/390 compile error, Phil Sidler, 2000/11/14