On Sep 21, 4:44 pm, John Bailey <[EMAIL PROTECTED]>
wrote:
> 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!?
>
rt.lib, whatever it is, isn't a gem so trying to gem update it does
nothing.

>
> *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.

That's normal: it's telling you that you've got multiple versions of
those packages are installed and that it would just go ahead and
remove the old versions.

>
> 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.

It's more complicated than that: if the extensions isn't built with
the version that was used to build ruby then nothing good will happen.
You probably also need to play with vcvars32.bar (which sets the
appropriate environment variables for where the compiler is and all
that sort of thing (http://msdn.microsoft.com/en-us/library/
f2ccy3wt(VS.80).aspx)

But anyway, you shouldn't need to do all that.
http://blog.muse.net.nz/2008/09/07/setup-rails-on-windows-to-use-sqlite3/
suggests there's an easy way to get the prebuilt sqlite3 packages.

Fred

>
> 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 viahttp://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
-~----------~----~----~----~------~----~------~--~---

Reply via email to