ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

unable to install on Windows Mingw Ruby 1.8.7 without DevKit (Bug #862)


Added by Toshi MARUYAMA at 2012-02-06 06:50 am. Updated at 2012-02-06 07:15 am.


Status:Ready for review Start date:2012-02-06
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
Remote issue URL: Affected version:2.6.0

Description

$ bundle install
Fetching source index for http://rubygems.org/
Using rake (0.9.2.2)
Using activesupport (2.3.14)
Using rack (1.1.3)
Using actionpack (2.3.14)
Using actionmailer (2.3.14)
Using activerecord (2.3.14)
Using activeresource (2.3.14)
Using coderay (0.9.8)
Using edavis10-object_daddy (0.4.3)
Using fastercsv (1.5.4)
Using i18n (0.4.2)
Installing json (1.6.5)
Gem::InstallError: The 'json' native gem requires installed build tools.

Please update your PATH to include build tools or download the DevKit
from 'http://rubyinstaller.org/downloads' and follow the instructions
at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'
An error occured while installing json (1.6.5), and Bundler cannot continue.
Make sure that `gem install json -v '1.6.5'` succeeds before bundling.

This patch fixes this problem.


chili-mingw-1.8.7-gemfile.diff (1.1 kB) Toshi MARUYAMA, 2012-02-06 06:50 am

rake-task.diff (2.2 kB) Toshi MARUYAMA, 2012-02-06 07:15 am


History

Updated by Toshi MARUYAMA at 2012-02-06 07:15 am

Additionally, this patch is need to run "rake db:migrate".

Also available in: Atom PDF