lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev problem with lynx 2.8.3dev.7


From: T.E.Dickey
Subject: Re: lynx-dev problem with lynx 2.8.3dev.7
Date: Thu, 26 Aug 1999 11:54:51 -0400 (EDT)

> 
> When I attempt to build this version of lynx, I get this error: 
>  
> cc -DHAVE_CONFIG_H -I/ldatae/include 
> -I/projects/gnu/sparc-sun-solaris2.6/include 
> -DLOCALEDIR=\"/projects/intranet/share/locale\" -I. -I.. -Ichrtrans 
> -I/home/lwv26/i/src/Unix/lynx/t/lynx2-8-3/src/chrtrans 
> -I/home/lwv26/i/src/Unix/lynx/t/lynx2-8-3 
> -I/home/lwv26/i/src/Unix/lynx/t/lynx2-8-3/src 
> -I/home/lwv26/i/src/Unix/lynx/t/lynx2-8-3/WWW/Library/Implementation 
> -I/home/lwv26/i/src/Unix/lynx/t/lynx2-8-3/intl  -Xc  -c 
> /home/lwv26/i/src/Unix/lynx/t/lynx2-8-3/src/LYOptions.c 
> "/home/lwv26/i/src/Unix/lynx/t/lynx2-8-3/src/LYOptions.c", line 915: warning: 
> a cast does not yield an lvalue 

hmm (I have built this only with gcc - I suspect that taking off the "(char *)"
altogether will fix the symptom).  We had this once before.

>  
> I attempted to change the 
> FREE(TYPECAST(char *,assume_list)); 
> to 
> FREE((char *)assume_list)); 
>  
> but continue to get the same error. 
> --  
> Larry W. Virden                 <URL: mailto: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]