Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Brendan Grainger
RE: Can sys-proctable work with cygwin? [ reply ]  
2009-12-10 21:22
rake install worked. Thanks!

By: Daniel Berger
RE: Can sys-proctable work with cygwin? [ reply ]  
2009-12-10 21:12
Try "gem install sys-proctable --platform mswin32". If that doesn't work, download the source and run "rake install".

Regards,

Dan

By: Brendan Grainger
Can sys-proctable work with cygwin? [ reply ]  
2009-12-10 21:10
Hi,

Is there anyway to make sys-proctable work with cygwin? I get the following when trying to install:

$ gem install sys-proctable
Building native extensions. This could take a while...
ERROR: Error installing sys-proctable:
ERROR: Failed to build gem native extension.

/usr/bin/ruby.exe extconf.rb
checking for rb_pid_t in ruby.h... yes
Use the install_pure_ruby.rb script to install on MS Windows
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the mkmf.log file for more
details. You 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=/usr/bin/ruby


Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/sys-proctable-0.7.6 for inspection.
Results logged to /usr/lib/ruby/gems/1.8/gems/sys-proctable-0.7.6/ext/gem_make.out


Thanks