lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV Compile errors on DEC alpha


From: Craig Smalley
Subject: LYNX-DEV Compile errors on DEC alpha
Date: Tue, 13 Jan 1998 15:25:54 -0800

I'm trying to install Lynx 2.7 on our DEC alpha system (VMS v6.2, DEC C 
v5.6-003). When I run the BUILD.COM command procedure, I get the following 
messages:

$ cc GridText

define USE_FIXED_RECORDS        TRUE    /* convert binaries to FIXED 512 */
.......^
%CC-E-DECLARATION, Invalid declaration.
at line number 164 in file SYS$SYSDEVICE:[LYNX2-7]USERDEFS.H;2

} linkstruct;
^
%CC-E-DECLARATOR, Invalid declarator.
at line number 24 in file SYS$SYSDEVICE:[LYNX2-7.SRC]LYSTRUCTS.H;1

extern linkstruct links[MAXLINKS];
..................^
%CC-E-DECLARATION, Invalid declaration.
at line number 25 in file SYS$SYSDEVICE:[LYNX2-7.SRC]LYSTRUCTS.H;1

extern int change_form_link PARAMS((struct link *form_link, int mode,
............................^
%CC-I-PROTOSCOPE, The type "struct link" has been declared with prototype 
scope.
  This may not be what you intended.
at line number 10 in file SYS$SYSDEVICE:[LYNX2-7.SRC]HTFORMS.H;1

                links[nlinks].hightext  = Anchor_ptr->hightext;
................^
%CC-E-UNDECLARED, In this statement, "links" is not declared.
at line number 817 in file SYS$SYSDEVICE:[LYNX2-7.SRC]GRIDTEXT.C;1

                links[nlinks].anchor_number = Anchor_ptr->number;
................^
%CC-E-UNDECLARED, In this statement, "links" is not declared.
at line number 859 in file SYS$SYSDEVICE:[LYNX2-7.SRC]GRIDTEXT.C;1

        FREE(links[i].lname);
........^
%CC-E-UNDECLARED, In this statement, "links" is not declared.
at line number 931 in file SYS$SYSDEVICE:[LYNX2-7.SRC]GRIDTEXT.C;1
$ CLEANUP:
Default directory:
  SYS$SYSDEVICE:[LYNX2-7.SRC]



                        HELP!!!!!!

                        Thanks!!!


P.S. I don't know C at all, so any ideas that you have will have to be very 
explicit.

reply via email to

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