-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gem won't install on windows? #59
Comments
I'm having trouble installing this under windows as well though the errror isn't on the same command.
|
This might work under cygwin, but install depends on patch, tar, make, gcc, and probably two or three other unix commands. I don't plan on adding windows support (I don't know if zkc even supports it). If someone were willing to step up and do the work to get it to build, and be willing to maintain that code, I'd be open to merging it. OTOH the jruby gem has zero native dependencies Jonathan Simms
|
This seems to be for a combination of problems. This includes lack of the commands tar and patch. It then tries to run a ./configure, which also doesn't work on windows. Is it possible to make it run on windows? Or am I missing something?
gem install zookeeper -v '1.4.8'
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
ERROR: Error installing zookeeper:
ERROR: Failed to build gem native extension.
'tar' is not recognized as an internal or external command,
operable program or batch file.
*** 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=C:/Ruby193/bin/ruby
extconf.rb:51:in
safe_sh': command failed! tar xzf zkc-3.4.5.tar.gz 2>&1 (RuntimeError) from extconf.rb:62:in
block infrom extconf.rb:55:in
chdir' from extconf.rb:55:in
'Building zkc.
The text was updated successfully, but these errors were encountered: