From: "John T." Date: 2008-09-26T22:02:07+09:00 Subject: Re: Gem update on Windows is broken? Charles Roper wrote: > Yes, I would suggest a few solutions: > > * Add some logic to gem update that looks for the platform and tests to > see if the lastest version of a given gem is compatible with that > platform. If it isn't, drop back a version until a compatible version is > found. > > * When a gem fails to update, don't kill the whole update; just skip the > gem that wouldn't update. > > * Allow for an option to be supplied to gem update that skips supplied > gems. E.g., gem update --skip sqlite3-ruby hpricot > > Charles Amen. I second this! Now, eventmachine is killing gem update. I'm getting a compile error. (Granted this could just be a bug in the eventmachine code, but still...) em.cpp em.cpp(1193) : error C2374: 'i' : redefinition; multiple initialization em.cpp(1186) : see declaration of 'i' NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. -- Posted via http://www.ruby-forum.com/.