Created
January 20, 2011 21:01
-
-
Save pistacchio/788661 to your computer and use it in GitHub Desktop.
This file contains 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
marvin:~ gu$ gem install gherkin | |
Building native extensions. This could take a while... | |
ERROR: Error installing gherkin: | |
ERROR: Failed to build gem native extension. | |
/Users/gu/.rvm/rubies/ruby-head/bin/ruby extconf.rb | |
checking for main() in -lc... yes | |
creating Makefile | |
make | |
compiling gherkin_lexer_ar.c | |
cc1: warnings being treated as errors | |
/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl: In function ‘unindent’: | |
/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:252: warning: ISO C90 forbids mixed declarations and code | |
/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl: In function ‘store_multiline_kw_con’: | |
/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:285: warning: ISO C90 forbids mixed declarations and code | |
/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl: In function ‘store_pystring_content’: | |
/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:322: warning: ISO C90 forbids mixed declarations and code | |
/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl: In function ‘CLexer_init’: | |
/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:364: warning: ISO C90 forbids mixed declarations and code | |
/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl: In function ‘CLexer_scan’: | |
/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:378: warning: ISO C90 forbids mixed declarations and code | |
/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:381: warning: ISO C90 forbids mixed declarations and code | |
ext/gherkin_lexer_ar/gherkin_lexer_ar.c:1053: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ext/gherkin_lexer_ar/gherkin_lexer_ar.c:1076: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:84: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:93: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:97: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:180: warning: ISO C90 forbids mixed declarations and code | |
/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:230: warning: ISO C90 forbids mixed declarations and code | |
/Users/ahellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:230: warning: ISO C90 forbids mixed declarations and code | |
make: *** [gherkin_lexer_ar.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment