lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Lynx 2.6 on UnixWare - Won't compile!


From: Nelson Henry Eric
Subject: Re: LYNX-DEV Lynx 2.6 on UnixWare - Won't compile!
Date: Mon, 18 Nov 1996 19:08:10 +0900 (JST)

> UX:acomp:ERROR: "./LYCurses" line 15 can not find include file: "slang.h"
> UX:acomp:ERROR: "./LYCurses" line 16 can not find include file: "SLCurses.h"

Do you have slang installed?  If you do, then you probably have not made the
necessary site-specific changes to the toplevel Makefile (the one in lynx2-6,
you need change no other Makefile, although you must also make the necessary
changes to userdefs.h).

Get slang:
        by `ftp' from `space.mit.edu' in `/pub/davis/slang'
I'm not sure of the present version, but something like:
        `slang0.99-35.tar.gz'

In Makefile around line 87, you need to define the location of the slang
library and headers.
        #SLANGINC = -I../../slang/src#   location of slang.h and slcurses.h
        #SLANGLIB = -L../../slang/src/$(ARCH)objs#  location of libslang.a

You probably will want to apply the update file set to be sure to have
compatibility with the latest slang.  Get the set from:
        `http://www.mtsu.edu/~ripa0003/lynx.html'

I can't help you more since I don't know unixware, but hopefully it was
some help.  __Henry
;
; 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]