-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Installation / make error in windows 10 #62
Comments
I have almost the same issue. Also on Windows 10.
|
@hdbhdb How have you installed Ruby? I've never seen this kind of error before. @glittle You will need to install the Ruby DevKit. |
well that fixed it. I think I just had some sort of error with the devkit installation. I'm closing this issue. |
@hdbhdb Thanks so much for that link; I think it might be helpful in a related issue (github/pages-gem#508). I'm glad it's working for you now! |
I ran into the same issue after installing Ruby 2.5.0.2 via Chocolatey and the dev kit via
|
Found & solved a possible cause: oneclick/rubyinstaller2#105 |
Regarding the original issue, I can confirm it had to do with a faulty devkit installation. Install ruby (2.3 in my case) via the windows installer and than extract the self-extracting devkit into the ruby folder. |
^ had the exact same issue when using chocolaty to install ruby. Reinstalled with Ruby installer and works just fine. |
I'm trying to install commonmarker as a dependency for Jekyll. This is my first time using this gem, so I’m not exactly sure what I’m doing. I get an error when I attempt to
bundle install
packages. (using Windows 10, Ruby 2.4)When I do
gem install commonmarker
I get the same error.make: *** No rule to make target '/C/Ruby24-x64/include/ruby-2.4.0/ruby.h', needed by 'arena.o'. Stop.
seems like it could be the issue. I have the
ruby.h
file, so it appears that/C/Ruby24-x64/include/ruby-2.4.0/ruby.h
should just beC:/Ruby24-x64/include/ruby-2.4.0/ruby.h
. Besides that, I'm not sure what the issue is as I cannot find anarena.o
file to modify.The text was updated successfully, but these errors were encountered: