bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH?] ncurses 5.2 20010331 installation problem


From: Sven Verdoolaege
Subject: [PATCH?] ncurses 5.2 20010331 installation problem
Date: Wed, 4 Apr 2001 23:22:22 +0200
User-agent: Mutt/1.1.2i

If you compile outside of the source tree, then ncurses won't install.
make complains that it can't find ncurses_dll.h, because it's looking
for it in the object tree rather than in the source tree.
The following patch seems to fix it, but I don't know whether
it is the correct thing to do.

skimo

--- include/headers.orig        Wed Apr  4 23:14:31 2001
+++ include/headers     Wed Apr  4 23:00:32 2001
@@ -32,4 +32,4 @@
 curses.h
 unctrl.h
 termcap.h
-ncurses_dll.h
+$(srcdir)/ncurses_dll.h



reply via email to

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