lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV problems compiling lynx2.7ac-0.38


From: T.E.Dickey
Subject: Re: LYNX-DEV problems compiling lynx2.7ac-0.38
Date: Tue, 8 Apr 1997 21:03:12 -0400 (EDT)

> Re: lynx2.7ac-0.38.  I'm on sunos4.1.3, compiling with gcc2.7.2.
> 
> The configure script stopped with an error when it could not find
> the slang header file.  No makefile was produced.  How do you specify
> where header files are when doing --with-screen=slang?
if they're not in /usr/include or /usr/local/include, I'd set environment
variables (this, btw, applies to all scripts based on autoconf):

        CPPFLAGS="-I/bogus/include" \
        LIBS="-L/bogus" \
        configure --with-screen=slang
> 
> I then tried the usual way (Makefile, sun4-slang) after a fresh
> breakout, and got the errors given below.  How to proceed?
> 
> __Henry
> 
> LYStrings.c: In function `LYgetch':
> LYStrings.c:370: `KEY_DOWN' undeclared (first use this function)
> LYStrings.c:370: (Each undeclared identifier is reported only once
add a -DNO_KEYPAD to the sun4-slang rule in Makefile if you must (but
the configure script is the long-term solution).

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; 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]