fdopen / opam-repository-mingw

windows package repository for OPAM (mingw and msvc)
https://fdopen.github.io/opam-repository-mingw/
Creative Commons Zero v1.0 Universal
96 stars 34 forks source link

missing `protocol-9p` #16

Closed samoht closed 8 years ago

samoht commented 8 years ago

Any reason why protocol-9p is not in the list?

fdopen commented 8 years ago

It depends on unix-errno which does not compile on windows for a for a variety of reasons. So neither unix-errno nor protocol-9p were added.

I've only recently changed the merge scripts, so nearly all upstream commits will be added to this repo, but marked as non-available on windows in a further commit, if they don't compile on windows. I will see if I can change it further to link or include the error log in the message of this commit. But the error log is often too short or misleading. (In the case of unix-errno the log would complain about a missing ctypes dependency - but of course that's not the real reason, unix errno don't compile. The various errno codes are just defined on windows [and the c compiler is hardcoded as cc, and .... ])

samoht commented 8 years ago

Ha I see, this makes perfect sense. The new version of protocol-9p should work fine on windows. Thanks!