From: Roger Pack Date: 2009-05-07T04:03:33+09:00 Subject: Re: Ruby 1.9.1 on windows Dominic Sisneros wrote: > Here is how I got this partially working for me. By partially, it > correctly > makes some gems but for others, it can't compile files because of > missing > headers (sqlite, sqlite3). It automatically tries to make the file > instead > of trying to use the ones compiled for mswin32 platform. I don't know > how to > change this For gems that require headers you can usually try gem install gemname --platform=mswin32 it *should* be binary compatible :) -=r -- Posted via http://www.ruby-forum.com/.