0

enter image description here

I have cloned this project from gitlab , I tried to run this in locally but i cant able to run, when I tried to install bundle, this error is coming that i mentioned in above picture. Please some one help me to run this project, i have installed railsinstaller to run the project... Is there any other tool need to run big project ??

2
  • You're missing some headers to compile the gem, and the necessary part of log is above Commented Apr 1, 2017 at 9:48
  • sorry i cant able to get your point, can u please explain briefly ??? That error showing in this C:\RailsInstaller\Ruby2.2.0\lib\ruby\gems\2.2.0\extensions\x86-mingw32\2.2.0\kgio-2.11.0\gem_make.out field.... Commented Apr 1, 2017 at 9:50

1 Answer 1

0

As the error message clearly states you need to install a gem called kgio before doing bundle install.

So do this

gem install kgio -v 2.11.0

Then run bundle install

Sign up to request clarification or add additional context in comments.

8 Comments

gem install kgio -v '2.11.0` did this succeed? You can verify it by gem list command
No its not successfully installed...when i installed this it throwing this error
C:\Sites\zeeno>gem install kgio -v '2.11.0` ERROR: While executing gem ... (Gem::Requirement::BadRequirementError) Illformed requirement ["2.11.0`"]
gem install kgio -v 2.11.0 try without quotes
without quotes I am able to install the gem, let me know if that works
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.