Using bson (1.2.0)
Installing bson_ext (1.2.0) with native extensions
C:/Ruby/jruby-1.6.0.RC1/lib/r
uby/site_ruby/1.8/rubygems/installer.rb:483:in `build_extensions':
ERROR: Failed
to build gem native extension. (Gem::Installer::ExtensionBuildError)
The Gemfile has:
gem 'mongoid', '2.0.0.beta.20'
if defined?(JRUBY_VERSION)
gem 'jruby-openssl'
gem 'bson'
...
Is there some way to force bundler to use the jruby compatible bson
version? I have it installed.
gem list -->
bson (1.2.0 jruby)
Scott M.
--
Posted via http://www.ruby-forum.com/.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
Thanks for your response. Pulling out the bson line worked. But I
tried putting it back in to cause it to fail again and I couldn't make
bundle install fail (after Gemfile.lock was deleted). I know
switching back and forth (Windows pik) between 1.5.6 and 1.6.0rc1 was
failing - multiple times. I'm sorry I don't have a repeatable bug to
offer.
Thanks for replying.