-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't Install #103
Comments
The same here |
This repository hasn't been updated since 2012; I don't think it supports Ruby 2.4.1 The README recommends using SimpleCov if you're on Ruby 1.9, and I believe it supports 2.x versions as well:
|
Hello, I am using asdf and ruby 2.6.6, relatively mordern tooling, etc. and still getting this error. Seems like there is a missing header fike the in C. |
The same problem for ruby 2.7
/Users/ruslan/.rbenv/versions/2.7.2/bin/ruby -I /Users/ruslan/.rbenv/versions/2.7.2/lib/ruby/2.7.0 -r ./siteconf20221121-44222-pj0k0u.rb extconf.rb current directory: /Users/ruslan/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/rcov-1.0.0/ext/rcovrt current directory: /Users/ruslan/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/rcov-1.0.0/ext/rcovrt make failed, exit code 2 Gem files will remain installed in /Users/ruslan/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/rcov-1.0.0 for inspection. |
I'm running Mac OSX High Sierra 10.13.4 (17E199). I am using RVM and ruby 2.4.1
When I type in
gem install rcov
it gives me an error. Inside .rvm/gems/ruby-2.4.1/extensions/x86_64-darwin-17/2.4.0/rcov-1.0.0/gem_make.out it gives me an error report saying,current directory: /Users/jonathantan/.rvm/gems/ruby-2.4.1/gems/rcov-1.0.0/ext/rcovrt
/Users/jonathantan/.rvm/rubies/ruby-2.4.1/bin/ruby -r ./siteconf20180501-9065-4si7ik.rb extconf.rb
creating Makefile
current directory: /Users/jonathantan/.rvm/gems/ruby-2.4.1/gems/rcov-1.0.0/ext/rcovrt
make "DESTDIR=" clean
current directory: /Users/jonathantan/.rvm/gems/ruby-2.4.1/gems/rcov-1.0.0/ext/rcovrt
make "DESTDIR="
compiling 1.8/callsite.c
1.8/callsite.c:2:10: fatal error: 'env.h' file not found
#include <env.h>
^~~~~~~
1 error generated.
make: *** [callsite.o] Error 1
make failed, exit code 2
Am I using the wrong version of Ruby or is it something else? Any help appreciated. Thanks in advance!
The text was updated successfully, but these errors were encountered: