lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV Compilation Bug


From: Alex Lyons A32/373-Winfrith Tel2368 FAX2508
Subject: LYNX-DEV Compilation Bug
Date: Thu, 5 Jun 97 14:21:38 BST

 When compiling 2-7-1 (+Fotemods) on SunOS 4.1.3 using the old
 bundled C compiler /usr/5bin/cc, it fails in src/HTML.c
 The offending line appears to be:
                source = HTAnchor_findChildAndLink(me->node_anchor, 
                                                   NULL,
                                                   action,
                                                   (void *)0);
 Changing this to:
                source = HTAnchor_findChildAndLink(me->node_anchor, 
                                                   NULL,
                                                   action,
                                                   (HTLinkType*)0);
 appears to correct the problem.  I note that HTLinkType* is used
 for the type of the last argument in all other calls to
 HTAnchor_findChildAndLink

 I hope this is helpful.

 Alex Lyons
;
; 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]