我下了一个linux-2.6.17的内核在运行make menuconfig时出错
scripts/kconfig/lxdialog/checklist.c:221: error: `FALSE' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:222: warning: implicit declaration of function `scrollok'
scripts/kconfig/lxdialog/checklist.c:223: warning: implicit declaration of function `wscrl'
scripts/kconfig/lxdialog/checklist.c:283: warning: implicit declaration of function `delwin'
scripts/kconfig/lxdialog/checklist.c:287: error: `KEY_LEFT' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:288: error: `KEY_RIGHT' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c: At top level:
scripts/kconfig/lxdialog/dialog.h:131: warning: array `attributes' assumed to have one element
make[2]: *** [scripts/kconfig/lxdialog/checklist.o] 错误 1
make[1]: *** [menuconfig] 错误 2
make: *** [menuconfig] 错误 2
问问各位大虾,这个是什么问题呀