Hello all,
I'm having a little trouble with the libncurses dependency on Ubuntu
Desktop 12.04 and Ubuntu Server 12.04.
It looks like libncurses5 is already installed by default. I went
ahead and installed the dev package: libncurses5-dev
$ dpkg -l | grep libncurses
ii libncurses5 5.9-4
shared libraries for terminal handling
ii libncurses5-dev 5.9-4
developer's libraries for ncurses
ii libncursesw5 5.9-4
shared libraries for terminal handling (wide character
support
These are the only libncurses libraries in the repo. I tried
installing the libncursesw5-dev package too.
# apt-cache search libncurses
libncurses5 - shared libraries for terminal handling
libncurses5-dbg - debugging/profiling libraries for ncurses
libncurses5-dev - developer's libraries for ncurses
libncursesw5 - shared libraries for terminal handling (wide character support)
libncursesw5-dbg - debugging/profiling libraries for ncursesw
libncursesw5-dev - developer's libraries for ncursesw
centerim-utf8 - A text-mode multi-protocol instant messenger client
libncurses-gst - Ncurses bindings for GNU Smalltalk
libncurses-ruby - Transitional package for ruby-ncurses
libncurses-ruby1.8 - Transitional package for ruby-ncurses
libncurses-ruby1.9 - Transitional package for ruby-ncurses
libncurses-ruby1.9.1 - Transitional package for ruby-ncurses
libncursesada-dbg - Ada binding to the ncurses text interface library:
debug symbols
libncursesada-doc - Ada binding to the ncurses text interface library:
documentation
libncursesada2 - Ada binding to the ncurses text interface library:
shared library
libncursesada2-dev - Ada binding to the ncurses text interface
library: development
ruby-ncurses - ruby extension for the ncurses C library
Using cmake I still get:
-- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
libncurses is missing on target. Skipping ifpps build.
-- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
libncurses is missing on target. Skipping flowtop build.
I've never had this problem before. I haven't been able to solve it
yet. Any tips?
Thanks
Jon
--