[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LYNX-DEV Linkproblem further ftp-problem
From: |
Doeringhoff Franz |
Subject: |
LYNX-DEV Linkproblem further ftp-problem |
Date: |
Wed, 25 Jun 1997 22:01:48 +0200 |
Hallo,
after haveing a problem with ftp (useing netscape proxyserver) i got the hint
to try the latest version with the extensions from Fote.
So I download Lynx 2.7-1 and the Fote modifications from 20-jul-97.
I tryed to build the executable on OpenVMS 6.2 with UCX 4.0.
I got a couple of compiler messages and errors. I think only the errors are
important. I am sorry, but i have no c knowledge.
Are there any files i have forgotten?
Thanks in advance Franz
now the list of build.com
-------------------------------------------------------------------------------
Default directory:
L$DISK:[VAX.LYNX2-7-1]
$!
$! Build the WWWLibrary
$!
$ set default [.WWW.Library.VMS]
$! DECC:
$!
$ cc/decc/prefix=all /nomember -
/warning=(disable=implicitfunc)-
/DEFINE=(DEBUG,ACCESS_AUTH,UCX,VC="""2.14""")-
/INCLUDE=([-.Implementation]) -
[-.Implementation]HTString.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 156 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTSTRING.C;1.
$!
$ cc := cc/decc/prefix=all /nomember -
/warning=(disable=implicitfunc)-
/DEFINE=(DEBUG,ACCESS_AUTH,UCX)-
/INCLUDE=([-.Implementation])
$!
$ cc [-.Implementation]HTParse.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 751 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTPARSE.C;1.
$ cc [-.Implementation]HTAccess.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 1245 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTACCESS.C;2.
$ cc [-.Implementation]HTTP.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 1609 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTTP.C;2.
$ cc [-.Implementation]HTFile.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 2139 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTFILE.C;1.
$ cc [-.Implementation]HTBTree.c
$ cc [-.Implementation]HTFTP.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 3255 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTFTP.C;1.
$ cc [-.Implementation]HTTCP.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 1079 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTTCP.C;1.
$ cc [-.Implementation]SGML.c
} canclose_t;
^
%CC-W-TRAILCOMMA, Trailing comma found in enumerator list.
At line number 566 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]SGML.C;1.
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 2 warning(s), and
0 informational messages.
At line number 2787 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]SGML.C;1.
$ cc [-.Implementation]HTMLDTD.c
$ cc [-.Implementation]HTChunk.c
$ cc [-.Implementation]HTPlain.c
$ cc [-.Implementation]HTWriter.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 189 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTWRITER.C;1.
$ cc [-.Implementation]HTFWriter.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 358 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTFWRITER.C;1.
$ cc [-.Implementation]HTMLGen.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 376 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTMLGEN.C;1.
$ cc [-.Implementation]HTAtom.c
$ cc [-.Implementation]HTAnchor.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 1283 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTANCHOR.C;1.
$ cc [-.Implementation]HTStyle.c
$ cc [-.Implementation]HTList.c
$ cc [-.Implementation]HTAlert.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 126 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTALERT.C;2.
$ cc [-.Implementation]HTRules.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 418 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTRULES.C;1.
$ cc [-.Implementation]HTFormat.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 833 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTFORMAT.C;1.
$ cc [-.Implementation]HTInit.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 176 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTINIT.C;1.
$ cc [-.Implementation]HTMIME.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 2383 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTMIME.C;2.
$ cc [-.Implementation]HTHistory.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 157 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTHISTORY.C;1.
$ cc [-.Implementation]HTNews.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 2325 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTNEWS.C;1.
$ cc [-.Implementation]HTGopher.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 2004 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTGOPHER.C;1.
$ cc [-.Implementation]HTTelnet.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 583 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTTELNET.C;1.
$ cc [-.Implementation]HTFinger.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 442 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTFINGER.C;1.
$ cc [-.Implementation]HTWSRC.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 486 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTWSRC.C;1.
$ cc [-.Implementation]HTAAUtil.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 621 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTAAUTIL.C;1.
$ cc [-.Implementation]HTAABrow.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 1282 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTAABROW.C;2.
$ cc [-.Implementation]HTAAServ.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 686 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTAASERV.C;1.
$ cc [-.Implementation]HTAAFile.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 210 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTAAFILE.C;1.
$ cc [-.Implementation]HTPasswd.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 301 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTPASSWD.C;1.
$ cc [-.Implementation]HTGroup.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 772 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTGROUP.C;1.
$ cc [-.Implementation]HTACL.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 221 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTACL.C;1.
$ cc [-.Implementation]HTAuth.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 210 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTAUTH.C;1.
$ cc [-.Implementation]HTAAProt.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 594 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTAAPROT.C;1.
$ cc [-.Implementation]HTAssoc.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 87 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTASSOC.C;1.
$ cc [-.Implementation]HTLex.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 142 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTLEX.C;1.
$ cc [-.Implementation]HTUU.c
$ cc [-.Implementation]HTVMSUtils.c
#define STRUCT_DIRENT struct dirent
.............................^
%CC-W-MACROREDEF, The redefinition of the macro "STRUCT_DIRENT" conflicts with
a current definition because the replacement lists differ. The redefinition
is now in effect.
At line number 720 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTVMSUTILS.C;1.
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 2 warning(s), and
0 informational messages.
At line number 1252 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTVMSUTILS.C;1.
$ cc [-.Implementation]getpass.c
$ cc [-.Implementation]getline.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 74 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]GETLINE.C;1.
$ cc [-.Implementation]crypt.c
$ cc [-.Implementation]crypt_util.c
$ cc [-.Implementation]HTWAIS.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 1096 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTWAIS.C;1.
$ cc [-.Implementation]HTVMS_WaisUI.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 2448 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTVMS_WAISUI.C;1.
$ cc [-.Implementation]HTVMS_WaisProt.c
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 2501 in
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.IMPLEMENTATION]HTVMS_WAISPROT.C;1.
$!
$ If f$search("[-.Implementation]WWWLib_UCX.olb") .eqs. "" Then -
LIBRARY/Create [-.Implementation]WWWLib_UCX.olb
$ LIBRARY/Replace [-.Implementation]WWWLib_UCX.olb *.obj
%LIBRAR-W-COMCOD, compilation warnings in module GETLINE file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]GETLINE.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTAABROW file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTAABROW.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTAAFILE file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTAAFILE.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTAAPROT file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTAAPROT.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTAASERV file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTAASERV.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTAAUTIL file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTAAUTIL.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTACCESS file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTACCESS.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTACL file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTACL.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTALERT file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTALERT.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTANCHOR file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTANCHOR.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTASSOC file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTASSOC.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTAUTH file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTAUTH.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTFILE file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTFILE.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTFINGER file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTFINGER.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTFORMAT file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTFORMAT.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTFTP file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTFTP.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTFWRITER file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTFWRITER.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTGOPHER file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTGOPHER.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTGROUP file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTGROUP.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTHISTORY file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTHISTORY.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTINIT file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTINIT.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTLEX file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTLEX.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTMIME file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTMIME.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTMLGEN file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTMLGEN.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTNEWS file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTNEWS.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTPARSE file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTPARSE.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTPASSWD file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTPASSWD.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTRULES file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTRULES.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTSTRING file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTSTRING.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTTCP file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTTCP.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTTELNET file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTTELNET.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTTP file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTTP.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTVMSUTILS file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTVMSUTILS.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTVMS_WAISPROT file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTVMS_WAISPROT.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTVMS_WAISUI file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTVMS_WAISUI.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTWAIS file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTWAIS.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTWRITER file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTWRITER.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module HTWSRC file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]HTWSRC.OBJ;1
%LIBRAR-W-COMCOD, compilation warnings in module SGML file
L$DISK:[VAX.LYNX2-7-1.WWW.LIBRARY.VMS]SGML.OBJ;1
$ Delete/nolog/noconf *.obj;*
$!
$ set default [-.-.-]
$!
$! Compile the Lynx [.SRC] modules
$!
$ set default [.SRC]
$! DECC:
$ cc := cc/decc/prefix=all /nomember -
/DEFINE=(DEBUG,ACCESS_AUTH,UCX,__VMS_CURSES)-
/INCLUDE=([-],[-.WWW.Library.Implementation])
$!
$ cc DefaultStyle
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 368 in
L$DISK:[VAX.LYNX2-7-1.SRC]DEFAULTSTYLE.C;1.
$ cc GridText
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 6501 in L$DISK:[VAX.LYNX2-7-1.SRC]GRIDTEXT.C;2.
$ cc HTAlert
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 517 in L$DISK:[VAX.LYNX2-7-1.SRC]HTALERT.C;2.
$ cc HTFWriter
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 1118 in L$DISK:[VAX.LYNX2-7-1.SRC]HTFWRITER.C;2.
$ cc HTInit
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
%VCG-I-SUMMARY, Completed with 0 error(s), 1 warning(s), and
0 informational messages.
At line number 972 in L$DISK:[VAX.LYNX2-7-1.SRC]HTINIT.C;2.
$ cc HTML
typedef unsigned long int time_t;
...............................^
%CC-W-NOLINKAGE, In this declaration, "time_t" has no linkage and has a prior
declaration in this scope at line 6 in SYS$COMMON:[SYSLIB]TYPES.H;2.
At line number 131 in SYS$COMMON:[DECC$LIB.INCLUDE]TIME.H;1.
UPDATE_STYLE;
................^
%CC-E-UNDECLARED, In this statement, "UPDATE_STYLE" is not declared.
At line number 266 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
UPDATE_STYLE;
................^
%CC-E-UNDECLARED, In this statement, "UPDATE_STYLE" is not declared.
At line number 375 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
UPDATE_STYLE;
....................^
%CC-E-UNDECLARED, In this statement, "UPDATE_STYLE" is not declared.
At line number 381 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
UPDATE_STYLE;
............^
%CC-E-UNDECLARED, In this statement, "UPDATE_STYLE" is not declared.
At line number 473 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
change_paragraph_style(me, styles[HTML_BANNER]);
...................................^
%CC-E-UNDECLARED, In this statement, "styles" is not declared.
At line number 1038 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
LYHandleP(me, present, value, (char **)&include, TRUE);
........^
%CC-I-IMPLICITFUNC, In this statement, the identifier "LYHandleP" is implicitly
declared as a function.
At line number 1190 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = HText_beginAnchor(me->text,
........^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 2178 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
LYHaveImageMap(temp)) ||
.....................^
%CC-I-IMPLICITFUNC, In this statement, the identifier "LYHaveImageMap" is
implicitly declared as a function.
At line number 2266 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
HText_endAnchor(me->text, me->CurrentANum);
..............................................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 2480 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = 0;
....................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 2481 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = HText_beginAnchor(me->text,
....................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 2507 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
HText_endAnchor(me->text, me->CurrentANum);
..........................................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 2520 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = 0;
................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 2521 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = HText_beginAnchor(me->text,
................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 2564 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
HText_endAnchor(me->text, me->CurrentANum);
..........................................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 2575 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = 0;
................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 2576 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = HText_beginAnchor(me->text,
............^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 2606 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
HText_endAnchor(me->text, me->CurrentANum);
..........................................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 2615 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = 0;
................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 2616 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
HText_endAnchor(me->text, me->CurrentANum);
..........................................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 2637 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = 0;
................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 2638 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = HText_beginAnchor(me->text,
............^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 2658 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
HText_endAnchor(me->text, me->CurrentANum);
..........................................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 2671 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = 0;
................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 2672 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
LYAddMapElement(me->map_address, href, alt_string);
............^
%CC-E-TOOFEWARGS, In this statement, "LYAddMapElement" expects 4 arguments, but
3 are supplied.
At line number 2847 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = HText_beginAnchor(me->text,
................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 3105 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
HText_endAnchor(me->text, me->CurrentANum);
..........................................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 3113 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
HText_endAnchor(me->text, me->CurrentANum);
..............................................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 3241 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = HText_beginAnchor(me->text,
................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 3249 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
HText_endAnchor(me->text, me->CurrentANum);
..............................................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 3258 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = 0;
....................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 3259 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
HText_endAnchor(me->text, me->CurrentANum);
..........................................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 3315 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = HText_beginAnchor(me->text,
............^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 3326 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
HText_endAnchor(me->text, me->CurrentANum);
..........................................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 3335 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = 0;
................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 3336 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
HText_endAnchor(me->text, me->CurrentANum);
..............................................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 3431 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = HText_beginAnchor(me->text,
................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 3439 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
HText_endAnchor(me->text, me->CurrentANum);
..............................................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 3450 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = 0;
....................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 3451 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
LYHandleSELECT(me,
............^
%CC-I-IMPLICITFUNC, In this statement, the identifier "LYHandleSELECT" is
implicitly declared as a function.
At line number 4184 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
LYHandleSELECT(me,
........^
%CC-I-IMPLICITFUNC, In this statement, the identifier "LYHandleSELECT" is
implicitly declared as a function.
At line number 4193 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
UPDATE_STYLE;
............^
%CC-E-UNDECLARED, In this statement, "UPDATE_STYLE" is not declared.
At line number 4676 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
for (i = 0; i <= MBM_V_MAXFILES; i++) {
.................................^
%CC-E-UNDECLARED, In this statement, "MBM_V_MAXFILES" is not declared.
At line number 4716 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
if (MBM_A_subbookmark[i] &&
........................^
%CC-E-UNDECLARED, In this statement, "MBM_A_subbookmark" is not declared.
At line number 4717 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
StrAllocCopy(temp,
........................^
%CC-E-UNDECLARED, In this statement, "MBM_A_subdescript" is not declared.
At line number 4721 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
if (styles[element_number]->font & HT_BOLD) {
............^
%CC-E-UNDECLARED, In this statement, "styles" is not declared.
At line number 4853 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
LYHandleP(me,
........^
%CC-I-IMPLICITFUNC, In this statement, the identifier "LYHandleP" is implicitly
declared as a function.
At line number 4868 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
HText_endAnchor(me->text, me->CurrentANum);
..................................^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 5052 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = 0;
........^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 5053 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
LYHandleSELECT(me,
............^
%CC-I-IMPLICITFUNC, In this statement, the identifier "LYHandleSELECT" is
implicitly declared as a function.
At line number 5464 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
LYHandleSELECT(me,
........^
%CC-I-IMPLICITFUNC, In this statement, the identifier "LYHandleSELECT" is
implicitly declared as a function.
At line number 5593 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
PUBLIC void HTML_put_entity ARGS2(HTStructured *, me, int,
entity_number)
............^
%CC-E-NOTCOMPAT, In this declaration, the type of "HTML_put_entity" is not
compatible with the type of a previous declaration of "HTML_put_entity" at
line 164 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.H;1.
At line number 5670 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
UPDATE_STYLE; /* Creates empty document here! */
....^
%CC-E-UNDECLARED, In this statement, "UPDATE_STYLE" is not declared.
At line number 5703 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
styles[HTML_PRE]->alignment = HT_LEFT;
........^
%CC-E-UNDECLARED, In this statement, "styles" is not declared.
At line number 5774 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
styles[HTML_PRE]->alignment = HT_LEFT;
........^
%CC-E-UNDECLARED, In this statement, "styles" is not declared.
At line number 5829 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
styles[HTML_H1] = HTStyleNamed(styleSheet, "Heading1");
....^
%CC-E-UNDECLARED, In this statement, "styles" is not declared.
At line number 5849 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
me->CurrentANum = 0;
....^
%CC-E-NEEDMEMBER, In this statement, "CurrentANum" is not a member of "me".
At line number 5975 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
return SGML_new(&HTML_dtd, HTML_new(anchor, pres->rep_out, sink));
...........^
%CC-W-PTRMISMATCH, In this statement, the referenced type of the pointer value
"HTML_new(...)" is "struct _HTStructured", which is not compatible with
"struct _HTParentAnchor".
At line number 6107 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
return SGML_new(&HTML_dtd, HTML_new(anchor, pres->rep_out, sink));
...........^
%CC-E-TOOFEWARGS, In this statement, "SGML_new" expects 3 arguments, but 2 are
supplied.
At line number 6107 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
return SGML_new(&HTML_dtd, html);
...........^
%CC-W-PTRMISMATCH, In this statement, the referenced type of the pointer value
"html" is "struct _HTStructured", which is not compatible with "struct
_HTParentAnchor".
At line number 6129 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
return SGML_new(&HTML_dtd, html);
...........^
%CC-E-TOOFEWARGS, In this statement, "SGML_new" expects 3 arguments, but 2 are
supplied.
At line number 6129 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
return SGML_new(&HTML_dtd, HTML_new(anchor, WWW_PRESENT, NULL));
...........^
%CC-W-PTRMISMATCH, In this statement, the referenced type of the pointer value
"HTML_new(...)" is "struct _HTStructured", which is not compatible with
"struct _HTParentAnchor".
At line number 6145 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
return SGML_new(&HTML_dtd, HTML_new(anchor, WWW_PRESENT, NULL));
...........^
%CC-E-TOOFEWARGS, In this statement, "SGML_new" expects 3 arguments, but 2 are
supplied.
At line number 6145 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
}
%VCG-I-NOBJECT, No object file produced.
At line number 6174 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
%VCG-I-SUMMARY, Completed with 53 error(s), 4 warning(s), and
8 informational messages.
At line number 6174 in L$DISK:[VAX.LYNX2-7-1.SRC]HTML.C;2.
$ CLEANUP:
Default directory:
L$DISK:[VAX.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.
;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- LYNX-DEV Linkproblem further ftp-problem,
Doeringhoff Franz <=