lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Problem: Lynx 2.7.1 on VMS/Alpha


From: John Nowlin
Subject: Re: LYNX-DEV Problem: Lynx 2.7.1 on VMS/Alpha
Date: Tue, 02 Sep 1997 09:09:57 -0400

These are the changes that I had to make to TCP.H to get it to compile
on our Alpha VMS 7.1 / Multinet 4.0B system.  Hopefully they will work
for you...

john

$ diff tcp.h.5 tcp.h.1/merg
************
File .LYNX2-7.WWW.LIBRARY.IMPLEMENTATION]TCP.H;5
  238   extern int multinet_connect();
******
File .LYNX2-7.WWW.LIBRARY.IMPLEMENTATION]TCP.H;1
  238   extern int bzero();
  239   extern int multinet_connect();
************
************
File .LYNX2-7.WWW.LIBRARY.IMPLEMENTATION]TCP.H;5
  241   /*extern unsigned short multinet_htons();
  242   extern unsigned short multinet_ntohs();*/
  243   extern int multinet_listen();
******
File .LYNX2-7.WWW.LIBRARY.IMPLEMENTATION]TCP.H;1
  242   extern unsigned short multinet_htons();
  243   extern unsigned short multinet_ntohs();
  244   extern int multinet_listen();
************
************
File .LYNX2-7.WWW.LIBRARY.IMPLEMENTATION]TCP.H;5
  248   #include <time.h>
  249   #ifdef __SOCKET_TYPEDEFS
  250   #undef __SOCKET_TYPEDEFS
  251   #endif /* __SOCKET_TYPEDEFS */
  252   #include <types.h>
******
File .LYNX2-7.WWW.LIBRARY.IMPLEMENTATION]TCP.H;1
  249   #ifndef __SOCKET_TYPEDEFS
  250   #define __SOCKET_TYPEDEFS 1
  251   #endif /* !__SOCKET_TYPEDEFS */
  252   #include <time.h>
  253   #include <types.h>
************
************
File .LYNX2-7.WWW.LIBRARY.IMPLEMENTATION]TCP.H;5
  257   #ifndef __SOCKET_TYPEDEFS
  258   #define __SOCKET_TYPEDEFS 1
  259   #endif /* !__SOCKET_TYPEDEFS */
  260   #include "multinet_root:[multinet.include.sys]types.h"
******
File .LYNX2-7.WWW.LIBRARY.IMPLEMENTATION]TCP.H;1
  258   #ifdef __SOCKET_TYPEDEFS
  259   #undef __SOCKET_TYPEDEFS
  260   #endif /* __SOCKET_TYPEDEFS */
  261   #include "multinet_root:[multinet.include.sys]types.h"
************

Number of difference sections found: 4
Number of difference records found: 10

DIFFERENCES /IGNORE=()/MERGED=1
.LYNX2-7.WWW.LIBRARY.IMPLEMENTATION]TCP.H;5-
.LYNX2-7.WWW.LIBRARY.IMPLEMENTATION]TCP.H;1

address@hidden wrote:

> Hi,
>
> I tried to install Lynx 2.7.1 on a VMS/Alpha system, but failed. It
> looks
> like there are problems with the Multinet software. Unfortunately I'm
> no
> expert in this area and so I'd like to ask you for help. If you need
> further
> information just mail me.
>
> Thank you in advance for any help
>
>         bye Harald
>
> log of build command:
> *********************
> $ @build
> Default directory:
>   DISK$ZDV:[WWWROOT.LYNX-2_7_1]
>
> 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-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 219 in file
> MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;1
> 0
>
>     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 220 in file
> MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;1
> 0
> $ 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 219 in file
> MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;1
> 0
>
>     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 220 in file
> MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;1
> 0
> $ CLEANUP:
> Default directory:
>   DISK$ZDV:[WWWROOT.LYNX-2_7_1.SRC]
> $
> end of log
> ;
> ; To UNSUBSCRIBE:  Send a mail message to address@hidden
> ;                  with "unsubscribe lynx-dev" (without the
> ;                  quotation marks) on a line by itself.
> ;


Attachment: vcard.vcf
Description: Card for John Nowlin


reply via email to

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