lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Won't find or include "slang.h" and "slcurses.h"


From: Larry W. Virden, x2487
Subject: Re: LYNX-DEV Won't find or include "slang.h" and "slcurses.h"
Date: Tue, 3 Dec 1996 09:06:43 -0500

Edit the file where you are getting the errors.  Look at the line numbers
being reported.  Find the variables in question.  Look earlier in the file,
or in one of the included files, to see what type of variable this is.  
Typically
these are variables which expect something to be defined previously.  In
your case, this 'something else' isn't being defined.  You have to trace back
to find either a #ifdef in lynx code which is incorrectly following the
wrong defines (a change in the Makefile or userdefs.h will set you down
the right path) or you will find you are missing some important file which
you will need to fetch, or you will find a bug in lynx.
-- 
Larry W. Virden                 INET: address@hidden
<URL:http://www.teraform.com/%7Elvirden/> <*> O- "We are all Kosh."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
;
; 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]