progress
progress copied to clipboard
Add supporting for Cygwin and MingW?
when compile cv in Cygwin or MingW, compiler complain missing header:
CYGWIN: cv.c:37:22: fatal error: linux/fs.h: No such file or directory MINGW32: cv.c:32:23: fatal error: sys/ioctl.h: No such file or directory
by googling those issue has no quick fix in header level, can you add support to then by modify the source code? thanks.
There is no way cv would work on windows - even if it did it will only show you progress of applications in cygwin, not on windows.
Supporting windows would probably require quite a lot of work (and maintainability issues ? will probably stay in a separate branch). And would it be really useful for this platform ?
I'm open to patches, but won't try the job myself (yet).
You would need to use psapi. It is certaily possible but requires a completely different backend.