Advertisement
Guest User

Untitled

a guest
Jun 8th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 1.71 KB | None | 0 0
  1. C:\Users\ice>gem install zookeeper
  2. Temporarily enhancing PATH to include DevKit...
  3. Building native extensions.  This could take a while...
  4. ERROR:  Error installing zookeeper:
  5.         ERROR: Failed to build gem native extension.
  6.  
  7.         C:/Ruby193/bin/ruby.exe extconf.rb
  8. '.' is not recognized as an internal or external command,
  9. operable program or batch file.
  10. *** extconf.rb failed ***
  11. Could not create Makefile due to some reason, probably lack of
  12. necessary libraries and/or headers.  Check the mkmf.log file for more
  13. details.  You may need configuration options.
  14.  
  15. Provided configuration options:
  16.         --with-opt-dir
  17.         --without-opt-dir
  18.         --with-opt-include
  19.         --without-opt-include=${opt-dir}/include
  20.         --with-opt-lib
  21.         --without-opt-lib=${opt-dir}/lib
  22.         --with-make-prog
  23.         --without-make-prog
  24.         --srcdir=.
  25.         --curdir
  26.         --ruby=C:/Ruby193/bin/ruby
  27. extconf.rb:49:in `safe_sh': command failed! ./configure --prefix=C:/Ruby193/lib/ruby/gems/1.9.1/gems/zookeeper-1.2.8/ext --with-pic --without-cppunit --disable-dependency-tracking  2>&1 (RuntimeError)
  28.  
  29.        from extconf.rb:71:in `block (2 levels) in <main>'
  30.        from extconf.rb:67:in `chdir'
  31.         from extconf.rb:67:in `block in <main>'
  32.        from extconf.rb:53:in `chdir'
  33.        from extconf.rb:53:in `<main>'
  34. Building zkc.
  35. tar xzf zkc-3.3.5.tar.gz 2>&1
  36. ./configure --prefix=C:/Ruby193/lib/ruby/gems/1.9.1/gems/zookeeper-1.2.8/ext --with-pic --without-cppunit --disable-dependency-tracking  2>&1
  37.  
  38.  
  39. Gem files will remain installed in C:/Ruby193/lib/ruby/gems/1.9.1/gems/zookeeper-1.2.8 for inspection.
  40. Results logged to C:/Ruby193/lib/ruby/gems/1.9.1/gems/zookeeper-1.2.8/ext/gem_make.out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement