John Bailey wrote: C:\>gem update rt.lib Updating installed gems Bulk updating Gem source index for: http://gems.rubyforge.org/ Nothing to update
So, I get an error for something not being in rt.lib, but gem update tells me that rt.lib is the freshest package on the block... wtf!? I know it seems a bit redundant, me asking these questions, but I *have* used my good 'ole friend Google, to no avail. :( Here's the dump, from the local query: C:\>gem query --local *** LOCAL GEMS *** actionmailer (2.1.1) actionpack (2.1.1) activerecord (2.1.1) activeresource (2.1.1) activesupport (2.1.1) fxri (0.3.6) fxruby (1.6.12) hpricot (0.6) log4r (1.0.5) rails (2.1.1) rake (0.8.2, 0.7.3) rspec (1.1.4) sources (0.0.1) watir (1.5.6) win32-api (1.2.0, 1.0.4) win32-clipboard (0.4.3) win32-dir (0.3.2) win32-eventlog (0.4.6) win32-file (0.5.4) win32-file-stat (1.2.7) win32-process (0.5.9, 0.5.3) win32-sapi (0.1.4) win32-sound (0.4.1) windows-api (0.2.4, 0.2.0) windows-pr (0.9.3, 0.7.2) Here's the result from the cleanup, with dry-run option: C:\>gem cleanup -d Cleaning up installed gems... Dry Run Mode: Would uninstall rake-0.7.3 Dry Run Mode: Would uninstall win32-process-0.5.3 Dry Run Mode: Would uninstall windows-pr-0.7.2 Dry Run Mode: Would uninstall windows-api-0.2.0 Dry Run Mode: Would uninstall win32-api-1.0.4-x86-mswin32 Clean Up Complete *This one confuses me, since those packages are for Watir, and I *believe* that RSpec is dependent on those packages. I could be wrong, though, wouldn't be the first time. See, I need Sqlite3, Watir and RSpec to all be installed. The other packages, I could really care less about, but being an avid coder: I understand the necessity for having the recent/updated packages. So, how can I address this, without the default answers/no0b answers? The general/FAQ answers, I've already tried... ...it's why I aforementioned already having Visual Studio C++ 2008 Express installed; I knew that having a C compiler would come up... ...and I've had to illustrate that I already have one installed and that the 'stdio.h' *does* exist, within the system. I also used the gem update dump to illustrate that gem is telling me that I don't *need* to update rt.lib, even though it's missing a method reference. Will I have to hand code this method reference, in the rt.lib? Is there another gem package that I *should* have, but I'm unaware of it's dependency? (I typically use the --include-dependencies flag, but given that these types of errors are being generated, a dependency could not be flagged - that I actually need.) Thanks for the help! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

