LINUX.ORG.RU
ФорумAdmin

ошибка конфигураци ядра


0

0

после make menuconfig 
получаю такое.
Возможно ли, что это сетов не хватает?
In file included from scripts/kconfig/lxdialog/checklist.c:24:
scripts/kconfig/lxdialog/dialog.h:31:20: error: curses.h: No such file or directory
In file included from scripts/kconfig/lxdialog/checklist.c:24:
scripts/kconfig/lxdialog/dialog.h:128: error: expected Б─≤=Б─≥, Б─≤,Б─≥, Б─≤;Б─≥, Б─≤asmБ─≥ or Б─≤__attribute__Б─≥ before Б─≤use_colorsБ─≥
scripts/kconfig/lxdialog/dialog.h:129: error: expected Б─≤=Б─≥, Б─≤,Б─≥, Б─≤;Б─≥, Б─≤asmБ─≥ or Б─≤__attribute__Б─≥ before Б─≤use_shadowБ─≥
scripts/kconfig/lxdialog/dialog.h:131: error: expected Б─≤=Б─≥, Б─≤,Б─≥, Б─≤;Б─≥, Б─≤asmБ─≥ or Б─≤__attribute__Б─≥ before Б─≤attributesБ─≥
scripts/kconfig/lxdialog/dialog.h:143: error: expected Б─≤)Б─≥ before Б─≤*Б─≥ token
scripts/kconfig/lxdialog/dialog.h:146: 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:117: error: Б─≤WINDOWБ─≥ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:117: error: (Each undeclared identifier is reported only once
declaration of function Б─≤fprintfБ─≥
scripts/kconfig/lxdialog/checklist.c:122: warning: incompatible implicit declaration of built-in function Б─≤fprintfБ─≥
scripts/kconfig/lxdialog/checklist.c:122: error: Б─≤stderrБ─≥ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:140: error: Б─≤COLSБ─≥ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:141: error: Б─≤LINESБ─≥ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:143: warning: implicit declaration of function Б─≤draw_shadowБ─≥
scripts/kconfig/lxdialog/checklist.c:143: error: Б─≤stdscrБ─≥ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:145: warning: implicit declaration of function Б─≤newwinБ─≥
scripts/kconfig/lxdialog/checklist.c:146: warning: implicit declaration of function Б─≤keypadБ─≥
scripts/kconfig/lxdialog/checklist.c:146: error: Б─≤TRUEБ─≥ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:148: warning: implicit declaration of function Б─≤draw_boxБ─≥
scripts/kconfig/lxdialog/checklist.c:148: error: Б─≤attributesБ─≥ undeclared (first use in this function)
declaration of function Б─≤doupdateБ─≥
scripts/kconfig/lxdialog/checklist.c:207: warning: implicit declaration of function Б─≤wgetchБ─≥
scripts/kconfig/lxdialog/checklist.c:214: error: Б─≤KEY_UPБ─≥ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:214: error: Б─≤KEY_DOWNБ─≥ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:224: error: Б─≤FALSEБ─≥ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:225: warning: implicit declaration of function Б─≤scrollokБ─≥
scripts/kconfig/lxdialog/checklist.c:226: warning: implicit declaration of function Б─≤wscrlБ─≥
scripts/kconfig/lxdialog/checklist.c:235: warning: implicit declaration of function Б─≤wrefreshБ─≥
scripts/kconfig/lxdialog/checklist.c:285: warning: incompatible implicit declaration of built-in function Б─≤fprintfБ─≥
scripts/kconfig/lxdialog/checklist.c:286: warning: implicit declaration of function Б─≤delwinБ─≥
scripts/kconfig/lxdialog/checklist.c:290: error: Б─≤KEY_LEFTБ─≥ undeclared (first use in this function)
scripts/kconfig/lxdialog/checklist.c:291: error: Б─≤KEY_RIGHTБ─≥ undeclared (first use in this function)
make[2]: *** [scripts/kconfig/lxdialog/checklist.o] Error 1
make[1]: *** [menuconfig] Error 2
make: *** [menuconfig] Error 2
anonymous

написано же, curses.h

bash$ apt-cache search curses devel
libncurses-devel - Development files for applications which use ncurses
libncursesw-devel - Development files for applications which use ncurses (widechar version)
libtinfo-devel - A low-level terminfo development library

lodin ★★★★
()
Ответ на: комментарий от lodin

Ну а в асме?
  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
  CC      arch/i386/kernel/asm-offsets.s
arch/i386/kernel/asm-offsets.c: In function Б─≤fooБ─≥:
arch/i386/kernel/asm-offsets.c:79: warning: asm operand 0 probably doesnБ─≥t match constraints
arch/i386/kernel/asm-offsets.c:79: error: impossible constraint in Б─≤asmБ─≥
make[1]: *** [arch/i386/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2

п.с. А это так всегда было, что в дебиане на первом ДВД почти ничего нет для разработки\компиляции?
Есть ли смысл скачать другие ДВД или тянуть отдельные пакеты из и-нета?
___
Спасибо.

anonymous
()
Ответ на: комментарий от anonymous

> п.с. А это так всегда было, что в дебиане на первом ДВД почти ничего нет
> для разработки\компиляции?

Что значит -- "ничего нет"? gcc, g++, make, куча C-шных библиотек. Чего еще
надо-то?

Dselect ★★★
()
Ответ на: комментарий от Dselect

может, ему кобол нужен. или дельпхи. а на первом двд ничего нет.

berrywizard ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.