Skip to content
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

gem install rcov #14

Open
denegny opened this issue Aug 17, 2016 · 2 comments
Open

gem install rcov #14

denegny opened this issue Aug 17, 2016 · 2 comments

Comments

@denegny
Copy link

denegny commented Aug 17, 2016

ruby 2.3.1

gem install rcov

Building native extensions.  This could take a while...
ERROR:  Error installing rcov:
    ERROR: Failed to build gem native extension.

compiling 1.8/callsite.c
1.8/callsite.c:2:17: fatal error: env.h:
@ElminDmitry
Copy link

I have the same issue

@nazmifr
Copy link

nazmifr commented Oct 22, 2017

I think I'm having the same problem than both of you when I try to install xmpp4r-simple 0.8.7 with ruby 2.1 on GNU/Linux Devuan (and the 0.8.8 version has a bug so I can't use it :/ ). It seems that Rcov doesn't work with Ruby >1.8, the thing is that it seems to be in the makefile that rcov is used, which makes it difficult to replace for noobs like me and probably others.
According to a contributor on the rcov github page:
relevance/rcov#84
"1.9+ support has been completely removed. If you are on 1.9 or higher, you should be using simplecov"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants