1 Apr
2004
1 Apr
'04
04:48
I checked the system and the .h files that the compiler says it cannot find seem to be there. Example: io.h is located at /usr/include/sys/io.h.
So you need to "#include <sys/io.h>" or pass -I/usr/include/sys option to compiler. Similarly for other header files.
The only exception might be the dos.h which only exists in a Kylix3 directory.
So you need to pass -I/path/to/Kylix3 to compiler.