On Thu, Jun 4, 2009 at 7:17 PM, Hola <[email protected]> wrote: > > On Windows I tried to install dm-core/next: > > git clone git://github.com/datamapper/dm-core.git > cd dm-core > git checkout -b next --track origin/next > rake install > > Any ideas why I get this error? > > C:\git\dm-core>rake install > (in C:/git/dm-core) > Hoe.new {...} deprecated. Switch to Hoe.spec. > ** History.txt is missing or in the wrong format for auto-intuiting. > run `sow blah` and look at its text files > rake aborted! > no such file to load -- spec/rake/spectask > C:/Ruby18/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2383:in > `raw_load_ > rakefile' > (See full trace by running task with --trace)
Maybe you're missing the development dependencies, which are extlib and rspec as far as I know. HTH, -- Luis Lavena AREA 17 - Perfection in design is achieved not when there is nothing more to add, but rather when there is nothing more to take away. Antoine de Saint-Exupéry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DataMapper" 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/datamapper?hl=en -~----------~----~----~----~------~----~------~--~---
