linux-2.6.16 compile error - while make menuconfig
I am having the following error while running 'make menuconfig' (Using Debian 3.1)
I have installed libncurses5-dev too
pls help
regards
vinoj
zam:/usr/src# uname -a
Linux zam 2.6.8-2-386 #1 Tue Aug 16 12:46:35 UTC 2005 i686 GNU/Linux
zam:/usr/src# ls -l /usr/src/linux
lrwxrwxrwx 1 root src 12 2006-04-16 11:18 /usr/src/linux -> linux-2.6.16
zam:/usr/src/linux# make menuconfig
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/split-include
HOSTCC scripts/basic/docproc
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/kxgettext.o
HOSTCC scripts/kconfig/mconf.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/lex.zconf.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/mconf
HOSTCC scripts/kconfig/lxdialog/checklist.o
scripts/kconfig/lxdialog/checklist.c: In function `print_item':
scripts/kconfig/lxdialog/checklist.c:37: error: `menubox_attr' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:37: error: (Each undeclared identifier is reported only once
scripts/kconfig/lxdialog/checklist.c:37: error: for each function it appears in.)
scripts/kconfig/lxdialog/checklist.c:43: error: `check_selected_attr' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:43: error: `check_attr' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:46: error: `tag_selected_attr' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:46: error: `tag_attr' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:48: error: `item_selected_attr' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:48: error: `item_attr' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c: In function `print_arrows':
scripts/kconfig/lxdialog/checklist.c:65: error: `uarrow_attr' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:69: error: `menubox_attr' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:80: error: `darrow_attr' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:84: error: `menubox_border_attr' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c: In function `print_buttons':
scripts/kconfig/lxdialog/checklist.c:100: warning: implicit declaration of function `print_button'
scripts/kconfig/lxdialog/checklist.c: In function `dialog_checklist':
scripts/kconfig/lxdialog/checklist.c:120: warning: implicit declaration of function `malloc'
scripts/kconfig/lxdialog/checklist.c:120: warning: assignment makes pointer from integer without a cast
scripts/kconfig/lxdialog/checklist.c:124: warning: implicit declaration of function `exit'
scripts/kconfig/lxdialog/checklist.c:129: warning: implicit declaration of function `strcasecmp'
scripts/kconfig/lxdialog/checklist.c:137: warning: implicit declaration of function `MIN'
scripts/kconfig/lxdialog/checklist.c:143: warning: implicit declaration of function `draw_shadow'
scripts/kconfig/lxdialog/checklist.c:148: warning: implicit declaration of function `draw_box'
scripts/kconfig/lxdialog/checklist.c:148: error: `dialog_attr' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:148: error: `border_attr' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:156: warning: implicit declaration of function `print_title'
scripts/kconfig/lxdialog/checklist.c:159: warning: implicit declaration of function `print_autowrap'
scripts/kconfig/lxdialog/checklist.c:173: error: `menubox_border_attr' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:173: error: `menubox_attr' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:178: warning: implicit declaration of function `MAX'
scripts/kconfig/lxdialog/checklist.c:178: warning: implicit declaration of function `strlen'
scripts/kconfig/lxdialog/checklist.c:203: error: `ESC' undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:207: warning: implicit declaration of function `toupper'
scripts/kconfig/lxdialog/checklist.c:285: warning: implicit declaration of function `free'
scripts/kconfig/lxdialog/checklist.c:287: error: `TAB' undeclared (first use in this function)
make[2]: *** [scripts/kconfig/lxdialog/checklist.o] Error 1
make[1]: *** [menuconfig] Error 2
make: *** [menuconfig] Error 2
|