Created
September 8, 2013 13:03
-
-
Save onjiro/6484567 to your computer and use it in GitHub Desktop.
mireruインストール失敗の件・・・gtksourceview-3.0で失敗しているっぽい。
homebrewとかでインストール可能なgtk関連は2系。macで3系はちょっと面倒?
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
try_compiler_option: checking for -Wall option to compiler... -------------------- yes | |
"clang -o conftest -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe conftest.c -L. -L/Users/mohya/.rbenv/versions/2.0.0-p247/lib -L. -L'/Users/mohya/.rbenv/versions/2.0.0-p247/lib' -lruby-static -lpthread -ldl -lobjc " | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
2: | |
3: int main(int argc, char **argv) | |
4: { | |
5: return 0; | |
6: } | |
/* end */ | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -c conftest.c" | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Waggregate-return option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -c conftest.c" | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wcast-align option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -c conftest.c" | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wextra option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -c conftest.c" | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wformat=2 option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -c conftest.c" | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Winit-self option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -c conftest.c" | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wlarger-than-65500 option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -c conftest.c" | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wmissing-declarations option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -c conftest.c" | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wmissing-format-attribute option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -c conftest.c" | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wmissing-include-dirs option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -c conftest.c" | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wmissing-noreturn option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -c conftest.c" | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wmissing-prototypes option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -c conftest.c" | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wnested-externs option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -c conftest.c" | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wold-style-definition option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -c conftest.c" | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wpacked option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpacked -c conftest.c" | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wp,-D_FORTIFY_SOURCE=2 option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpacked -Wp,-D_FORTIFY_SOURCE=2 -c conftest.c" | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wpointer-arith option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpacked -Wp,-D_FORTIFY_SOURCE=2 -Wpointer-arith -c conftest.c" | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wswitch-default option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpacked -Wp,-D_FORTIFY_SOURCE=2 -Wpointer-arith -Wswitch-default -c conftest.c" | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wswitch-enum option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpacked -Wp,-D_FORTIFY_SOURCE=2 -Wpointer-arith -Wswitch-default -Wswitch-enum -c conftest.c" | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wundef option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpacked -Wp,-D_FORTIFY_SOURCE=2 -Wpointer-arith -Wswitch-default -Wswitch-enum -Wundef -c conftest.c" | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wunsafe-loop-optimizations option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpacked -Wp,-D_FORTIFY_SOURCE=2 -Wpointer-arith -Wswitch-default -Wswitch-enum -Wundef -Wunsafe-loop-optimizations -c conftest.c" | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
clang: warning: unknown warning option '-Wunsafe-loop-optimizations'; did you mean '-Wout-of-line-declaration'? | |
warning: unknown warning option '-Wunsafe-loop-optimizations'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option] | |
1 warning generated. | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
try_compiler_option: checking for -Wwrite-strings option to compiler... -------------------- yes | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpacked -Wp,-D_FORTIFY_SOURCE=2 -Wpointer-arith -Wswitch-default -Wswitch-enum -Wundef -Wunsafe-loop-optimizations -Wwrite-strings -c conftest.c" | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
clang: warning: unknown warning option '-Wunsafe-loop-optimizations'; did you mean '-Wout-of-line-declaration'? | |
warning: unknown warning option '-Wunsafe-loop-optimizations'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option] | |
1 warning generated. | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
/* end */ | |
-------------------- | |
have_func: checking for rb_define_alloc_func() in ruby.h... -------------------- yes | |
"clang -o conftest -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I./.gem.20130908-30091-1c67aue -I/Users/mohya/.rbenv/versions/2.0.0-p247/lib/ruby/vendor_ruby/2.0.0/x86_64-darwin12.4.0 -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpacked -Wp,-D_FORTIFY_SOURCE=2 -Wpointer-arith -Wswitch-default -Wswitch-enum -Wundef -Wunsafe-loop-optimizations -Wwrite-strings conftest.c -L. -L/Users/mohya/.rbenv/versions/2.0.0-p247/lib -L. -L'/Users/mohya/.rbenv/versions/2.0.0-p247/lib' -lruby-static -lpthread -ldl -lobjc " | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
clang: warning: unknown warning option '-Wunsafe-loop-optimizations'; did you mean '-Wout-of-line-declaration'? | |
warning: unknown warning option '-Wunsafe-loop-optimizations'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option] | |
conftest.c:8:27: warning: unused parameter 'argv' [-Wunused-parameter] | |
int main(int argc, char **argv) | |
^ | |
2 warnings generated. | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
2: | |
3: #include <ruby.h> | |
4: | |
5: /*top*/ | |
6: extern int t(void); | |
7: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_define_alloc_func; return 0; } | |
8: int main(int argc, char **argv) | |
9: { | |
10: if (argc > 1000000) { | |
11: printf("%p", &t); | |
12: } | |
13: | |
14: return 0; | |
15: } | |
/* end */ | |
-------------------- | |
have_func: checking for rb_block_proc() in ruby.h... -------------------- yes | |
"clang -o conftest -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I./.gem.20130908-30091-1c67aue -I/Users/mohya/.rbenv/versions/2.0.0-p247/lib/ruby/vendor_ruby/2.0.0/x86_64-darwin12.4.0 -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpacked -Wp,-D_FORTIFY_SOURCE=2 -Wpointer-arith -Wswitch-default -Wswitch-enum -Wundef -Wunsafe-loop-optimizations -Wwrite-strings conftest.c -L. -L/Users/mohya/.rbenv/versions/2.0.0-p247/lib -L. -L'/Users/mohya/.rbenv/versions/2.0.0-p247/lib' -lruby-static -lpthread -ldl -lobjc " | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
clang: warning: unknown warning option '-Wunsafe-loop-optimizations'; did you mean '-Wout-of-line-declaration'? | |
warning: unknown warning option '-Wunsafe-loop-optimizations'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option] | |
conftest.c:8:27: warning: unused parameter 'argv' [-Wunused-parameter] | |
int main(int argc, char **argv) | |
^ | |
2 warnings generated. | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
2: | |
3: #include <ruby.h> | |
4: | |
5: /*top*/ | |
6: extern int t(void); | |
7: int t(void) { void ((*volatile p)()); p = (void ((*)()))rb_block_proc; return 0; } | |
8: int main(int argc, char **argv) | |
9: { | |
10: if (argc > 1000000) { | |
11: printf("%p", &t); | |
12: } | |
13: | |
14: return 0; | |
15: } | |
/* end */ | |
-------------------- | |
"clang -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I./.gem.20130908-30091-1c67aue -I/Users/mohya/.rbenv/versions/2.0.0-p247/lib/ruby/vendor_ruby/2.0.0/x86_64-darwin12.4.0 -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpacked -Wp,-D_FORTIFY_SOURCE=2 -Wpointer-arith -Wswitch-default -Wswitch-enum -Wundef -Wunsafe-loop-optimizations -Wwrite-strings -c conftest.c" | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
clang: warning: unknown warning option '-Wunsafe-loop-optimizations'; did you mean '-Wout-of-line-declaration'? | |
warning: unknown warning option '-Wunsafe-loop-optimizations'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option] | |
conftest.c:4:10: fatal error: 'node.h' file not found | |
#include "node.h" | |
^ | |
1 warning and 1 error generated. | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
2: | |
3: #include "ruby.h" | |
4: #include "node.h" | |
5: int node_attrasgn = (int)NODE_ATTRASGN; | |
/* end */ | |
have_package: checking for cairo... -------------------- yes | |
-------------------- | |
have_header: checking for rb_cairo.h... -------------------- yes | |
"clang -E -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/gtk3-2.0.2/ext/gtk3 -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/gtk3-2.0.2/ext/gtk3 -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/gtk3-2.0.2/ext/gtk3 -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/gtk3-2.0.2/ext/gtk3 -I/Users/mohya/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/gtk3-2.0.2/ext/gtk3 -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/gdk3-2.0.2/ext/gdk3 -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/gdk3-2.0.2/ext/gdk3 -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/gdk3-2.0.2/ext/gdk3 -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/gdk3-2.0.2/ext/gdk3 -I/Users/mohya/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/gdk3-2.0.2/ext/gdk3 -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/gdk_pixbuf2-2.0.2/ext/gdk_pixbuf2 -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/gdk_pixbuf2-2.0.2/ext/gdk_pixbuf2 -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/gdk_pixbuf2-2.0.2/ext/gdk_pixbuf2 -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/gdk_pixbuf2-2.0.2/ext/gdk_pixbuf2 -I/Users/mohya/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/gdk_pixbuf2-2.0.2/ext/gdk_pixbuf2 -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/pango-2.0.2/ext/pango -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/pango-2.0.2/ext/pango -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/pango-2.0.2/ext/pango -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/pango-2.0.2/ext/pango -I/Users/mohya/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/pango-2.0.2/ext/pango -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/atk-2.0.2/ext/atk -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/atk-2.0.2/ext/atk -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/atk-2.0.2/ext/atk -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/atk-2.0.2/ext/atk -I/Users/mohya/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/atk-2.0.2/ext/atk -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/glib2-2.0.2/ext/glib2 -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/glib2-2.0.2/ext/glib2 -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/glib2-2.0.2/ext/glib2 -I/Users/mohya/works/dotfiles/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/glib2-2.0.2/ext/glib2 -I/Users/mohya/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/glib2-2.0.2/ext/glib2 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/x86_64-darwin12.4.0 -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0/ruby/backward -I/Users/mohya/.rbenv/versions/2.0.0-p247/include/ruby-2.0.0 -I. -I./.gem.20130908-30091-1c67aue -I/Users/mohya/.rbenv/versions/2.0.0-p247/lib/ruby/vendor_ruby/2.0.0/x86_64-darwin12.4.0 -I'/Users/mohya/.rbenv/versions/2.0.0-p247/include' -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -Wno-error=shorten-64-to-32 -pipe -Wall -Waggregate-return -Wcast-align -Wextra -Wformat=2 -Winit-self -Wlarger-than-65500 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-include-dirs -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpacked -Wp,-D_FORTIFY_SOURCE=2 -Wpointer-arith -Wswitch-default -Wswitch-enum -Wundef -Wunsafe-loop-optimizations -Wwrite-strings -I/Users/mohya/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/cairo-1.12.6/ext/cairo -I/usr/local/Cellar/cairo/1.12.14/include/cairo -I/usr/local/Cellar/glib/2.36.2/include/glib-2.0 -I/usr/local/Cellar/glib/2.36.2/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pixman/0.30.0/include/pixman-1 -I/usr/local/Cellar/fontconfig/2.10.93/include -I/usr/local/Cellar/freetype/2.4.11/include/freetype2 -I/usr/local/Cellar/freetype/2.4.11/include -I/usr/local/Cellar/libpng/1.5.14/include/libpng15 -I/opt/X11/include conftest.c -o conftest.i" | |
clang: warning: unknown warning option '-Wlarger-than-65500' | |
clang: warning: unknown warning option '-Wunsafe-loop-optimizations'; did you mean '-Wout-of-line-declaration'? | |
warning: unknown warning option '-Wunsafe-loop-optimizations'; did you mean '-Wout-of-line-declaration'? [-Wunknown-warning-option] | |
1 warning generated. | |
checked program was: | |
/* begin */ | |
1: #include "ruby.h" | |
2: | |
3: #include <rb_cairo.h> | |
/* end */ | |
-------------------- | |
setup_win32: checking for Win32 OS... -------------------- no | |
-------------------- | |
have_package: checking for gtksourceview-3.0... -------------------- no | |
-------------------- | |
find_executable: checking for brew... -------------------- yes | |
-------------------- | |
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
/Users/mohya/% gem install mireru (git)-[design] | |
Building native extensions. This could take a while... | |
ERROR: Error installing mireru: | |
ERROR: Failed to build gem native extension. | |
/Users/mohya/.rbenv/versions/2.0.0-p247/bin/ruby extconf.rb | |
checking for -Wall option to compiler... yes | |
checking for -Waggregate-return option to compiler... yes | |
checking for -Wcast-align option to compiler... yes | |
checking for -Wextra option to compiler... yes | |
checking for -Wformat=2 option to compiler... yes | |
checking for -Winit-self option to compiler... yes | |
checking for -Wlarger-than-65500 option to compiler... yes | |
checking for -Wmissing-declarations option to compiler... yes | |
checking for -Wmissing-format-attribute option to compiler... yes | |
checking for -Wmissing-include-dirs option to compiler... yes | |
checking for -Wmissing-noreturn option to compiler... yes | |
checking for -Wmissing-prototypes option to compiler... yes | |
checking for -Wnested-externs option to compiler... yes | |
checking for -Wold-style-definition option to compiler... yes | |
checking for -Wpacked option to compiler... yes | |
checking for -Wp,-D_FORTIFY_SOURCE=2 option to compiler... yes | |
checking for -Wpointer-arith option to compiler... yes | |
checking for -Wswitch-default option to compiler... yes | |
checking for -Wswitch-enum option to compiler... yes | |
checking for -Wundef option to compiler... yes | |
checking for -Wunsafe-loop-optimizations option to compiler... yes | |
checking for -Wwrite-strings option to compiler... yes | |
checking for rb_define_alloc_func() in ruby.h... yes | |
checking for rb_block_proc() in ruby.h... yes | |
checking for new allocation framework... yes | |
checking for attribute assignment... no | |
checking for cairo... yes | |
checking for rb_cairo.h... yes | |
checking for Win32 OS... no | |
checking for gtksourceview-3.0... no | |
checking for brew... yes | |
*** extconf.rb failed *** | |
Could not create Makefile due to some reason, probably lack of necessary | |
libraries and/or headers. Check the mkmf.log file for more details. You may | |
need configuration options. | |
Provided configuration options: | |
--with-opt-dir | |
--without-opt-dir | |
--with-opt-include | |
--without-opt-include=${opt-dir}/include | |
--with-opt-lib | |
--without-opt-lib=${opt-dir}/lib | |
--with-make-prog | |
--without-make-prog | |
--srcdir=. | |
--curdir | |
--ruby=/Users/mohya/.rbenv/versions/2.0.0-p247/bin/ruby | |
--with-pkg-config | |
--without-pkg-config | |
--with-override-variables | |
--without-override-variables | |
Gem files will remain installed in /Users/mohya/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/gtksourceview3-2.0.2 for inspection. | |
Results logged to /Users/mohya/.rbenv/versions/2.0.0-p247/lib/ruby/gems/2.0.0/gems/gtksourceview3-2.0.2/ext/gtksourceview3/gem_make.out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment