The Easiest Way to Save and Share Code Snippets on the web

Untitled

bash

posted: Jun, 19th 2012 | jump to bottom

root@admins-VirtualBox:~/workspace/uClinux-dist# make menuconfig
config/mkconfig > Kconfig
CC=cc CXX=c++ make -C /root/workspace/uClinux-dist/config/kconfig mconf
make[1]: Вход в каталог `/root/workspace/uClinux-dist/config/kconfig'
cc -DCURSES_LOC="<curses.h>"   -c -o mconf.o mconf.c
In file included from mconf.c:27:0:
lxdialog/dialog.h:97:2: ошибка: unknown type name «chtype»
lxdialog/dialog.h:193:54: ошибка: unknown type name «chtype»
lxdialog/dialog.h:198:66: ошибка: unknown type name «chtype»
lxdialog/dialog.h:199:8: ошибка: unknown type name «chtype»
mconf.c: В функции «conf»:
mconf.c:610:45: ошибка: «KEY_MAX» undeclared (first use in this function)
mconf.c:610:45: замечание: each undeclared identifier is reported only once for each function it appears in
mconf.c: В функции «conf_choice»:
mconf.c:761:9: ошибка: «KEY_MAX» undeclared (first use in this function)
make[1]: *** [mconf.o] Ошибка 1
make[1]: Выход из каталога `/root/workspace/uClinux-dist/config/kconfig'
make: *** [/root/workspace/uClinux-dist/config/kconfig/mconf] Ошибка 2
root@admins-VirtualBox:~/workspace/uClinux-dist# 
 
51 views