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
OS X Compilation Failure #2125
Comments
Looks like a problem with Xcode & clang 5.1. Please ask the fast-stemmer team to help out (it's with regard to their gem) |
Just tried a clean install, seems to work.
My system is OS X 10.9.2, with Xcode 5.1
|
@tompave it works fine with Ruby 2.1.1, but fails with the system-default Ruby (which is 2.0.something) |
Thanks @tompave |
ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future gem install jekyll Works around this issue for me |
This works for me too! |
@thepatrick, Thank you! That worked for me! |
Yeah, great job. So Thanks. @thepatrick But anyone can explain it ? |
And may be must use the SUDO do it . This is a link from the APPLE SITE |
I think it is caused by defaults that mkmf brings in (as I've had other occurrences of the same error), and probably there is too little motivation to "fix" it when all people will want to do is to use Ruby 2.1 and higher. |
works for me too! |
When using the workaround @linus-young, were you able to successfully run Using Ruby 2.1 via RVM solved my issue. |
@michaeljdeeb I edit a file in |
For those purists, that, for whatever their masochistic reasons (myself included), wish not to employ
export PATH=$PATH:~/bin ; ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future gem install jekyll --no-document --user-install --verbose --bindir ~/bin
$ cd ~
$ which jekyll
/Users/jaybe-jekyll/bin/jekyll
$ jekyll new whee
New jekyll site installed in /Users/jaybe-jekyll/whee. |
Thanks @jaybe-jekyll, your solution worked for me. |
@kevinpapst, you are welcome; and thank you for reporting and sharing your success. As an added bonus and effort in proactivity, safety, and stability, please also consider the following: Upgrading/Updating Jekyll
Generally-major Gotcha'
Ensuring Understanding of User-space Approach
We are basically just telling
So, in General... choices...
|
Ruby 2.1 solves it!!!!!!!!!!!!thanks a lot |
thanks @tompave |
Upgrading ruby to 2.1.5 solves this. Thanks. |
On Xcode 5.1 (clang-503.0.38) and OS X 10.9, executing "sudo gem install jekyll" gives this error:
Possibly related: rmagick/rmagick#96
The text was updated successfully, but these errors were encountered: