Created
January 20, 2013 21:46
-
-
Save dotted/4581992 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
| /usr/local/bigbluebutton/core | |
| % sudo bundle | |
| Fetching gem metadata from http://rubygems.org/........ | |
| Fetching gem metadata from http://rubygems.org/.. | |
| Using builder (2.1.2) | |
| Using diff-lcs (1.1.2) | |
| Using json (1.4.6) | |
| Using term-ansicolor (1.0.5) | |
| Installing gherkin (2.2.9) with native extensions | |
| Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. | |
| /home/bigbluebutton/.rvm/rubies/ruby-1.9.3-p362/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/aslakhellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl: In function ‘store_multiline_kw_con’: | |
| /Users/aslakhellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:293: error: ISO C90 forbids mixed declarations and code | |
| /Users/aslakhellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl: In function ‘store_pystring_content’: | |
| /Users/aslakhellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:331: error: ISO C90 forbids mixed declarations and code | |
| /Users/aslakhellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl: In function ‘CLexer_init’: | |
| /Users/aslakhellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:390: error: ISO C90 forbids mixed declarations and code | |
| /Users/aslakhellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl: In function ‘CLexer_scan’: | |
| /Users/aslakhellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:404: error: ISO C90 forbids mixed declarations and code | |
| /Users/aslakhellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:407: error: ISO C90 forbids mixed declarations and code | |
| /Users/aslakhellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:185: error: ISO C90 forbids mixed declarations and code | |
| /Users/aslakhellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:233: error: ISO C90 forbids mixed declarations and code | |
| /Users/aslakhellesoy/scm/gherkin/tasks/../ragel/i18n/ar.c.rl:233: error: ISO C90 forbids mixed declarations and code | |
| make: *** [gherkin_lexer_ar.o] Error 1 | |
| Gem files will remain installed in /home/bigbluebutton/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/gems/1.9.1/gems/gherkin-2.2.9 for inspection. | |
| Results logged to /home/bigbluebutton/.rvm/rubies/ruby-1.9.3-p362/lib/ruby/gems/1.9.1/gems/gherkin-2.2.9/ext/gherkin_lexer_ar/gem_make.out | |
| An error occurred while installing gherkin (2.2.9), and Bundler cannot continue. | |
| Make sure that `gem install gherkin -v '2.2.9'` succeeds before bundling. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment