lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Can't compile 2.7.2 on Linux Slackware


From: Michael Rowe
Subject: Re: LYNX-DEV Can't compile 2.7.2 on Linux Slackware
Date: Tue, 3 Mar 1998 10:03:43 +1100 (EST)

> > I am having problems getting Lynx 2.7.2 to compile on my Linux Slackware
> > system. (I tried another Slackware box, and got the same error, too)
> > 
> > Here's what I get when I type make linux:
> > 
> The target you want is linux-ncurses.  I am currently running Slackware
> version 3.4 and do not have any problems compiling Lynx.  What version are
> you running?  I am asking because on some earlier versions of Slackware
> you must change things a bit so that NCurses will get picked up.  

From memory, I'm running a one of the first Slackware versions that
contained the Linux 2.0.0 kernel. I think it's 3.0 or so.
I managed to get it to compile by changing src/LYCurses.h  Change the line 
that says
#  include <ncurses/curses.h>
to
#  include <curses.h>

and then it works.

Thanks for your help.

--Michael.

reply via email to

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