tasknc icon indicating copy to clipboard operation
tasknc copied to clipboard

tasknc fails to build on ubuntu 13.04

Open shockme opened this issue 12 years ago • 1 comments

$ cmake .. -- Could NOT find Curses (missing: CURSES_LIBRARY) CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: CURSES_NCURSES_LIBRARY (ADVANCED) linked by target "tasknc" in directory /home/shock/src/tasknc/src

-- Configuring incomplete, errors occurred!

$ dpkg -l curses Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-===========================-==================-==================-=========================================================== ii libcurses-perl 1.28-1build2 amd64 Curses interface for Perl un libcurses-ruby1.8 (no description available) un libncurses-dev (no description available) ii libncurses5:amd64 5.9-10ubuntu4 amd64 shared libraries for terminal handling ii libncurses5:i386 5.9-10ubuntu4 i386 shared libraries for terminal handling ii libncurses5-dev 5.9-10ubuntu4 amd64 developer's libraries for ncurses ii libncursesw5:amd64 5.9-10ubuntu4 amd64 shared libraries for terminal handling (wide character supp ii libncursesw5:i386 5.9-10ubuntu4 i386 shared libraries for terminal handling (wide character supp un ncurses (no description available) ii ncurses-base 5.9-10ubuntu4 all basic terminal type definitions ii ncurses-bin 5.9-10ubuntu4 amd64 terminal-related programs and man pages un ncurses-dev (no description available) un ncurses-doc (no description available) un ncurses-runtime (no description available) un ncurses-term (no description available)

shockme avatar May 08 '13 13:05 shockme

With mjheagle8's blessing, I'm taking over maintenance of this project. If you still care about this issue, please reopen it over at my fork.

lharding avatar Oct 05 '15 08:10 lharding