lynx-dev
[Top][All Lists]
Advanced

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

RE: LYNX-DEV problems compiling lynx


From: David Hardy
Subject: RE: LYNX-DEV problems compiling lynx
Date: Mon, 27 Oct 1997 10:50:12 GMT

On Thu, 23 Oct 1997 10:23, Sue L. Dowd <address@hidden> wrote:

> When I tried to run the libmake for VMS, I got the following error messages.  
> Does anyone have any suggestions on how to get around this?  I have looked at 
> the FAQ, PROBLEMS. and the installation files, but did not see anything.
> 
> I got this version from lynx.browser.org and it seemed to upzip just fine. 
>
> [snip]
> 
> $ cc/decc/prefix=ansi /nomember -
>     /warning=(disable=implicitfunc)-
>     
> /DEFINE=(DEBUG,ACCESS_AUTH,MULTINET,_DECC_V4_SOURCE,__SOCKET_TYPEDEFS,VC="""
> 2.14""")-
>     /INCLUDE=([-.Implementation]) -
>     [-.Implementation]HTString.c
> 
>     unsigned short htons(unsigned short __val);
> ...................^
> %CC-E-NOTCOMPAT, In this declaration, the type of multinet_htons is not 
> compatib
> le with the types of previous declarations of multinet_htons.
> at line number 222 in file 
> MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;6
> 
>     unsigned short ntohs(unsigned short __val);
> ...................^
> %CC-E-NOTCOMPAT, In this declaration, the type of multinet_ntohs is not 
> compatib
> le with the types of previous declarations of multinet_ntohs.
> at line number 223 in file 
> MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;6
> $ CLEANUP:
> $    v1 = f$verify(v)
> 
> I would appriciate any help I can get.
> 
> Thanks,
> Sue
>                .
> _  .-^^-._      o     Sue Dowd                        Voice 803-953-6556
> )~\.)      @\   ,     address@hidden                  Fax   803-953-2461
> (       \_   <        Academic Computing 
>  )/'-.    _./         College of Charleston
>       )_/             Charleston, South Carolina 29424

The problem is a known one and is noted in file TCP.H in Lynx subdirectory
[.WWW.LIBRARY.IMPLEMENTATION]. Look for a reference to 'multinet_foo' in that
file. The problem arises because earlier versions of MultiNet didn't include
the definitions of htons, etc. so Lynx included them in its TCP.H header file.
MultiNet now includes these definitions so they need to be removed/commented
out of TCP.H.

David

+-------------------------------------+-------------------------------+
| David Hardy,                        | E-mail: address@hidden |
| Department of Information Services, +-------------------------------+
| University of Northumbria,          | Silence is not only golden,   |
| Northumberland Building,            | it's seldom misquoted.        |
| Ellison Place,                      |                               |
| Newcastle upon Tyne, NE1 8ST, U.K.  |               - Bob Monkhouse |
+-------------------------------------+-------------------------------+
;
; 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]