From: "John T." Date: 2008-09-26T15:09:24+09:00 Subject: Re: Gem update on Windows is broken? Eric Hodel wrote: > On Sep 25, 2008, at 01:22 AM, Charles Roper wrote: >> >> c:/ruby/bin/ruby.exe extconf.rb update >> checking for fdatasync() in rt.lib... no >> checking for sqlite3.h... no >> >> nmake >> 'nmake' is not recognized as an internal or external command, >> operable program or batch file. > > There is no pre-built sqlite3-ruby for any platform. > > http://rubyforge.org/frs/?group_id=254&release_id=25302 Yes, and has been posted about previously (without any replies), not having a pre-built sqlite3-ruby causes "gem update" to fail on Windows systems, preventing other gems to be updated. Is there a way to tell gem update to either skip that one gem , or continue updating the rest of the gems?? Until there's a win32 built version of sqlite3-ruby, this will be causing problems. -- Posted via http://www.ruby-forum.com/.