Coder Social home page Coder Social logo

Comments (9)

jferris avatar jferris commented on August 16, 2024

I think this failed because you don't have the rake gem installed, but you have a rake executable on your PATH. I pushed a new version that specifies rake as a dependency. Can you try that out?

from capybara-webkit.

giantrobotbee avatar giantrobotbee commented on August 16, 2024

Yeah I saw that and double checked that I have rake installed. I do; probably should have mentioned that >_<

Either way, I tried the new version with the same results. Sorry I can't be more helpful, its the exact same output.

from capybara-webkit.

ngauthier avatar ngauthier commented on August 16, 2024

FYI I had this same error on 1.9.2, but not with REE 1.8.7.

from capybara-webkit.

jonochang avatar jonochang commented on August 16, 2024

Hi,

I had the same issue too. It appears that the path to the rake gems isn't being set properly. I forced it in the rake file mentioned. ie., /Users/drmanitoba/.rvm/gems/ruby-1.9.2-p180/bin/rake

See below for an example from my rake file.

version = ">= 0"

ENV['GEM_HOME']=ENV['GEM_HOME'] || "/.rvm/gems/ruby-1.9.2-p136"
ENV['GEM_PATH']=ENV['GEM_PATH'] || "
/.rvm/gems/ruby-1.9.2-p136@rails3:~/.rvm/gems/ruby-1.9.2-p136

if ARGV.first =~ /^(.*)$/ and Gem::Version.correct? $1 then
version = $1
ARGV.shift

from capybara-webkit.

oriolgual avatar oriolgual commented on August 16, 2024

I'm having the same issue with rvm and 1.9.2

from capybara-webkit.

jferris avatar jferris commented on August 16, 2024

This may be related to #10.

from capybara-webkit.

oriolgual avatar oriolgual commented on August 16, 2024

Yes @jferris. it is related. I saw the issue but I understood root path as my root path, not capybara-webkit's.

In this issue context:

$ cd /Users/drmanitoba/.rvm/gems/ruby-1.9.2-p180@global/gems/capybara-webkit-0.1.4/
Here rvm will ask you to trust the gem rvmrc, say no, or if you have the automatic acceptance, just type rvm use 1.9.2
$ ruby extconf.rb

Solved.

from capybara-webkit.

jferris avatar jferris commented on August 16, 2024

I removed the .rvmrc is 0.1.6.

from capybara-webkit.

Weareartificial avatar Weareartificial commented on August 16, 2024

I was having this same issue and found that reinstalling QT fixed it (from github capybara-webkit doc):

apt-get install libqt4-dev

from capybara-webkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.