I'm trying to compile the C++ libraries using mingw on Windows but I seem to be missing a bunch of headers. For example unistd.h, sys/time.h, and sys/wait.h are all missing.
Has anyone been able to get this to work on Windows?
I got it to work on Windows under Cygwin, but I don't know of anyone who has got it working under Windows directly. I'm sure it will need some modifications to do that.
- Phil