linux(make)
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>…