On Wed, Nov 19, 2008 at 11:04 PM, IndianGuru <[EMAIL PROTECTED]> wrote: > > Luis, I already have do_sqlite3-0.9.7 in my E:\ruby\lib\ruby\gems > \1.8\gems folder on Windows XP. However, when I type: > > C:\>gem list do > *** LOCAL GEMS *** > do_sqlite3 (0.9.6) > C:\> > > Why does it show 0.9.6 ? >
Because you copied the gem when you need to install it: gem install do_sqlite3-0.9.7-x86-mingw32.gem That will install the gem for you. I'm still trying to cleanup my building process to allow *any* (windows or *nix user) generate the windows gems using MinGW or cross-compilers from Mac. I guess I will have the cross compile part working by the weekend. Nothing else I can do at this time, sorry. -- Luis Lavena AREA 17 - Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so. Douglas Adams --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
