From: Phillip Gawlowski Date: 2007-04-24T01:57:18+09:00 Subject: Re: Installing Ruby, Sqlite3, Sqlite3-Ruby on Cygwin Charles Roper wrote: > I tried following the steps posted but I get the following error when I > run gem install sqlite3-ruby-1.2.1.gem > > charlesr@BRC_IT_OFFICER /cygdrive/t/~Charles/sqlite-3.3.16/bld > $ gem install sqlite3-ruby-1.2.1.gem > Building native extensions. This could take a while... > ERROR: While executing gem ... (RuntimeError) > Error instaling sqlite3-ruby-1.2.1.gem: > ERROR: Failed to build gem native extension. > > ruby extconf.rb install sqlite3-ruby-1.2.1.gem > checking for sqlite3.h... no This line is a good hint: You don't have the SQLite3 sources available for compilation. -- Phillip "CynicalRyan" Gawlowski http://cynicalryan.110mb.com/ http://clothred.rubyforge.org Rule of Open-Source Programming #34: Every successful project will eventually spawn a sub-project