-
Notifications
You must be signed in to change notification settings - Fork 277
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
Unable to install rugged 0.25.1 on windows 10 #669
Comments
|
It took a bunch of fiddling with various things, but I managed to get it to work. As you suggested, once I got it to the point of using the vendored zlib, removing the -lz option worked. Hooray :) |
However, this still didn't solve the fact that I can't just |
Turns out that the DevKit (which hasn't been updated since 2013) never shipped with
But I have to remove Strawberry Perl from
So, that looks odd to me, as there's only a DLL found, but no import library for it. And while the build seems to succeed in this case, the resulting I'm going to give https://github.com/larskanis/rubyinstaller2 a try now to see if that comes with |
I got this to work by adding the MinGW zlib dev files (in libz-1.2.7-1-mingw32-dev.tar.lzma) to the Once I had those in place (in the lib and include directories), rugged installed just fine with |
@sschuberth - any chance you can try rubyinstaller2? a week or two ago I uninstalled ruby on my machine, and reinstalled it with rubinstaller2, and was able to get rugged installing with no issues. I don't think there was anything left over from something else that was making it work, but just in case there was, would be good if you could have a go also. |
@ethancrawford I just tried to, but I'm running into oneclick/rubyinstaller2#50. Edit: Ok, so after working around that issue, I can confirm that |
Hi. When attempting to install 0.25.1 as mentioned above, this is the result:
I notice in mkmf.log that it manages to build git2, but then after that, ends up like this:
Does anyone know why it can't find -lz, have any suggestions to troubleshoot further, or know how this might be fixed? I'm happy to provide more information about my setup if necessary.
The text was updated successfully, but these errors were encountered: