Redcase plugin - installation problem
Added by de nigris peppe over 11 years ago
Hi all
on my PC I've installed Redmine 2.3.1-3 via BitNami Stack. The Operating System is Windows 7.
Now, I'trying to install "redcase" plugin but unsuccessfully.
more in details, I'm following the instructions in the official plugin page: http://www.redmine.org/plugins/redcase
I get several errors during the second step of the installation procedure: when I give the command "bundle install --path vendor/bundle", i get:
1. Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension/
2. Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details.
3. The compiler failed to generate an executable file. (RuntimeError)You have to install development tools first.
4. Gem files will remain installed in C:/BitNami/redmine-2.3.1-3/apps/redmine/htdocs/vendor/bundle/ruby/1.9.1/gems/rmagick-2.13.1 for inspection.
Results logged to C:/BitNami/redmine-2.3.1-3/apps/redmine/htdocs/vendor/bundle/ruby/1.9.1/gems/rmagick-2.13.1/ext/RMagick/gem_make.out
An error occurred while installing rmagick (2.13.1), and Bundler cannot continue.
Make sure that `gem install rmagick -v '2.13.1'` succeeds before bundling.
All the details are in the attached file.
Since - as you have understood - I'm not an expert - could you please have a look at that file and explain me how I can proceed?
thanks in advance
errors.txt (4.07 KB) errors.txt |
Replies (1)
RE: Redcase plugin - installation problem - Added by Marco Gutsche over 11 years ago
C:/BitNami/redmine-2.3.1-3/ruby/lib/ruby/1.9.1/mkmf.rb:381:in `try_do': The comp iler failed to generate an executable file. (RuntimeError) You have to install development tools first.
I think this error message means that the ruby developer kit is missing (you can find it here).