lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Lynx Installation Problems.


From: MIKE
Subject: lynx-dev Lynx Installation Problems.
Date: Thu, 18 Jun 1998 07:25:38 -0400 (EDT)

Dear Colleagure,

        Thank you for your attention.

        I'm install Lynx2-8 to an OpenVMS Alpha system V7.1. The TCP/IP
software is Multinet V4.1, released in Mar, 1998. I have modified the lynx.cfg
and userdefs.h files. During built, It was failed. I believe that the code I
got is not compile with the system.

        The zip file was download from:
                ftp2.cc.ukans.edu/pub/lynx
        and 
                www.slcc.edu/lynx/release/

        The following is the comilation errors. How can I fix this problem?

        Where is the place I can find the right code or there is some patches
for the system.

        Your help would be highly appreciated.


Regards,

Mike.

---------------
Mike Xun Ma, Computing Services, Concordia University, Montreal H3G 1M8
address@hidden // address@hidden       (514) 848-7620
-----------------------------------------------------------------------
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&

$ @BUILD.COM
Default directory:
  DKA200:[PUBLIC.LYNX2-8]

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],[---.src],[---.src.chrtrans],[---]) -
    [-.Implementation]HTString.c

extern int bzero();
.................^
%CC-W-TOOFEWACTUALS, Too few actual parameters in macro call.
at line number 292 in file
DKA200:[PUBLIC.LYNX2-8.WWW.LIBRARY.IMPLEMENTATION]TCP.H;1

extern int bzero();
...........^
%CC-E-NOTEXPECTING, Error parsing parameter list. Found "," when expecting one
of: <type-specifier>, <identifier>, "...", ")".
at line number 292 in file
DKA200:[PUBLIC.LYNX2-8.WWW.LIBRARY.IMPLEMENTATION]TCP.H;1

#define __TIME_T 1
.................^
%CC-W-MACROREDEF, The redefinition of the macro "__TIME_T" conflicts with a
curr
ent definition because the replacement lists differ.  The redefinition is now
in
 effect.
at line number 321 in file
DKA200:[PUBLIC.LYNX2-8.WWW.LIBRARY.IMPLEMENTATION]TCP.H;1
$ CLEANUP:
$    v1 = f$verify(v)
$ set default [-.-.-]
$!
$!      Build the chrtrans modules.
$!
$ set default [.src.chrtrans]
$!
$!      Compile the Lynx [.SRC.CHRTRANS]makeuctb module.
$!
$! DECC:
$  cc := cc/decc/prefix=all /nomember -
           /INCLUDE=([-],[--],[--.WWW.Library.Implementation])
$ cc makeuctb
$!
$!      Link the Lynx [.SRC.CHRTRANS]makeuctb module.
$!
$ link/exe=makeuctb.exe makeuctb, -
sys$disk:[-]DECC.opt/opt
sys$library:vaxcrtl/library
sys$library:vaxccurse/library
$!
$!      Create the Lynx [.SRC.CHRTRANS] header files.
$!
$ makeuctb := $DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]makeuctb
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]iso01_uni.h
!ISO Latin 1
$ makeuctb iso01_uni.tbl
makeuctb: iso-8859-1: translation map (_iso_8859_1).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]cp850_uni.h
!DosLatin1 (cp850)
$ makeuctb cp850_uni.tbl
makeuctb: cp850: translation map (_cp850).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]cp1252_uni.h
!WinLatin1 (cp1252)
$ makeuctb cp1252_uni.tbl
makeuctb: windows-1252: translation map (_windows_1252).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]cp437_uni.h
!DosLatinUS (cp437)
$ makeuctb cp437_uni.tbl
makeuctb: cp437: translation map (_cp437).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]dmcs_uni.h !DEC
Mul
tinational
$ makeuctb dmcs_uni.tbl
makeuctb: dec-mcs: translation map (_dec_mcs).
$ makeuctb viscii_uni.tbl
makeuctb: viscii: translation map (_viscii).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]def7_uni.h !7 bit
a
pproximations
$ makeuctb def7_uni.tbl
makeuctb: us-ascii: default translation map ().
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]iso02_uni.h
!ISO Latin 2
$ makeuctb iso02_uni.tbl
makeuctb: iso-8859-2: translation map (_iso_8859_2).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]cp852_uni.h
!DosLatin2 (cp852)
$ makeuctb cp852_uni.tbl
makeuctb: cp852: translation map (_cp852).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]cp1250_uni.h
!WinLatin2 (cp1250)
$ makeuctb cp1250_uni.tbl
makeuctb: windows-1250: translation map (_windows_1250).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]iso03_uni.h
!ISO Latin 3
$ makeuctb iso03_uni.tbl
makeuctb: iso-8859-3: translation map (_iso_8859_3).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]iso04_uni.h
!ISO Latin 4
$ makeuctb iso04_uni.tbl
makeuctb: iso-8859-4: translation map (_iso_8859_4).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]cp775_uni.h
!DosBlatRim (cp775)
$ makeuctb cp775_uni.tbl
makeuctb: cp775: translation map (_cp775).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]cp1257_uni.h
!WinBlatRim (cp1257)
$ makeuctb cp1257_uni.tbl
makeuctb: windows-1257: translation map (_windows_1257).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]iso05_uni.h
!ISO 8859-5 Cyrillic
$ makeuctb iso05_uni.tbl
makeuctb: iso-8859-5: translation map (_iso_8859_5).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]cp866_uni.h
!DosCyrillic (cp866)
$ makeuctb cp866_uni.tbl
makeuctb: cp866: translation map (_cp866).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]cp1251_uni.h
!WinCyrillic (cp1251)
$ makeuctb cp1251_uni.tbl
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]cp1256_uni.h
!WinArabic (cp1256)
$ makeuctb cp1256_uni.tbl
makeuctb: windows-1256: translation map (_windows_1256).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]iso07_uni.h
!ISO 8859-7 Greek
$ makeuctb iso07_uni.tbl
makeuctb: iso-8859-7: translation map (_iso_8859_7).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]cp737_uni.h
!DosGreek (cp737)
$ makeuctb cp737_uni.tbl
makeuctb: cp737: translation map (_cp737).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]cp869_uni.h
!DosGreek2 (cp869)
$ makeuctb cp869_uni.tbl
makeuctb: cp869: translation map (_cp869).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]cp1253_uni.h
!WinGreek (cp1253)
$ makeuctb cp1253_uni.tbl
makeuctb: windows-1253: translation map (_windows_1253).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]iso08_uni.h
!ISO 8859-8 Hebrew
$ makeuctb iso08_uni.tbl
makeuctb: iso-8859-8: translation map (_iso_8859_8).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]cp862_uni.h
!DosHebrew (cp862)
$ makeuctb cp862_uni.tbl
makeuctb: cp862: translation map (_cp862).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]cp1255_uni.h
!WinHebrew (cp1255)
$ makeuctb cp1255_uni.tbl
makeuctb: windows-1255: translation map (_windows_1255).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]iso09_uni.h
!ISO 8859-9 (Latin 5)
$ makeuctb iso09_uni.tbl
makeuctb: iso-8859-9: translation map (_iso_8859_9).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]iso10_uni.h
!ISO 8859-10
$ makeuctb iso10_uni.tbl
makeuctb: iso-8859-10: translation map (_iso_8859_10).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]utf8_uni.h
!UNICODE
 UTF-8
$ makeuctb utf8_uni.tbl
makeuctb: utf-8: translation map (_utf_8).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]rfc_suni.h !RFC
134
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]mnem2_suni.h !RFC 1
345 Mnemonic
$ makeuctb mnem2_suni.tbl
makeuctb: mnemonic: translation map (_mnemonic).
$ define/user sys$output DKA200:[PUBLIC.LYNX2-8.SRC.CHRTRANS]mnem_suni.h
!(not used)
$ makeuctb mnem_suni.tbl
makeuctb: mnem: translation map (_mnem).
$ 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],[.chrtrans])
$!
$ cc DefaultStyle

extern int bzero();
.................^
%CC-W-TOOFEWACTUALS, Too few actual parameters in macro call.
at line number 292 in file DKA200:[PUBLIC.LYNX2-8.WWW.LIBRARY.IMPLEMENTATION]TCP
.H;1

extern int bzero();
...........^
%CC-E-NOTEXPECTING, Error parsing parameter list. Found "," when expecting one o
f: <type-specifier>, <identifier>, "...", ")".
at line number 292 in file DKA200:[PUBLIC.LYNX2-8.WWW.LIBRARY.IMPLEMENTATION]TCP
.H;1

#define __TIME_T 1
.................^
%CC-W-MACROREDEF, The redefinition of the macro "__TIME_T" conflicts with a curr
ent definition because the replacement lists differ.  The redefinition is now in
 effect.
at line number 321 in file DKA200:[PUBLIC.LYNX2-8.WWW.LIBRARY.IMPLEMENTATION]TCP
.H;1
$ CLEANUP:
Default directory:

reply via email to

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