emberjs-addons / sproutcore-datastore

(Ember Only) Repository for the DataStore package
www.sproutcore.com
46 stars 9 forks source link

Unable to build - pre-built version available ? #13

Open joachimhs opened 12 years ago

joachimhs commented 12 years ago

Hello,

Is there a downloadable finished build of this project (both full and minified would be awesome).

I have tried to build using both bpm and bundler, but they both report back with errors.

bpm responds with: "internal:lib/rubygems/custom_require:29: stack level too deep (SystemStackError)" even after setting "limit -u 12000".

builder install responds with: "Could not find rake-0.9.2 in any of the sources" even though sproutcore-statecharts builds just find with rake 0.9.2.

Blacktiger commented 12 years ago

Do a "gem install rake --version 0.9.2". After doing that you will probably need to install other dependencies in a similar manner.

Blacktiger commented 12 years ago

After you fix the dependencies run bundle, then rake.