curses.h: No such file or directory

简介: curses.h: No such file or directory

错误:


make menuconfig
  MKDIR include/config
  HOSTCC-o extra/config/mconf.o
<command-line>: fatal error: curses.h: No such file or directory
compilation terminated.
make[1]: *** [Makefile:67: ../../extra/config/mconf.o] Error 1
make: *** [Makefile.in:428:extra/config/mconf] 错误 2

解决办法:


sudo apt-get install libncurses5-dev

目录
相关文章
|
10月前
mkdir: cannot create directory `**': No such file or directory
在mkdir时报错的解决方案,在网上找了很多文章都没有说清楚原因。
199 0
|
机器学习/深度学习 Linux
解决ImportError libgmpxx.so.4 cannot open shared object file No such file or directory
解决ImportError libgmpxx.so.4 cannot open shared object file No such file or directory
177 0
解决ImportError libgmpxx.so.4 cannot open shared object file No such file or directory
|
JavaScript
The file is in the program because: Imported via xxx Root file specified for compilation Vetur(1261)
The file is in the program because: Imported via xxx Root file specified for compilation Vetur(1261)
125 0
The file is in the program because: Imported via xxx Root file specified for compilation Vetur(1261)
|
C语言 Python Windows
gcc: error: /FIPython.h: File o directory non esistente
gcc: error: /FIPython.h: File o directory non esistente
90 0
|
并行计算 TensorFlow 算法框架/工具
ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory
ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory
226 0
objdump: ‘1443.14.0)‘: No such file or directory
objdump: ‘1443.14.0)‘: No such file or directory
81 0
AndroidStudio:Path is not a readable directory.
AndroidStudio:Path is not a readable directory.
106 0
|
C语言
gcc is unable to create an executable file.
gcc is unable to create an executable file.
223 0
|
并行计算
ImportError: libcudart.so.9.2: cannot open shared object file: No such file or directory
ImportError: libcudart.so.9.2: cannot open shared object file: No such file or directory
126 0