You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For rugged I had to pin its version to 0.27.0 in the Gemfile because anything newer doesn't install on Windows--see this bug for more: libgit2/rugged#791
Expected Behavior
That bundle install would "just work" (high hopes...I realize). 😉
Actual Behavior
Attempting to install the various ruby-based tools failed in various ways...vexingly.
Steps to Reproduce the Issue
Try to bundle install on a Windows machine. Failed in both cmd and bash on Windows (mingw).
The text was updated successfully, but these errors were encountered:
There seems to be some issues with Ruby source not abiding by more recent C++ standards that seem to be the default to build charlock_holmes. I couldn't find a way to configure it so just hacked the Ruby headers locally. It looks like it's fixed upstream so should be resolved in some latter version of Ruby/
I'm curious if folks are still running into these kinds of issues. It looks like libgit2/rugged#791 has been addressed and included in a more recent release of rugged. I suspect the same is true for the ruby issues @craigez mentioned.
In my entirely unscientific experiment of me banging on a keyboard, I'm not able to reproduce these specific issues. (I am however fighting with getting ruby installed on Windows to test that, but I suspect that's unrelated).
@DuaneOBrien, for what it's worth, you might try rbenv as a replacement for rvm. It's a lot lighter-weight in how it integrates with your shell and has caused fewer issues in my experience. (And its friends pyenv and nodenv, which all work in the same way. I think there's one for java and go and others as well, but I haven't used those)
Issue Report
bundle install
fails on Windows because ofcharlock_holmes
andrugged
issues.For
charlock_holmes
, I had to install it directly with these settings:For
rugged
I had to pin its version to0.27.0
in theGemfile
because anything newer doesn't install on Windows--see this bug for more: libgit2/rugged#791Expected Behavior
That
bundle install
would "just work" (high hopes...I realize). 😉Actual Behavior
Attempting to install the various ruby-based tools failed in various ways...vexingly.
Steps to Reproduce the Issue
Try to
bundle install
on a Windows machine. Failed in bothcmd
and bash on Windows (mingw).The text was updated successfully, but these errors were encountered: