In file included from scripts/kconfig/lxdialog/checklist.c:24:0:
scripts/kconfig/lxdialog/dialog.h:31:20: fatal error: curses.h: 没有那个文件或目录
#include CURSES_LOC
^
compilation terminated.
make[2]: *** [scripts/kconfig/lxdialog/checklist.o] 错误 1
make[1]: *** [menuconfig] 错误 2
make: *** [menuconfig] 错误 2
这是因为ubuntu系统中缺少一个套件 ncurses devel
sudo apt-get install libncurses5-dev
转自: http://xouou.iteye.com/blog/2154702
本文介绍了在Ubuntu系统中遇到的编译配置错误问题及解决方案。该错误源于系统缺失ncurses-devel套件,导致编译过程中无法找到必要的curses.h文件。通过安装libncurses5-dev库可以有效解决这一问题。
1692

被折叠的 条评论
为什么被折叠?



