lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev lynx2.8.4dev.14 on OS/390 compile error


From: Thomas E. Dickey
Subject: Re: lynx-dev lynx2.8.4dev.14 on OS/390 compile error
Date: Thu, 9 Nov 2000 14:07:01 -0500 (EST)

On Wed, 8 Nov 2000, Phil Sidler wrote:

> 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.)

duh (sorry I didn't notice that).  The simplest solution is to make them
resolve to constants, of course.

-- 
T.E.Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]