You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@buildr.apache.org by Shane Witbeck <sh...@digitalsanctum.com> on 2009/10/23 22:38:36 UTC

nailgun working under windows?

Anyone have Nailgun working under windows? I've tried with JRuby 1.3.1
and the latest 1.4.0RC2.

C:/jruby-1.4.0RC2/lib/ruby/site_ruby/shared/ffi/ffi.rb:113:in
`create_invoker': Function 'system' no
t found in [current process] (FFI::NotFoundError)
        from C:/jruby-1.4.0RC2/lib/ruby/site_ruby/shared/ffi/library.rb:74:in
`attach_function'
        from C:/jruby-1.4.0RC2/lib/ruby/site_ruby/shared/ffi/library.rb:72:in
`each'
        from C:/jruby-1.4.0RC2/lib/ruby/site_ruby/shared/ffi/library.rb:72:in
`attach_function'
        from C:/jruby-1.4.0RC2/lib/ruby/gems/1.8/gems/buildr-1.3.5-java/lib/buildr/core/util.rb:410
        from C:/jruby-1.4.0RC2/lib/ruby/gems/1.8/gems/buildr-1.3.5-java/lib/buildr/core/util.rb:31:i
n `require'
        from C:/jruby-1.4.0RC2/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'
        from C:/jruby-1.4.0RC2/lib/ruby/gems/1.8/gems/buildr-1.3.5-java/lib/buildr/core/common.rb:18

        from C:/jruby-1.4.0RC2/lib/ruby/gems/1.8/gems/buildr-1.3.5-java/lib/buildr/core/common.rb:31
:in `require'
         ... 7 levels...
        from C:/jruby-1.4.0RC2/lib/ruby/gems/1.8/gems/buildr-1.3.5-java/bin/buildr:18
        from C:/jruby-1.4.0RC2/lib/ruby/gems/1.8/gems/buildr-1.3.5-java/bin/buildr:19:in
`load'
        from C:/jruby-1.4.0RC2/bin/buildr:19

-Shane