I have a Windows XP box.
I was able to upgrade from merb 1.0.7.1 to merb 1.0.8.1. I changed the
dependencies.rb file to include -
merb_gems_version = "1.0.8.1"
dm_gems_version = "0.9.10"
do_gems_version = "0.9.11"
dependency "merb-core", merb_gems_version
dependency "merb-action-args", merb_gems_version
dependency "merb-assets", merb_gems_version
dependency("merb-cache", merb_gems_version) do
Merb::Cache.setup do
unless defined?(CACHE_SETUP)
register(:file_store, Merb::Cache::FileStore, Merb.root_path /
"tmp/cache")
CACHE_SETUP = true
end
# Merb::Cache.setup do
# register(Merb::Cache::FileStore)
end
end
Now, when I run -
c:\rl_member> merb-gen resource member name:string,description:text
Loading init file from c:/rl_member/config/init.rb
Loading c:/rl_member/config/environments/development.rb
~
~ ←[1;31;47mFATAL: The gem dm-types (= 0.9.10, runtime), [] was not
found←[0m
~
c:\rl_member>
I then did -
C:\>gem install dm-types
Building native extensions. This could take a while...
ERROR: Error installing dm-types-0.9.10.gem:
ERROR: Failed to build gem native extension.
c:/ruby/bin/ruby.exe extconf.rb install dm-types-0.9.10.gem
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/
bcrypt-ruby-2.
0.3 for inspection.
Results logged to c:/ruby/lib/ruby/gems/1.8/gems/bcrypt-ruby-2.0.3/ext/
gem_make.
out
C:\>
I downloaded from rubyforge, the gem dm-types-0.9.10.gem and tried to
install but got the same error.
Badly stuck. All help appreciated.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---