Advertisement
Guest User

Untitled

a guest
Jun 9th, 2012
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 1.52 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
  3.  
  4. C:\Users\ice>cd C:\Ruby193\lib\ruby\gems\1.9.1\gems\zookeeper-1.2.8\ext
  5.  
  6. C:\Ruby193\lib\ruby\gems\1.9.1\gems\zookeeper-1.2.8\ext>ruby extconf.rb
  7. Building zkc.
  8. ./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
  9. '.' is not recognized as an internal or external command,
  10. operable program or batch file.
  11. *** extconf.rb failed ***
  12. Could not create Makefile due to some reason, probably lack of
  13. necessary libraries and/or headers.  Check the mkmf.log file for more
  14. details.  You may need configuration options.
  15.  
  16. Provided configuration options:
  17.         --with-opt-dir
  18.         --without-opt-dir
  19.         --with-opt-include
  20.         --without-opt-include=${opt-dir}/include
  21.         --with-opt-lib
  22.         --without-opt-lib=${opt-dir}/lib
  23.         --with-make-prog
  24.         --without-make-prog
  25.         --srcdir=.
  26.         --curdir
  27.         --ruby=C:/Ruby193/bin/ruby
  28. 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)
  29.  
  30.        from extconf.rb:71:in `block (2 levels) in <main>'
  31.        from extconf.rb:67:in `chdir'
  32.         from extconf.rb:67:in `block in <main>'
  33.        from extconf.rb:53:in `chdir'
  34.        from extconf.rb:53:in `<main>'
  35.  
  36. C:\Ruby193\lib\ruby\gems\1.9.1\gems\zookeeper-1.2.8\ext>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement