Do the C++ libraries work on Windows?

Started by dlgkjfgkwrj, October 26, 2021, 09:22:37 PM

Previous topic - Next topic

dlgkjfgkwrj

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?

Phil Harvey

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
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).