Error on rake : The platform 'i386-mingw32' is unsupported.

Posted by pm8 on Stack Overflow See other posts from Stack Overflow or by pm8
Published on 2009-12-06T02:33:55Z Indexed on 2010/05/13 15:34 UTC
Read the original article Hit count: 329

Filed under:
|
|

I have Ruby 1.9 and rails 2.3.5 installed. After creating a rails app when I run rake db:create, I get i386-mingw32 error. I have both msysgit and cygwin on my windows machine.

rake db:create (in C:/mydirectory) ==== UNSUPPORTED PLATFORM ======================================================

The platform 'i386-mingw32' is unsupported. Please help the author by editing the following file to allow your sqlite3 library to be found, and submitting a patch to [email protected]. Thanks!

C:/Ruby19/lib/ruby/gems/1.9.1/gems/sqlite3-0.0.3/lib/sqlite3/driver/ffi/api.rb

How can I get this issue fixed without uninstalling msysgit (since I use it for SCM on github)?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about rubygems