On 4/8/2010 5:13 PM, Antoine Toulme wrote:
The gem is under the dist folder:
buildr-1.4.0.gem<http://people.apache.org/~toulmean/buildr/1.4.0/dist/buildr-1.4.0.gem>
doesn't fly with windows right now: (viz. gem install buildr-1.4.0.gem
does not, which is hopefully the right thing to do)
yields:
Building native extensions. This could take a while...
WARNING: JRuby does not support native extensions or the `mkmf' library.
Check wiki.jruby.org for alternatives.
extconf.rb:20:in `include': undefined method `+' for nil:NilClass
(NoMethodError)
from extconf.rb:38
ERROR: Error installing buildr-1.4.0.gem:
ERROR: Failed to build gem native extension.
I checked with the wiki, but native extensions do not figure very
prominently there. There is for use with jruby
jruby.native.enabled=true|false
but I failed getting gem to take that argument, being a ruby noob