On Wed, Nov 19, 2008 at 10:04 AM, IndianGuru <[EMAIL PROTECTED]> wrote: > > I am using - > Windows XP with SP2 box > Ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32] > Ruby Gem 1.3.1 > Merb 1.0.1 > SQLite 3.6.5 > > To install the database driver that allows DataMapper to connect to > sqlite3, I typed - > gem install do_sqlite3 > > However, this gave an error - > Building native extensions. This could take a while... > ERROR: Error installing do_sqlite3: > ERROR: Failed to build gem native extension. >
The short answer is: there should be a 0.9.7 binary gem release of do_sqlite3 to work on Windows. The long answer: if you have a compiler (VC6) and the sqlite3 headers, you can build yourself supplying the options during the gem installation. Until someone provides a native gem for do_sqlite3 we are stuck. -- 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 -~----------~----~----~----~------~----~------~--~---
