gnuwin32 のコマンドプロンプトから、makeを実行すると、以下のようなエラー が出ます。 gcc -O -o sl sl.c -lpdcurses -ltermcap sl.c:30:20: curses.h: No such file or directory sl.c: In function `my_mvaddstr': sl.c:42: error: `ERR' undeclared (first use in this function) sl.c:42: error: (Each undeclared identifier is reported only once ...(略)