when i type make menuconfig in the kernel-2.6.10 directory that i just unpacked i get a whole lot of errors like "scripts/lxdialog/checklist.c:312: error 'KEY_LEFT' undeclared (first use in this function)" and the last 3 errors are:
make[2]: *** [scripts/lxdialog/checklist.o] Error 1
make[1]: *** [menuconfig] Error 2
make: *** [menuconfig] Error 2
I have ncurses installed according to yum but i did notice this at the top of the list of errors :
scripts/lxdialog/dialog.h:32:20: curses.h: No such file or directory
Any ideas?