>
>
> I managed to get it installed by downloading the gem from
>
> http://rubyforge.org/frs/download.php/45428/do_sqlite3-0.9.6-x86-mswin32.gem
>

I also managed to install it by downloading it directly but I get an error

C:\Documents and Settings\dominic e sisneros\My
Documents\programming\merb>merb-gen testapp
c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:578:in `report_activate_error':
Could not find RubyGem spicycode-rcov (>= 0.8.1.3) (Gem::LoadE
rror)
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:134:in `activate'
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:158:in `activate'
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:157:in `each'
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:157:in `activate'
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:158:in `activate'
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:157:in `each'
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:157:in `activate'
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:158:in `activate'
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:157:in `each'
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:157:in `activate'
        from c:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:49:in `gem'
        from c:/ruby/bin/merb-gen:18

-------------------------------------------------------------

This is because rspec depends on spicycode-rcov

---------------------------------------------------------------------------

C:\Documents and Settings\dominic e sisneros\My
Documents\programming\merb>gem specification rspec | grep -20 spicy
authors:
- RSpec Development Team
autorequire:
bindir: bin
cert_chain: []

date: 2008-10-19 00:00:00 -06:00
default_executable:
dependencies:
- !ruby/object:Gem::Dependency
  name: diff-lcs
  type: :runtime
  version_requirement:
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: "0"
    version:
- !ruby/object:Gem::Dependency
  name: spicycode-rcov
  type: :runtime
  version_requirement:
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: 0.8.1.3
    version:

---------------------------------------------------------------------------------------------
and spicycode-rcov wants to compile on windows

-----------------------------------------------------------------------------------------------

C:\Documents and Settings\dominic e sisneros\My
Documents\programming\merb>gem install spicycode-rcov
Building native extensions.  This could take a while...
ERROR:  Error installing spicycode-rcov:
        ERROR: Failed to build gem native extension.

c:/ruby/bin/ruby.exe extconf.rb install spicycode-rcov
creating Makefile

nmake
'nmake' is not recognized as an internal or external command,
operable program or batch file.


Gem files will remain installed in
c:/ruby/lib/ruby/gems/1.8/gems/spicycode-rcov-0.8.1.3.0 for inspection.
Results logged to
c:/ruby/lib/ruby/gems/1.8/gems/spicycode-rcov-0.8.1.3.0/ext/rcovrt/gem_make.out

-----------------------------------------------------------
however, rspec doesn't error out on gem install only when I try to run
merb-gen
-------------------------------------------------------

C:\Documents and Settings\dominic e sisneros\My
Documents\programming\merb>gem install rspec -y
INFO:  `gem install -y` is now default and will be removed
INFO:  use --ignore-dependencies to install only the gems you list
Successfully installed rspec-1.1.9
1 gem installed
Installing ri documentation for rspec-1.1.9...
Installing RDoc documentation for rspec-1.1.9...

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