lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV lynx 2.7 compile problems


From: Dale Peace
Subject: LYNX-DEV lynx 2.7 compile problems
Date: Thu, 20 Feb 1997 13:57:13 -0500

Hi...

I'm trying to compile lynx 2.7 for Vax running multinet. I keep getting
these compile errors. I didn't get them for version lynx 2.6. Can you
enlighten me?

thanks...!

dp
BILBO$LINCC>@build 
Default directory: 
  SYS$:[DALE.LYNX2-7] 

Acceptable TCP/IP agents are 
 [1] MULTINET (default) 
 [2] UCX 
 [3] WIN_TCP 
 [4] CMU_TCP 
 [5] SOCKETSHR_TCP 
 [6] TCPWARE 
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-W-MISMATPARAM, In this declaration, parameter 1 has a different type than 
 specified in an earlier declaration of this function. 
                At line number 217 in 
MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;5. 

            unsigned short htons(unsigned short __val); 
        ...................^ 
%CC-E-NOTCOMPAT, In this declaration, the type of "multinet_htons" is not 
 compatible with the type of a previous declaration of "multinet_htons" at line 
 242 in SYS$:[DALE.LYNX2-7.WWW.LIBRARY.IMPLEMENTATION]TCP.H;1. 
                At line number 217 in 
MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;5. 

            unsigned short ntohs(unsigned short __val); 
        ...................^ 
%CC-W-MISMATPARAM, In this declaration, parameter 1 has a different type than 
 specified in an earlier declaration of this function. 
                At line number 218 in 
MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;5. 

            unsigned short ntohs(unsigned short __val); 
        ...................^ 
%CC-E-NOTCOMPAT, In this declaration, the type of "multinet_ntohs" is not 
 compatible with the type of a previous declaration of "multinet_ntohs" at line 
 243 in SYS$:[DALE.LYNX2-7.WWW.LIBRARY.IMPLEMENTATION]TCP.H;1. 
                At line number 218 in 
MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;5. 

        } 
%VCG-I-NOBJECT, No object file produced. 
                At line number 156 in 
SYS$:[DALE.LYNX2-7.WWW.LIBRARY.IMPLEMENTATION]HTSTRING.C;1. 

%VCG-I-SUMMARY, Completed with 2 error(s), 2 warning(s), and 
                1 informational messages. 
                At line number 156 in 
SYS$:[DALE.LYNX2-7.WWW.LIBRARY.IMPLEMENTATION]HTSTRING.C;1. 

$ 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-W-MISMATPARAM, In this declaration, parameter 1 has a different type than 
 specified in an earlier declaration of this function. 
                At line number 217 in 
MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;5. 

            unsigned short htons(unsigned short __val); 
        ...................^ 
%CC-E-NOTCOMPAT, In this declaration, the type of "multinet_htons" is not 
 compatible with the type of a previous declaration of "multinet_htons" at line 
 242 in SYS$:[DALE.LYNX2-7.WWW.LIBRARY.IMPLEMENTATION]TCP.H;1. 
                At line number 217 in 
MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;5. 

            unsigned short ntohs(unsigned short __val); 
        ...................^ 
%CC-W-MISMATPARAM, In this declaration, parameter 1 has a different type than 
 specified in an earlier declaration of this function. 
                At line number 218 in 
MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;5. 

            unsigned short ntohs(unsigned short __val); 
        ...................^ 
%CC-E-NOTCOMPAT, In this declaration, the type of "multinet_ntohs" is not 
 compatible with the type of a previous declaration of "multinet_ntohs" at line 
 243 in SYS$:[DALE.LYNX2-7.WWW.LIBRARY.IMPLEMENTATION]TCP.H;1. 
                At line number 218 in 
MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;5. 

          
%VCG-I-NOBJECT, No object file produced. 
                At line number 368 in SYS$:[DALE.LYNX2-7.SRC]DEFAULTSTYLE.C;1. 

%VCG-I-SUMMARY, Completed with 2 error(s), 2 warning(s), and 
                1 informational messages. 
                At line number 368 in SYS$:[DALE.LYNX2-7.SRC]DEFAULTSTYLE.C;1. 

$ CLEANUP: 
Default directory: 


reply via email to

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