lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV Lynx 2.6 on Digital UNIX V4.0


From: Peter Villemoes
Subject: LYNX-DEV Lynx 2.6 on Digital UNIX V4.0
Date: Wed, 27 Nov 1996 09:12:45 +0100

When compiling lynx 2.6 on a DEC Alpha workstation with Digital UNIX V4.0 
(Rev. 386) by the command
        make osf
the following error message appeared,



Compiling Lynx sources
cc -O -DFANCY_CURSES -DUNIX    -I../WWW/Library/Implementation 
-DDIRED_SUPPORT  -DOK_TAR -DOK_ZIP -DOK_GZIP -DOK_UUDECODE -DOK_OVERRIDE 
-DOK_PERMIT   -I..  -c LYCurses.c
cc: Error: LYCurses.c, line 389: Invalid declarator.
    return(1);
----^
cc: Error: LYCurses.c, line 386: In the initializer for LYlines, "LINES" is 
not constant, but occurs in a context that requires a constant expression.
    LYlines = LINES;
--------------^
cc: Error: LYCurses.c, line 387: In the initializer for LYcols, "COLS" is 
not constant, but occurs in a context that requires a constant expression.
    LYcols = COLS;
-------------^
cc: Error: LYCurses.c, line 37: The function "dumbterm" has internal 
linkage, occurs in a context that requires its definition, and has no 
definition.
PRIVATE int dumbterm PARAMS((char *terminal));
------------^
*** Exit 1
Stop.
*** Exit 1
Stop.



-- 
    Peter Villemoes   
    NORDUnet A/S,       Phone       +45 4576 2300
    Agern Alle 3,       Fax         +45 4576 5708
    DK 2970 Horsholm    address@hidden
--


;
; 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]