progress icon indicating copy to clipboard operation
progress copied to clipboard

Add supporting for Cygwin and MingW?

Open keekychen opened this issue 10 years ago • 3 comments

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.

keekychen avatar Jul 16 '14 03:07 keekychen

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.

hoffoo avatar Jul 16 '14 03:07 hoffoo

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).

Xfennec avatar Jul 16 '14 07:07 Xfennec

You would need to use psapi. It is certaily possible but requires a completely different backend.

milasudril avatar Jan 06 '16 19:01 milasudril