keep-loving-pythonのブログ

Pythonを愛し続けたいです(Pythonが流行っている限りですが。。。)

linux(make)

make時のエラーの見方(基本1) 例:block.c:2:10: fatal error: curses.h: No such file or directory

make時のエラーの例 XYZZ@LAPTOP-ACG7BUHI:~/_Makekana/_block$ make cc -c -o block.o block.c block.c:2:10: fatal error: curses.h: No such file or directory 2 | #include <curses.h> | ^~~~~~~~~~ compilation terminated. make: *** [<builtin>: block.o] Error 1 エラ</builtin></curses.h>…