You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dm-sweatshop depends on Rcov. Rcov is not compatible with Ruby 1.9.x or 2.x hence they recommend to use simple-cov instead of Rcov. Dm-sweatshop depends on Rcov, but this will not work on mentioned Ruby versions resulting in a fatal gem install clash when installed directly.
Currently I resolved this issue by installing simplecov-rcov first which provides the env.h for the error "fatal error: env.h: No such file or directory", hence doesn't try to install rcov anymore.
Dm-sweatshop depends on Rcov. Rcov is not compatible with Ruby 1.9.x or 2.x hence they recommend to use simple-cov instead of Rcov. Dm-sweatshop depends on Rcov, but this will not work on mentioned Ruby versions resulting in a fatal gem install clash when installed directly.
Currently I resolved this issue by installing simplecov-rcov first which provides the env.h for the error "fatal error: env.h: No such file or directory", hence doesn't try to install rcov anymore.