1 Apr 2005 18:38
Re: CLI todo list management - devtodo
Randy.Dunlap wrote: > >> Sometime in April David J Patrick assaulted the keyboard and produced: >> >> | It looks like just the ticket ! >> | sadly, configure failed with >> | checking for tputs in -lncurses... no >> | checking for tputs in -lcurses... no >> | checking for tputs in -ltermcap... no >> | checking for tputs in -lterminfo... no >> | checking for tputs in -ltermlib... no >> | checking for readline in -lreadline... no >> | configure: error: Can't find readline libraries > > > I had the same libreadline error, but libreadline was already > installed, so I did (as root): > ln -s /lib/libreadline.so.4 /lib/libreadline.so > > and it built and runs. Brilliant ! and easy, too ! That little nugget got me past "configure", but "make" is still sputtering with djp <at> otter:~/tmp/devtodo-0.1.18 $ make make all-recursive make[1]: Entering directory `/home/djp/tmp/devtodo-0.1.18' Making all in util make[2]: Entering directory `/home/djp/tmp/devtodo-0.1.18/util' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/djp/tmp/devtodo-0.1.18/util' Making all in src make[2]: Entering directory `/home/djp/tmp/devtodo-0.1.18/src' if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../util -DNDEBUG -g -O2 -MT support.o -MD -MP -MF ".deps/support.Tpo" -c -o support.o support.cc; \ then mv -f ".deps/support.Tpo" ".deps/support.Po"; else rm -f ".deps/support.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../util -DNDEBUG -g -O2 -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cc; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../util -DNDEBUG -g -O2 -MT todoterm.o -MD -MP -MF ".deps/todoterm.Tpo" -c -o todoterm.o todoterm.cc; \ then mv -f ".deps/todoterm.Tpo" ".deps/todoterm.Po"; else rm -f ".deps/todoterm.Tpo"; exit 1; fi todoterm.cc:8:20: curses.h: No such file or directory todoterm.cc:9:18: term.h: No such file or directory todoterm.cc: In function `int getWidth()': todoterm.cc:24: error: `tgetent' undeclared (first use this function) todoterm.cc:24: error: (Each undeclared identifier is reported only once for each function it appears in.) todoterm.cc:31: error: `tgetnum' undeclared (first use this function) make[2]: *** [todoterm.o] Error 1 make[2]: Leaving directory `/home/djp/tmp/devtodo-0.1.18/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/djp/tmp/devtodo-0.1.18' make: *** [all] Error 2 ist no gut ! kaput ! fooey ! the next clue ? thanks !
RSS Feed