Created
May 8, 2012 10:29
-
-
Save stigi/2634108 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
| 🐱ullrich:~/ $ gem install ocrunner [12:25:14] | |
| Fetching: trollop-1.16.2.gem (100%) | |
| Fetching: fssm-0.2.9.gem (100%) | |
| Fetching: oniguruma-1.1.0.gem (100%) | |
| Building native extensions. This could take a while... | |
| ERROR: Error installing ocrunner: | |
| ERROR: Failed to build gem native extension. | |
| /Users/ullrich/.rbenv/versions/1.9.3-p125/bin/ruby extconf.rb | |
| checking for main() in -lonig... yes | |
| creating Makefile | |
| make | |
| compiling oregexp.c | |
| oregexp.c: In function ‘name_callback’: | |
| oregexp.c:111: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness | |
| oregexp.c:111: warning: pointer targets in passing argument 1 of ‘rb_intern2’ differ in signedness | |
| oregexp.c:111: warning: pointer targets in passing argument 1 of ‘rb_intern’ differ in signedness | |
| oregexp.c: In function ‘oregexp_initialize’: | |
| oregexp.c:123: error: ‘struct RString’ has no member named ‘ptr’ | |
| oregexp.c:124: error: ‘struct RString’ has no member named ‘len’ | |
| oregexp.c:138: warning: pointer targets in passing argument 1 of ‘onig_error_code_to_str’ differ in signedness | |
| oregexp.c: In function ‘oregexp_make_match_data’: | |
| oregexp.c:176: warning: passing argument 2 of ‘onig_foreach_name’ from incompatible pointer type | |
| oregexp.c: In function ‘oregexp_match’: | |
| oregexp.c:211: warning: statement with no effect | |
| oregexp.c:215: error: ‘struct RString’ has no member named ‘ptr’ | |
| oregexp.c:216: error: ‘struct RString’ has no member named ‘len’ | |
| oregexp.c:244: warning: pointer targets in passing argument 1 of ‘onig_error_code_to_str’ differ in signedness | |
| oregexp.c: In function ‘oregexp_append_replacement’: | |
| oregexp.c:267: error: ‘struct RString’ has no member named ‘len’ | |
| oregexp.c:268: error: ‘struct RString’ has no member named ‘ptr’ | |
| oregexp.c:277: error: ‘struct RString’ has no member named ‘ptr’ | |
| oregexp.c:278: error: ‘struct RString’ has no member named ‘len’ | |
| oregexp.c:286: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘OnigCodePoint’ | |
| oregexp.c:293: warning: pointer targets in passing argument 2 of ‘rb_str_buf_cat’ differ in signedness | |
| oregexp.c:297: warning: pointer targets in passing argument 2 of ‘rb_str_buf_cat’ differ in signedness | |
| oregexp.c:328: warning: pointer targets in passing argument 2 of ‘rb_str_buf_cat’ differ in signedness | |
| oregexp.c:332: warning: pointer targets in passing argument 2 of ‘rb_str_buf_cat’ differ in signedness | |
| oregexp.c:336: warning: pointer targets in passing argument 2 of ‘rb_str_buf_cat’ differ in signedness | |
| oregexp.c:341: warning: pointer targets in passing argument 2 of ‘rb_str_buf_cat’ differ in signedness | |
| oregexp.c:350: warning: pointer targets in passing argument 2 of ‘rb_str_buf_cat’ differ in signedness | |
| oregexp.c:371: warning: pointer targets in passing argument 2 of ‘rb_str_buf_cat’ differ in signedness | |
| oregexp.c:379: warning: pointer targets in passing argument 2 of ‘rb_str_buf_cat’ differ in signedness | |
| oregexp.c:385: warning: pointer targets in passing argument 2 of ‘rb_str_buf_cat’ differ in signedness | |
| oregexp.c:392: warning: pointer targets in passing argument 2 of ‘rb_str_buf_cat’ differ in signedness | |
| oregexp.c: In function ‘str_mod_check’: | |
| oregexp.c:405: error: ‘struct RString’ has no member named ‘ptr’ | |
| oregexp.c:405: error: ‘struct RString’ has no member named ‘len’ | |
| oregexp.c: In function ‘oregexp_gsub’: | |
| oregexp.c:444: error: ‘struct RString’ has no member named ‘ptr’ | |
| oregexp.c:445: error: ‘struct RString’ has no member named ‘len’ | |
| oregexp.c:462: warning: pointer targets in passing argument 2 of ‘rb_str_buf_cat’ differ in signedness | |
| oregexp.c:484: warning: pointer targets in passing argument 2 of ‘rb_str_buf_cat’ differ in signedness | |
| oregexp.c:491: warning: pointer targets in passing argument 2 of ‘rb_str_buf_cat’ differ in signedness | |
| oregexp.c: In function ‘oregexp_safe_gsub’: | |
| oregexp.c:527: warning: passing argument 3 of ‘rb_ensure’ from incompatible pointer type | |
| oregexp.c: In function ‘oregexp_scan’: | |
| oregexp.c:614: error: ‘struct RString’ has no member named ‘ptr’ | |
| oregexp.c:615: error: ‘struct RString’ has no member named ‘len’ | |
| oregexp.c: In function ‘oregexp_m_scan’: | |
| oregexp.c:671: warning: passing argument 3 of ‘rb_ensure’ from incompatible pointer type | |
| make: *** [oregexp.o] Error 1 | |
| Gem files will remain installed in /Users/ullrich/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/oniguruma-1.1.0 for inspection. | |
| Results logged to /Users/ullrich/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/oniguruma-1.1.0/ext/gem_make.out |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/Users/ullrich/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/oniguruma-1.1.0/ext/gem_make.outonly has the compile errors shown in the gist