We actually have been working with the Rubygems guys on a number of fronts, so hopefully this (and many other issues) will eventually be resolved. -- Yehuda
On Fri, Nov 14, 2008 at 8:54 PM, Julian Leviston <[EMAIL PROTECTED]>wrote: > Yes, I know. > It was simply another perspective on it. > > If we rely on Ruby, and there's a bug in Ruby, surely that should provide > us with impetus to help go up-stream and patch the bug. I'm bringing this > from the noob POV, because oftentimes noobs get SO confused... especially > when the project relies on, say, 4 other projects, which all have their own > slew of issues and bugs. > > There wasn't really a point that I was making, just an interesting > observation that perhaps bears some thought. > > Julian. > > On 15/11/2008, at 3:48 PM, Yehuda Katz wrote: > > The same "bug" exists in Rails too, so it's not the result of Merb's > reliance on Rubygems. > -- Yehuda > > On Fri, Nov 14, 2008 at 8:44 PM, Julian Leviston <[EMAIL PROTECTED]>wrote: > >> Or, another way of looking at it is that it's a bug in Merb because of >> Merb's reliance on RubyGems. >> This reminds me of when I ring a bank, and someone tells me that even >> though they're my interface to the bank, they can't update my address >> details, and they have to redirect me to another person. >> >> Three people later, I get to actually update my address. >> >> Not trying to be a whiner. ;-) >> >> Julian. >> >> On 15/11/2008, at 3:36 PM, Yehuda Katz wrote: >> >> Unfortunately, on Windows, you will need to have sqlite3.dll in your path. >> Rubygems doesn't support moving .dlls into the path, which, imho, is a bug >> in rubygems ;) >> -- Yehuda >> >> On Fri, Nov 14, 2008 at 6:26 PM, Andrew Kou <[EMAIL PROTECTED]> wrote: >> >>> >>> I ran into a similar error on Ubuntu, but it probably applies to all >>> systems >>> On ubuntu this means you don't have libsqlite3-dev. For windows it's >>> probably >>> the equivalent sqlite3 dev libraries. >>> >>> On Oct 22, 11:37 pm, "Dominic Sisneros" <[EMAIL PROTECTED]> wrote: >>> > I still can't get merb installed on windows because of do_sqlite3 >>> > >>> > C:\Documents and Settings\dominic e sisneros>gem install merb -V >>> > HEAD 200 OK:http://gems.rubyforge.org/latest_specs.4.8 >>> > HEAD 200 OK:http://gems.rubyonrails.org/latest_specs.4.8 >>> > HEAD 200 OK:http://gems.github.com/latest_specs.4.8 >>> > Installing gem do_sqlite3-0.9.6 >>> > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/History.txt >>> > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/LICENSE >>> > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/Manifest.txt >>> > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/README.txt >>> > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/Rakefile >>> > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/TODO >>> > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/ext/do_sqlite3_ext.c >>> > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/ext/extconf.rb >>> > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/lib/do_sqlite3.rb >>> > >>> c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/lib/do_sqlite3/transaction.rb >>> > >>> c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/lib/do_sqlite3/version.rb >>> > >>> c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/spec/integration/do_sqlite3_spec.rb >>> > >>> c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/spec/integration/logging_spec.rb >>> > >>> c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/spec/integration/quoting_spec.rb >>> > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/spec/spec.opts >>> > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/spec/spec_helper.rb >>> > >>> c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/spec/unit/transaction_spec.rb >>> > Building native extensions. This could take a while... >>> > ERROR: Error installing merb: >>> > ERROR: Failed to build gem native extension. >>> > >>> > c:/ruby/bin/ruby.exe extconf.rb install merb -V >>> > checking for sqlite3.h... no >>> > *** extconf.rb failed *** >>> > Could not create Makefile due to some reason, probably lack of >>> > necessary libraries and/or headers. Check the mkmf.log file for more >>> > details. You may need configuration options. >>> > >>> > Provided configuration options: >>> > --with-opt-dir >>> > --without-opt-dir >>> > --with-opt-include >>> > --without-opt-include=${opt-dir}/include >>> > --with-opt-lib >>> > --without-opt-lib=${opt-dir}/lib >>> > --with-make-prog >>> > --srcdir=. >>> > --curdir >>> > --ruby=c:/ruby/bin/ruby >>> > --with-sqlite3-dir >>> > --without-sqlite3-dir >>> > --with-sqlite3-include >>> > --without-sqlite3-include=${sqlite3-dir}/include >>> > --with-sqlite3-lib >>> > --without-sqlite3-lib=${sqlite3-dir}/lib >>> > >>> > Gem files will remain installed in >>> > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6 for inspection. >>> > Results logged to >>> > c:/ruby/lib/ruby/gems/1.8/gems/do_sqlite3-0.9.6/ext/gem_make.out >>> >>> >> >> >> -- >> Yehuda Katz >> Developer | Engine Yard >> (ph) 718.877.1325 >> >> >> >> >> >> >> > > > -- > Yehuda Katz > Developer | Engine Yard > (ph) 718.877.1325 > > > > > > > > -- Yehuda Katz Developer | Engine Yard (ph) 718.877.1325 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
