I realize Windows is far from an ideal development platform, but I'm
trying to make a Shoes app with merb for DB access, and after I
installed the gem from this mailing list I got a different error when
I ran the merb executable in my project's directory:

---

D:\Code\shoes\pastebin\merb_paste>gem install do_sqlite3
Successfully installed data_objects-0.9.7
Successfully installed do_sqlite3-0.9.7
2 gems installed
Installing ri documentation for data_objects-0.9.7...
Installing RDoc documentation for data_objects-0.9.7...

D:\Code\shoes\pastebin\merb_paste>merb
Loading init file from D:/Code/shoes/pastebin/merb_paste/config/
init.rb
Loading D:/Code/shoes/pastebin/merb_paste/config/environments/
development.rb
c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:149:in `activate': can't
activate dat
a_objects (= 0.9.7, runtime), already activated data_objects-0.9.10.1
(Gem::Exce
ption)
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:165:in
`activate'
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:164:in `each'
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:164:in
`activate'
        from c:/ruby/lib/ruby/gems/1.8/gems/merb-core-1.0.7.1/lib/merb-
core/core
_ext/kernel.rb:142:in `load_dependency'
        from c:/ruby/lib/ruby/gems/1.8/gems/merb-core-1.0.7.1/lib/merb-
core/boot
loader.rb:405:in `load_dependencies'
        from c:/ruby/lib/ruby/gems/1.8/gems/merb-core-1.0.7.1/lib/merb-
core/boot
loader.rb:405:in `each'
        from c:/ruby/lib/ruby/gems/1.8/gems/merb-core-1.0.7.1/lib/merb-
core/boot
loader.rb:405:in `load_dependencies'
        from c:/ruby/lib/ruby/gems/1.8/gems/merb-core-1.0.7.1/lib/merb-
core/boot
loader.rb:393:in `run'
        from c:/ruby/lib/ruby/gems/1.8/gems/merb-core-1.0.7.1/lib/merb-
core/boot
loader.rb:99:in `run'
        from c:/ruby/lib/ruby/gems/1.8/gems/merb-core-1.0.7.1/lib/merb-
core/serv
er.rb:172:in `bootup'
        from c:/ruby/lib/ruby/gems/1.8/gems/merb-core-1.0.7.1/lib/merb-
core/serv
er.rb:42:in `start'
        from c:/ruby/lib/ruby/gems/1.8/gems/merb-core-1.0.7.1/lib/merb-
core.rb:1
70:in `start'
        from c:/ruby/lib/ruby/gems/1.8/gems/merb-core-1.0.7.1/bin/merb:
11
        from c:/ruby/bin/merb:19:in `load'
        from c:/ruby/bin/merb:19

I really don't know what to do at this point. I don't know enough
about how merb works and I don't know if I'll be able to figure it out
given that I can't even get a hello world to function properly.

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

Reply via email to