lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV A bug in current Lynx devel code for VMS?


From: Brian Tillman, x8425
Subject: LYNX-DEV A bug in current Lynx devel code for VMS?
Date: Fri, 24 Oct 1997 12:23:41 -0400

I tried to compile lynx-cur from 10/22/97 on a VAX V6.2/DEC C V5.3 system today
with the following command line:

$ mms/macro=(dec_c=1,ucx=1)

Here's what I received:

Set Default [.www.library.implementation]
MMS /Description = [-.VMS]DESCRIP.MMS /Macro = (UCX=1, DEC_C=1) Library
CC /decc/Prefix=All  /NoMember /Warning=(disable=implicitfunc) /Define=(DEBUG,
A
CCESS_AUTH, VC="""2.14""", UCX) HTPARSE.C
If "''F$Search("WWWLIB_UCX.OLB")'" .EQS. "" Then LIBRARY/Create WWWLIB_UCX.OLB
LIBRARY/REPLACE WWWLIB_UCX.OLB HTPARSE.OBJ
CC /decc/Prefix=All  /NoMember /Warning=(disable=implicitfunc) /Define=(DEBUG,
A
CCESS_AUTH, VC="""2.14""", UCX) HTACCESS.C
        #include "LYGlobalDefs.h"
        .^
%CC-F-NOINCLFILE, Cannot find file "LYGlobalDefs.h" specified in #include
 directive.
                At line number 65 in
SCRATCH_DISK:[TILLMAN.LYNX2-7-1.WWW.LIBRARY
.IMPLEMENTATION]HTACCESS.C;1.

        #include "LYGlobalDefs.h"
        .^
%VCG-I-NOBJECT, No object file produced.
                At line number 65 in
SCRATCH_DISK:[TILLMAN.LYNX2-7-1.WWW.LIBRARY
.IMPLEMENTATION]HTACCESS.C;1.

%MMS-F-ABORT, For target HTACCESS.OBJ, CLI returned abort status: %X1000002C.
%MMS-F-ABORT, For target LIBRARY, CLI returned abort status: %X10EE8034.

I then tried @BUILD and received:

Default directory:
  SCRATCH_DISK:[TILLMAN.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]) 2
  WWWLib_UCX.olb already exists.
  Update it [default Y]? y
$!
$!      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
$!
$ cc := cc/decc/prefix=all /nomember -
          /warning=(disable=implicitfunc)-
          /DEFINE=(DEBUG,ACCESS_AUTH,UCX)-
          /INCLUDE=([-.Implementation])
$!
$ cc [-.Implementation]HTParse.c
$ cc [-.Implementation]HTAccess.c
        #include "LYGlobalDefs.h"
        .^
%CC-F-NOINCLFILE, Cannot find file "LYGlobalDefs.h" specified in #include
 directive.
                At line number 65 in
SCRATCH_DISK:[TILLMAN.LYNX2-7-1.WWW.LIBRARY
.IMPLEMENTATION]HTACCESS.C;1.

        #include "LYGlobalDefs.h"
        .^
%VCG-I-NOBJECT, No object file produced.
                At line number 65 in
SCRATCH_DISK:[TILLMAN.LYNX2-7-1.WWW.LIBRARY
.IMPLEMENTATION]HTACCESS.C;1.

$ CLEANUP:
$    v1 = f$verify(v)

Now, LyGlobalDefs.h is located in [.SRC].  Wouldn't it be proper to make sure
the /INCLUDE also includes that directory?  I notice in the FOTEMODS code that
HTACCESS.C does not have such an include.
--
 Brian Tillman                   Internet: tillman_brian at si.com
 Smiths Industries, Inc.                   tillman at swdev.si.com
 4141 Eastern Ave., MS239        Addresses modified to prevent
 Grand Rapids, MI 49518-8727     SPAM.  Replace "at" with "@"
        This opinion doesn't represent that of my company
;
; 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]