Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Untitled
Friday, February 2nd, 2007 at 10:56:20pm UTC 

  1. [email protected]:/usr/src/linux# make menuconfig
  2.   HOSTLD  scripts/kconfig/mconf
  3.   HOSTCC  scripts/kconfig/lxdialog/checklist.o
  4. In file included from scripts/kconfig/lxdialog/checklist.c:24:
  5. scripts/kconfig/lxdialog/dialog.h:31:20: error: curses.h: No such file or directory
  6. In file included from scripts/kconfig/lxdialog/checklist.c:24:
  7. scripts/kconfig/lxdialog/dialog.h:128: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘use_colors’
  8. scripts/kconfig/lxdialog/dialog.h:129: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘use_shadow’
  9. scripts/kconfig/lxdialog/dialog.h:131: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘attributes’
  10. scripts/kconfig/lxdialog/dialog.h:143: error: expected ‘)’ before ‘*’ token
  11. scripts/kconfig/lxdialog/dialog.h:146: error: expected ‘)’ before ‘*’ token
  12. scripts/kconfig/lxdialog/dialog.h:147: error: expected ‘)’ before ‘*’ token
  13. scripts/kconfig/lxdialog/dialog.h:148: error: expected ‘)’ before ‘*’ token
  14. scripts/kconfig/lxdialog/dialog.h:149: error: expected ‘)’ before ‘*’ token
  15. scripts/kconfig/lxdialog/dialog.h:151: error: expected ‘)’ before ‘*’ token
  16. scripts/kconfig/lxdialog/checklist.c:31: error: expected ‘)’ before ‘*’ token
  17. scripts/kconfig/lxdialog/checklist.c:59: error: expected ‘)’ before ‘*’ token
  18. scripts/kconfig/lxdialog/checklist.c:95: error: expected ‘)’ before ‘*’ token
  19. scripts/kconfig/lxdialog/checklist.c: In function ‘dialog_checklist’:
  20. scripts/kconfig/lxdialog/checklist.c:117: error: ‘WINDOW’ undeclared (first use in this function)
  21. scripts/kconfig/lxdialog/checklist.c:117: error: (Each undeclared identifier is reported only once
  22. scripts/kconfig/lxdialog/checklist.c:117: error: for each function it appears in.)
  23. scripts/kconfig/lxdialog/checklist.c:117: error: ‘dialog’ undeclared (first use in this function)
  24. scripts/kconfig/lxdialog/checklist.c:117: error: ‘list’ undeclared (first use in this function)
  25. scripts/kconfig/lxdialog/checklist.c:117: warning: left-hand operand of comma expression has no effect
  26. scripts/kconfig/lxdialog/checklist.c:117: warning: statement with no effect
  27. scripts/kconfig/lxdialog/checklist.c:121: warning: implicit declaration of function ‘endwin’
  28. scripts/kconfig/lxdialog/checklist.c:122: warning: implicit declaration of function ‘fprintf’
  29. scripts/kconfig/lxdialog/checklist.c:122: warning: incompatible implicit declaration of built-in function ‘fprintf’
  30. scripts/kconfig/lxdialog/checklist.c:122: error: ‘stderr’ undeclared (first use in this function)
  31. scripts/kconfig/lxdialog/checklist.c:140: error: ‘COLS’ undeclared (first use in this function)
  32. scripts/kconfig/lxdialog/checklist.c:141: error: ‘LINES’ undeclared (first use in this function)
  33. scripts/kconfig/lxdialog/checklist.c:143: warning: implicit declaration of function ‘draw_shadow’
  34. scripts/kconfig/lxdialog/checklist.c:143: error: ‘stdscr’ undeclared (first use in this function)
  35. scripts/kconfig/lxdialog/checklist.c:145: warning: implicit declaration of function ‘newwin’
  36. scripts/kconfig/lxdialog/checklist.c:146: warning: implicit declaration of function ‘keypad’
  37. scripts/kconfig/lxdialog/checklist.c:146: error: ‘TRUE’ undeclared (first use in this function)
  38. scripts/kconfig/lxdialog/checklist.c:148: warning: implicit declaration of function ‘draw_box’
  39. scripts/kconfig/lxdialog/checklist.c:148: error: ‘attributes’ undeclared (first use in this function)
  40. scripts/kconfig/lxdialog/checklist.c:149: warning: implicit declaration of function ‘wattrset’
  41. scripts/kconfig/lxdialog/checklist.c:150: warning: implicit declaration of function ‘mvwaddch’
  42. scripts/kconfig/lxdialog/checklist.c:152: warning: implicit declaration of function ‘waddch’
  43. scripts/kconfig/lxdialog/checklist.c:156: warning: implicit declaration of function ‘print_title’
  44. scripts/kconfig/lxdialog/checklist.c:159: warning: implicit declaration of function ‘print_autowrap’
  45. scripts/kconfig/lxdialog/checklist.c:166: warning: implicit declaration of function ‘subwin’
  46. scripts/kconfig/lxdialog/checklist.c:190: warning: implicit declaration of function ‘print_item’
  47. scripts/kconfig/lxdialog/checklist.c:194: warning: implicit declaration of function ‘print_arrows’
  48. scripts/kconfig/lxdialog/checklist.c:197: warning: implicit declaration of function ‘print_buttons’
  49. scripts/kconfig/lxdialog/checklist.c:199: warning: implicit declaration of function ‘wnoutrefresh’
  50. scripts/kconfig/lxdialog/checklist.c:201: warning: implicit declaration of function ‘doupdate’
  51. scripts/kconfig/lxdialog/checklist.c:204: warning: implicit declaration of function ‘wgetch’
  52. scripts/kconfig/lxdialog/checklist.c:211: error: ‘KEY_UP’ undeclared (first use in this function)
  53. scripts/kconfig/lxdialog/checklist.c:211: error: ‘KEY_DOWN’ undeclared (first use in this function)
  54. scripts/kconfig/lxdialog/checklist.c:221: error: ‘FALSE’ undeclared (first use in this function)
  55. scripts/kconfig/lxdialog/checklist.c:222: warning: implicit declaration of function ‘scrollok’
  56. scripts/kconfig/lxdialog/checklist.c:223: warning: implicit declaration of function ‘wscrl’
  57. scripts/kconfig/lxdialog/checklist.c:232: warning: implicit declaration of function ‘wrefresh’
  58. scripts/kconfig/lxdialog/checklist.c:282: warning: incompatible implicit declaration of built-in function ‘fprintf’
  59. scripts/kconfig/lxdialog/checklist.c:283: warning: implicit declaration of function ‘delwin’
  60. scripts/kconfig/lxdialog/checklist.c:287: error: ‘KEY_LEFT’ undeclared (first use in this function)
  61. scripts/kconfig/lxdialog/checklist.c:288: error: ‘KEY_RIGHT’ undeclared (first use in this function)
  62. make[2]: *** [scripts/kconfig/lxdialog/checklist.o] Error 1
  63. make[1]: *** [menuconfig] Error 2
  64. make: *** [menuconfig] Error 2

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right