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
{{ message }}
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: