[Remind-Fans] CLI todo list management - devtodo

Randy.Dunlap rddunlap at osdl.org
Fri Apr 1 11:53:48 EST 2005


> 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

You don't have curses or ncurses installed?
also 'terminfo' package (how ever you handle 'packages')

(Is this Linux or other (which)?  what distro?)

> 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 !

-- 
~Randy



More information about the Remind-fans mailing list