make config works, make menuconfig not works???

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi

I am using Fedora6 and when I use 
make config, it works
but make menuconfig not works.

How can I fix it, to let the make menuconfig work?

Thanks

[root@localhost 2.6.20-1.2948.fc6-i686]# make menuconfig
  HOSTCC  scripts/kconfig/lxdialog/checklist.o
In file included from scripts/kconfig/lxdialog/checklist.c:24:
scripts/kconfig/lxdialog/dialog.h:32:20: error: curses.h: No such file or directory
In file included from scripts/kconfig/lxdialog/checklist.c:24:
scripts/kconfig/lxdialog/dialog.h:97: error: expected specifier-qualifier-list before â??chtypeâ??
scripts/kconfig/lxdialog/dialog.h:187: error: expected â??)â?? before â??*â?? token
scripts/kconfig/lxdialog/dialog.h:193: error: expected â??)â?? before â??*â?? token
scripts/kconfig/lxdialog/dialog.h:195: error: expected â??)â?? before â??*â?? token
scripts/kconfig/lxdialog/dialog.h:196: error: expected â??)â?? before â??*â?? token
scripts/kconfig/lxdialog/dialog.h:197: error: expected â??)â?? before â??*â?? token
scripts/kconfig/lxdialog/dialog.h:198: error: expected â??)â?? before â??*â?? token
scripts/kconfig/lxdialog/dialog.h:200: error: expected â??)â?? before â??*â?? token
scripts/kconfig/lxdialog/checklist.c:31: error: expected â??)â?? before â??*â?? token
scripts/kconfig/lxdialog/checklist.c:59: error: expected â??)â?? before â??*â?? token
scripts/kconfig/lxdialog/checklist.c:95: error: expected â??)â?? before â??*â?? token
scripts/kconfig/lxdialog/checklist.c: In function â??dialog_checklistâ??:
scripts/kconfig/lxdialog/checklist.c:116: error: â??WINDOWâ?? undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:116: error: (Each undeclared identifier is reported only once
scripts/kconfig/lxdialog/checklist.c:116: error: for each function it appears in.)
scripts/kconfig/lxdialog/checklist.c:116: error: â??dialogâ?? undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:116: error: â??listâ?? undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:116: warning: left-hand operand of comma expression has no effect
scripts/kconfig/lxdialog/checklist.c:129: warning: implicit declaration of function â??getmaxyâ??
scripts/kconfig/lxdialog/checklist.c:129: error: â??stdscrâ?? undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:130: error: â??KEY_MAXâ?? undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:131: warning: implicit declaration of function â??getmaxxâ??
scripts/kconfig/lxdialog/checklist.c:137: error: â??COLSâ?? undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:138: error: â??LINESâ?? undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:140: warning: implicit declaration of function â??draw_shadowâ??
scripts/kconfig/lxdialog/checklist.c:142: warning: implicit declaration of function â??newwinâ??
scripts/kconfig/lxdialog/checklist.c:143: warning: implicit declaration of function â??keypadâ??
scripts/kconfig/lxdialog/checklist.c:143: error: â??TRUEâ?? undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:145: warning: implicit declaration of function â??draw_boxâ??
scripts/kconfig/lxdialog/checklist.c:146: error: â??struct dialog_colorâ?? has no member named â??atrâ??
scripts/kconfig/lxdialog/checklist.c:146: error: â??struct dialog_colorâ?? has no member named â??atrâ??
scripts/kconfig/lxdialog/checklist.c:147: warning: implicit declaration of function â??wattrsetâ??
scripts/kconfig/lxdialog/checklist.c:147: error: â??struct dialog_colorâ?? has no member named â??atrâ??
scripts/kconfig/lxdialog/checklist.c:148: warning: implicit declaration of function â??mvwaddchâ??
scripts/kconfig/lxdialog/checklist.c:150: warning: implicit declaration of function â??waddchâ??
scripts/kconfig/lxdialog/checklist.c:151: error: â??struct dialog_colorâ?? has no member named â??atrâ??
scripts/kconfig/lxdialog/checklist.c:154: warning: implicit declaration of function â??print_titleâ??
scripts/kconfig/lxdialog/checklist.c:156: error: â??struct dialog_colorâ?? has no member named â??atrâ??
scripts/kconfig/lxdialog/checklist.c:157: warning: implicit declaration of function â??print_autowrapâ??
scripts/kconfig/lxdialog/checklist.c:164: warning: implicit declaration of function â??subwinâ??
scripts/kconfig/lxdialog/checklist.c:171: error: â??struct dialog_colorâ?? has no member named â??atrâ??
scripts/kconfig/lxdialog/checklist.c:171: error: â??struct dialog_colorâ?? has no member named â??atrâ??
scripts/kconfig/lxdialog/checklist.c:189: warning: implicit declaration of function â??print_itemâ??
scripts/kconfig/lxdialog/checklist.c:192: warning: implicit declaration of function â??print_arrowsâ??
scripts/kconfig/lxdialog/checklist.c:195: warning: implicit declaration of function â??print_buttonsâ??
scripts/kconfig/lxdialog/checklist.c:197: warning: implicit declaration of function â??wnoutrefreshâ??
scripts/kconfig/lxdialog/checklist.c:199: warning: implicit declaration of function â??doupdateâ??
scripts/kconfig/lxdialog/checklist.c:202: warning: implicit declaration of function â??wgetchâ??
scripts/kconfig/lxdialog/checklist.c:210: error: â??KEY_UPâ?? undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:210: error: â??KEY_DOWNâ?? undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:220: error: â??FALSEâ?? undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:221: warning: implicit declaration of function â??scrollokâ??
scripts/kconfig/lxdialog/checklist.c:222: warning: implicit declaration of function â??wscrlâ??
scripts/kconfig/lxdialog/checklist.c:232: warning: implicit declaration of function â??wrefreshâ??
scripts/kconfig/lxdialog/checklist.c:293: warning: implicit declaration of function â??delwinâ??
scripts/kconfig/lxdialog/checklist.c:297: error: â??KEY_LEFTâ?? undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:298: error: â??KEY_RIGHTâ?? undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:310: warning: implicit declaration of function â??on_key_escâ??
scripts/kconfig/lxdialog/checklist.c:312: error: â??KEY_RESIZEâ?? undeclared (first use in this function)
make[1]: *** [scripts/kconfig/lxdialog/checklist.o] Error 1
make: *** [menuconfig] Error 2
[root@localhost 2.6.20-1.2948.fc6-i686]# 

--
Fedora-xen mailing list
Fedora-xen@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-xen

[Index of Archives]     [Fedora General]     [Fedora Music]     [Linux Kernel]     [Fedora Desktop]     [Fedora Directory]     [PAM]     [Big List of Linux Books]     [Gimp]     [Yosemite News]

  Powered by Linux