Last active
August 29, 2015 14:00
-
-
Save regepan/11121911 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building native extensions. This could take a while... | |
ERROR: Error installing jekyll: | |
ERROR: Failed to build gem native extension. | |
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb | |
creating Makefile | |
make "DESTDIR=" | |
compiling porter.c | |
porter.c:359:27: warning: '&&' within '||' [-Wlogical-op-parentheses] | |
if (a > 1 || a == 1 && !cvc(z, z->k - 1)) z->k--; | |
~~ ~~~~~~~^~~~~~~~~~~~~~~~~~~~ | |
porter.c:359:27: note: place parentheses around the '&&' expression to silence this warning | |
if (a > 1 || a == 1 && !cvc(z, z->k - 1)) z->k--; | |
^ | |
( ) | |
1 warning generated. | |
compiling porter_wrap.c | |
linking shared-object stemmer.bundle | |
clang: error: unknown argument: '-multiply_definedsuppress' [-Wunused-command-line-argument-hard-error-in-future] | |
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future | |
make: *** [stemmer.bundle] Error 1 | |
Gem files will remain installed in /Library/Ruby/Gems/2.0.0/gems/fast-stemmer-1.0.2 for inspection. | |
Results logged to /Library/Ruby/Gems/2.0.0/gems/fast-stemmer-1.0.2/ext/gem_make.out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment