lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV compile problem


From: T.E.Dickey
Subject: Re: LYNX-DEV compile problem
Date: Tue, 1 Apr 1997 09:24:39 -0500 (EST)

> Using a SUN worxtation with Sun OS 4.1.4, I have tried to compile
> the lynx 2.7 first with the SUN4 option. I have received an error
> message grom the compiler that there is something wrong with the
> HTML.c source at line 2118 (marked vith >>>) "illegal type":
> 
>       me->CurrentA = HTAnchor_findChildAndLink(
>                       me->node_anchor,                        /* Parent */
>                       id_string,                              /* Tag */
>                       href,                                   /* Address */
>                       (present &&
>                        present[HTML_A_TYPE] &&
>                          value[HTML_A_TYPE]) ? 
> >>>   (HTLinkType*)HTAtom_for(value[HTML_A_TYPE]) : (void *)0);       /* Type 
> >>> */
right (it's fixed in the development version)
the cast should be for (HTLinkType*)


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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