Using cygwin I couldn't install wdm. To fix that first I had to change the encoding of rb_change.c (I THINK it was that file, can't be sure) to "UTF-8 without BOM". Then there were two functions that weren't recognized, I fixed it by adding "have_library("msvcrt") and" into extconf.rb.
Another problem is that it doesn't accept cygwin directories. Can't help you there, since I just changed the listen gem to convert the directories.
Other than that you will be glad to know that it works flawlessly.
Hopefully when you have the time you can make it work out of the box.
Thank you
Using cygwin I couldn't install wdm. To fix that first I had to change the encoding of rb_change.c (I THINK it was that file, can't be sure) to "UTF-8 without BOM". Then there were two functions that weren't recognized, I fixed it by adding "have_library("msvcrt") and" into extconf.rb.
Another problem is that it doesn't accept cygwin directories. Can't help you there, since I just changed the listen gem to convert the directories.
Other than that you will be glad to know that it works flawlessly.
Hopefully when you have the time you can make it work out of the box.
Thank you