lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Possible configuration problem with Lynx 2.6 linux-ncurses


From: Nelson Henry Eric
Subject: Re: LYNX-DEV Possible configuration problem with Lynx 2.6 linux-ncurses
Date: Fri, 25 Oct 1996 15:05:08 +0900 (JST)

> > Changing the #include name to <curses.h> resulted in a successful compile
> > and a working binary.

Exactly.  The appended patch has solved the problem for me on sunos4.1.3.
__Henry

*** lynx2-6/src/LYCurses.h.dist Tue Jul 16 19:00:55 1996
--- lynx2-6/src/LYCurses.h      Tue Jul 16 19:05:50 1996
***************
*** 38,47 ****
  
  #ifdef NCURSES
  # ifndef NCURSESHEADER
! #  include <ncurses/curses.h>
  # else
  #  ifdef __NetBSD__
! #    include <ncurses/ncurses.h>
  #  else
  #    include <ncurses.h>
  #  endif /* __NetBSD__ */
--- 38,47 ----
  
  #ifdef NCURSES
  # ifndef NCURSESHEADER
! #  include <curses.h>
  # else
  #  ifdef __NetBSD__
! #    include <ncurses.h>
  #  else
  #    include <ncurses.h>
  #  endif /* __NetBSD__ */
;
; 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]