qinga1b2 发表于 2006-8-28 00:56:59

编译2.6内核时出的错

我下了一个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: *** 错误 1
make: *** 错误 2
make: *** 错误 2
问问各位大虾,这个是什么问题呀

wxk 发表于 2006-8-28 03:04:43

可能是没有装ncurses-devel包吧

qinga1b2 发表于 2006-8-28 09:19:35

装了也是报一样的错误呀
页: [1]
查看完整版本: 编译2.6内核时出的错