oneclick / rubyinstaller2

MSYS2 based RubyInstaller for Windows
https://rubyinstaller.org
BSD 3-Clause "New" or "Revised" License
654 stars 249 forks source link

./io/event/selector/selector.c:26:10: fatal error: sys/wait.h: No such file or directory #306

Closed rxa1031 closed 2 years ago

rxa1031 commented 2 years ago

Hi,

Unable to install _github_changeloggenerator after installing Ruby + DevKit. I've used both the Ruby + DevKit versions 3.1.2-1 x64 and 3.0.41 x64.

Reported error: image

Regards, Rajeev

larskanis commented 2 years ago

This is an issue of the io-event gem. There seems to be some experimental Windows support, that you could try out by inserting that into your Gemfile:

gem "io-event", git: "https://github.com/sevenc-nanashi/io-event", branch: "add/support-windows"
ioquatix commented 1 year ago

io-event now works on Windows. Whether Async works is another question, most of the tests are passing but not all of them.

image