redis / hiredis-rb

Ruby wrapper for hiredis
BSD 3-Clause "New" or "Revised" License
319 stars 90 forks source link

No sys/socket.h in connection.c on Mingw #14

Closed KenYN closed 10 years ago

KenYN commented 11 years ago

It is a well-known limitation that one has to use winsock2.h instead sys/socket.h for Mingw, so I would like to see this issue addressed.

Update note: Using cygwin rather than vanilla XP Command Prompt allows me to install the gem.

pietern commented 10 years ago

Good to hear it worked out for you. I'm not planning on supporting Windows, so closing this issue.