On 10 Nov, 2003, at 04:37, M. Ruff wrote:
#ifdef unix# include <unistd.h>#else# include <direct.h>           //
This one is missing# include <io.h>                 // This one is also
missing#endif
Seems pretty basic, but now I read this, it's probably the that 'unix'
isn't defined. I wonder why...

If you change #ifdef unix to #ifdef UNIX it should work fine (at least I had to do this on OS X). I think I posted about this a couple months ago.


hth,
Adam

_______________________________________________
sword-devel mailing list
[EMAIL PROTECTED]
http://www.crosswire.org/mailman/listinfo/sword-devel

Reply via email to