lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV Installation problems with htons and ntohs


From: BINGHAMT
Subject: LYNX-DEV Installation problems with htons and ntohs
Date: Wed, 16 Jul 1997 11:05:03 -0500 (EST)

Hello all,

I'm new to the list so please forgive me if this is a stupid question. I 
haven't seen any references to a FAQ to consult.

I've been running Lynx 2.4 for some time now and just downloaded 2.7.1. I 
tried to compile it on the following machines:

VAX 4705A, OpenVMS 5.5-2H4, DEC C 4.0, Multinet 3.5A   ...and...
Alpha 2100, OpenVMS 6.1, DEC C 4.1, Multinet 3.5A

On both machines, I get some errors with the htons and ntohs variables. I've 
tacked on the @build compile results below. Any ideas? Thanks for any help...

Tim Bingham
Network Services
SUNY Health Science Center
Syracuse, NY

=======================================================================

Agent [1,2,3,4,5,6] (RETURN = [1]) 1
$!
$!      Build the WWWLibrary
$!
$ set default [.WWW.Library.VMS]
$! DECC:
$!
$ 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 217 in file MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]
SOCKET.H;2

    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 218 in file MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]
SOCKET.H;2
$ CLEANUP:
$    v1 = f$verify(v)
$ set default [-.-.-]
$!
$!      Compile the Lynx [.SRC] modules
$!
$ set default [.SRC]
$! DECC:
$  cc := cc/decc/prefix=all /nomember -
           /DEFINE=(DEBUG,ACCESS_AUTH,MULTINET,_DECC_V4_SOURCE,
__SOCKET_TYPEDEFS
,__VMS_CURSES)-
           /INCLUDE=([-],[-.WWW.Library.Implementation])
$!
$ cc DefaultStyle

    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 217 in file MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]
SOCKET.H;2

    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 218 in file MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]
SOCKET.H;2
$ CLEANUP:

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