I tried to compile firstchess.c from http://devwebcl.atarionline.pl/cc65/ when trying to compile getting this error message:
- Code: Select all
gcc Documents/firstchess.c
Documents/firstchess.c:18:19: fatal error: conio.h: No such file or directory
#include <conio.h>
^
compilation terminated.