I have a related issue, but with a different adapter. on mac os x 10.6.5 Using ruby 1.9.2 I couldn't get the dm-migrations gem to install. It tries to install do_postgres and fails while trying a native build.
I have postgres installed as a package http://www.postgresql.org/download/macosx here's the gem file I'm using that bundle gets stuck on source :gemcutter gem 'bundler' gem 'pg' gem 'dm-postgres-adapter' gem 'dm-core' gem 'dm-sqlite-adapter' gem 'dm-migrations' gem 'json' gem 'sinatra' gem 'httparty' gem 'oauth' gem 'sinatra-static-assets' gem 'sinatra-reloader' Last time I worked on this project was ruby 1.8.7, and an ubuntu platform. Any help would be appreciated. -- 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.
