> In file included from lxdialog.c:22: > dialog.h:29: curses.h: No such file or directory > make[1]: *** [lxdialog.o] Error 1 > make[1]: Leaving directory .... > ... > <--- snap ---> > > What can I do now. Is the source defect or what??
Nope. Your build environment is defect (as in: lacking libncurses4-dev or equivalent). 'make config' should work though. Michael