lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev OpenVMS compilation errors


From: T.E.Dickey
Subject: Re: lynx-dev OpenVMS compilation errors
Date: Tue, 13 Jul 1999 18:40:19 -0400 (EDT)

> 
> I am having problems getting lynx 2.8.2 to compile.  The log containing the  
> errors is listed below.  We have OpenVMS 7.2, Multinet 4.2, VAX C 3.2, and 
> DEC C 6.0. 

well, the problem is that the TYPES file refers to u_char, u_short and u_long,
but they're not declared.  Start by doing a SEARCH through the Multinet files
to see where those symbols are used/defined - it's probably some minor lack
of an #define to turn the definitions on.

> $   cc/DEFINE=(ACCESS_AUTH,MULTINET,VC="""2.14""") - 
>       /INCLUDE=([-.Implementation],[---.src],[---.src.chrtrans],[---]) - 
>       [-.Implementation]HTString.c 
>               typedef volatile u_char   vu_char; 
>       ..................................^ 
> %CC-E-NOSEMI, Missing ";". 
>               At line number 221 in TYPES. 
>  
>               typedef volatile u_short  vu_short; 
>       ..................................^ 
> %CC-E-NOSEMI, Missing ";". 
>               At line number 222 in TYPES. 
>  
>               typedef volatile u_long   vu_long; 
>       ..................................^ 
> %CC-E-NOSEMI, Missing ";". 
>               At line number 223 in TYPES. 

> Ellen Meade                       address@hidden 


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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