lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV FTIME errors when compiling 2.7-1 on VMS


From: PCKLIBNEWS
Subject: LYNX-DEV FTIME errors when compiling 2.7-1 on VMS
Date: Fri, 14 Nov 1997 14:32:40 +1300

Hello,

I'm experiencing some difficulties in compiling Lynx 2-7-1 on 
an Alpha running OpenVMS 6.2 and Multinet 4.0A. 
I've modified tcp.h according to the instructions given in the PROBLEMS file, 
however, I'm getting the following errors when running BUILD.COM 
Any advise on how to resolve this will be greatly appreciated.


Regards,

Anna Chan
Datacom Systems
Auckland
New Zealand
-------------------------------------------------------------------------

Default directory:
  SYS$SYSDEVICE:[PACKAGE.LYNX.271.LYNX2-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]) 
$!
$! 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

 u_short sa_family;             /* address family */
........^
%CC-E-MISSINGTYPE, Missing type specifier or type qualifier.
at line number 94 in file MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;7

 u_short sp_family;             /* address family */
........^
%CC-E-MISSINGTYPE, Missing type specifier or type qualifier.
at line number 103 in file MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;7

 u_short sp_protocol;           /* protocol */
........^
%CC-E-MISSINGTYPE, Missing type specifier or type qualifier.
at line number 104 in file MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;7

 u_long s_addr;
........^
%CC-E-MISSINGTYPE, Missing type specifier or type qualifier.
at line number 60 in file MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.NETINET]IN.H;7

 u_short sin_port;
........^
%CC-E-MISSINGTYPE, Missing type specifier or type qualifier.
at line number 112 in file MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.NETINET]IN.H;7

void ftime (timeb_t *time_pointer);
.....^
%CC-E-NOTCOMPAT, In this declaration, the type of "ftime" is not compatible with
 the type of a previous declaration of "ftime" at line number 130 in file SYS$CO
MMON:[SYSLIB]DECC$RTLDEF.TLB;2.
at line number 52 in file SYS$SYSROOT:[SYSLIB]TIME.H;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

 u_short sa_family;             /* address family */
........^
%CC-E-MISSINGTYPE, Missing type specifier or type qualifier.
at line number 94 in file MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;7

 u_short sp_family;             /* address family */
........^
%CC-E-MISSINGTYPE, Missing type specifier or type qualifier.
at line number 103 in file MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;7

 u_short sp_protocol;           /* protocol */
........^
%CC-E-MISSINGTYPE, Missing type specifier or type qualifier.
at line number 104 in file MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.SYS]SOCKET.H;7

 u_long s_addr;
........^
%CC-E-MISSINGTYPE, Missing type specifier or type qualifier.
at line number 60 in file MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.NETINET]IN.H;7

 u_short sin_port;
........^
%CC-E-MISSINGTYPE, Missing type specifier or type qualifier.
at line number 112 in file MULTINET_COMMON_ROOT:[MULTINET.INCLUDE.NETINET]IN.H;7

void ftime (timeb_t *time_pointer);
.....^
%CC-E-NOTCOMPAT, In this declaration, the type of "ftime" is not compatible with
 the type of a previous declaration of "ftime" at line number 130 in file SYS$CO
MMON:[SYSLIB]DECC$RTLDEF.TLB;2.
at line number 52 in file SYS$SYSROOT:[SYSLIB]TIME.H;1
$ CLEANUP:
Default directory:
  SYS$SYSDEVICE:[PACKAGE.LYNX.271.LYNX2-7-1.SRC]
;
; 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]