bug-ncurses
[Top][All Lists]
Advanced

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

[PATCH] ncurses 5.2+ --enable-widec doesn't compile


From: Sven Verdoolaege
Subject: [PATCH] ncurses 5.2+ --enable-widec doesn't compile
Date: Sun, 1 Apr 2001 14:06:26 +0200
User-agent: Mutt/1.1.2i

ncurses 5.2 as well as one patched upto patch-5.2-20010324
doesn't compile completely. 
ld complains that the curses++ library doesn't exist,
because it should be curses++w.
This micro-patch fixes this:

--- c++/Makefile.in.orig        Sun Apr  1 12:31:51 2001
+++ c++/Makefile.in     Sun Apr  1 12:31:59 2001
@@ -82,7 +82,7 @@
 
 LINK           = @LINK_PROGS@ $(LIBTOOL) $(CXX) @CXXLDFLAGS@
 
-LIBROOT                = ncurses++
+LIBROOT                = address@hidden@
 
 LIBNAME_LIBTOOL        = @address@hidden(LIBROOT)@address@hidden
 LIBNAME_NORMAL = @address@hidden(LIBROOT)@address@hidden

skimo



reply via email to

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