emacs - Jruby gem error win32-service for rsense -



emacs - Jruby gem error win32-service for rsense -

i trying install rsense, next directions here rsense docs

rsense_home set cannot install jruby win32-service finish steps have rsense service started @ boot.

this total error, ran error suggested specifying jruby version. ideas on completing install?

c:\users\renshawfamily>echo %rsense_home% c:\rsense c:\users\renshawfamily>jruby -s gem install win32-service fetching: win32-api-1.4.8.gem (100%) building native extensions. take while... error: error installing win32-service: error: failed build gem native extension. c:/jruby-1.6.3/bin/jruby.exe extconf.rb warning: jruby not back upwards native extensions or `mkmf' library wel l. check http://kenai.com/projects/jruby/pages/home alternatives. checking strncpy_s()... ioerror: cannot run programme "cc" (in directory "c:\j ruby-1.6.3\lib\ruby\gems\1.8\gems\win32-api-1.4.8\ext"): createprocess error=2, scheme cannot find file specified popen @ org/jruby/rubyio.java:3540 xpopen @ c:/jruby-1.6.3/lib/ruby/site_ruby/shared/mkmf.rb:323 open @ c:/jruby-1.6.3/lib/ruby/site_ruby/shared/mkmf.rb:260 xpopen @ c:/jruby-1.6.3/lib/ruby/site_ruby/shared/mkmf.rb:316 egrep_cpp @ c:/jruby-1.6.3/lib/ruby/site_ruby/shared/mkmf.rb:538 have_func @ c:/jruby-1.6.3/lib/ruby/site_ruby/shared/mkmf.rb:758 checking_for @ c:/jruby-1.6.3/lib/ruby/site_ruby/shared/mkmf.rb:652 postpone @ c:/jruby-1.6.3/lib/ruby/site_ruby/shared/mkmf.rb:286 open @ c:/jruby-1.6.3/lib/ruby/site_ruby/shared/mkmf.rb:260 postpone @ c:/jruby-1.6.3/lib/ruby/site_ruby/shared/mkmf.rb:286 open @ c:/jruby-1.6.3/lib/ruby/site_ruby/shared/mkmf.rb:260 postpone @ c:/jruby-1.6.3/lib/ruby/site_ruby/shared/mkmf.rb:282 checking_for @ c:/jruby-1.6.3/lib/ruby/site_ruby/shared/mkmf.rb:651 have_func @ c:/jruby-1.6.3/lib/ruby/site_ruby/shared/mkmf.rb:755 (root) @ extconf.rb:9 *** extconf.rb failed *** not create makefile due reason, lack of necessary libraries and/or headers. check mkmf.log file more details. may need configuration options. provided configuration options: --with-opt-dir --without-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=c:/jruby-1.6.3/bin/jruby gem files remain installed in c:/jruby-1.6.3/lib/ruby/gems/1.8/gems/win32-a pi-1.4.8 inspection. results logged c:/jruby-1.6.3/lib/ruby/gems/1.8/gems/win32-api-1.4.8/ext/gem_ make.out c:\users\renshawfamily>jruby -s gem install win32-service --ruby=c:/jruby-1.6.3/ bin/jruby error: while executing gem ... (optionparser::invalidoption) invalid option: --ruby=c:/jruby-1.6.3/bin/jruby

win32-service uses c extensions. gems utilize c extensions not compatible jruby, although there efforts beingness made address - see here background

are able utilize mri/cruby project?

or utilize java based service management lib, might not work emacs/rsense.

or roll sleeves , create win32-service jruby compatible!

emacs rubygems jruby

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -