Skip to content

Instantly share code, notes, and snippets.

@atoulme
Created May 14, 2010 22:05
Show Gist options
  • Save atoulme/401735 to your computer and use it in GitHub Desktop.
Save atoulme/401735 to your computer and use it in GitHub Desktop.
---> lib
<--- lib
---> ext
/usr/local/rubinius/1.0.0/bin/rbx "/Users/antoine/w/git/rjb/ext/extconf.rb"
checking for jni.h... yes
checking for dl.h... yes
checking for locale_charset() in iconv.h... no
checking for nl_langinfo() in langinfo.h... yes
checking for setlocale() in locale.h... yes
checking for getenv()... yes
creating extconf.h
creating Makefile
---> ext/conftest.dSYM
---> ext/conftest.dSYM/Contents
---> ext/conftest.dSYM/Contents/Resources
---> ext/conftest.dSYM/Contents/Resources/DWARF
<--- ext/conftest.dSYM/Contents/Resources/DWARF
<--- ext/conftest.dSYM/Contents/Resources
<--- ext/conftest.dSYM/Contents
<--- ext/conftest.dSYM
<--- ext
---> data
---> data/rjb
---> data/rjb/jp
---> data/rjb/jp/co
---> data/rjb/jp/co/infoseek
---> data/rjb/jp/co/infoseek/hp
---> data/rjb/jp/co/infoseek/hp/arton
---> data/rjb/jp/co/infoseek/hp/arton/rjb
<--- data/rjb/jp/co/infoseek/hp/arton/rjb
<--- data/rjb/jp/co/infoseek/hp/arton
<--- data/rjb/jp/co/infoseek/hp
<--- data/rjb/jp/co/infoseek
<--- data/rjb/jp/co
<--- data/rjb/jp
<--- data/rjb
<--- data
---> lib
<--- lib
---> ext
make
gcc -I. -I. -I/usr/local/rubinius/1.0.0/include -I/Users/antoine/w/git/rjb/ext -I"/System/Library/Frameworks/JavaVM.framework/Home/include" -DRUBY_EXTCONF_H=\"extconf.h\" -ggdb3 -O2 -fPIC -I"/System/Library/Frameworks/JavaVM.framework/Home/include" -c load.c
gcc -I. -I. -I/usr/local/rubinius/1.0.0/include -I/Users/antoine/w/git/rjb/ext -I"/System/Library/Frameworks/JavaVM.framework/Home/include" -DRUBY_EXTCONF_H=\"extconf.h\" -ggdb3 -O2 -fPIC -I"/System/Library/Frameworks/JavaVM.framework/Home/include" -c riconv.c
gcc -I. -I. -I/usr/local/rubinius/1.0.0/include -I/Users/antoine/w/git/rjb/ext -I"/System/Library/Frameworks/JavaVM.framework/Home/include" -DRUBY_EXTCONF_H=\"extconf.h\" -ggdb3 -O2 -fPIC -I"/System/Library/Frameworks/JavaVM.framework/Home/include" -c rjb.c
rjb.c: In function ‘rv2jstring’:
rjb.c:680: error: invalid type argument of ‘->’
rjb.c:680: error: invalid type argument of ‘->’
rjb.c:716: error: invalid type argument of ‘->’
rjb.c:716: error: invalid type argument of ‘->’
rjb.c: In function ‘rv2jobject’:
rjb.c:770: error: invalid type argument of ‘->’
rjb.c:770: error: invalid type argument of ‘->’
rjb.c:777: error: invalid type argument of ‘->’
rjb.c:783: error: invalid type argument of ‘->’
rjb.c: In function ‘load_constants’:
rjb.c:1599: error: invalid type argument of ‘->’
rjb.c:1606: error: invalid type argument of ‘->’
rjb.c: In function ‘rjb_s_load’:
rjb.c:1738: error: invalid type argument of ‘->’
rjb.c:1739: error: invalid type argument of ‘->’
rjb.c: In function ‘rjb_s_unload’:
rjb.c:1783: error: called object ‘1’ is not a function
rjb.c: In function ‘check_rtype’:
rjb.c:2031: error: invalid type argument of ‘->’
rjb.c:2031: error: invalid type argument of ‘->’
rjb.c: In function ‘register_class’:
rjb.c:2296: error: called object ‘1’ is not a function
rjb.c: In function ‘rjb_missing’:
rjb.c:2799: error: invalid type argument of ‘->’
make: *** [rjb.o] Error 1
An exception occurred running setup.rb
'system make ' failed (RuntimeError)
Backtrace:
FileOperations(Installer)#command at /Users/antoine/w/git/rjb/setup.rb:535
FileOperations(Installer)#make at /Users/antoine/w/git/rjb/setup.rb:543
Installer#setup_dir_ext at /Users/antoine/w/git/rjb/setup.rb:1156
Installer#traverse {} at /Users/antoine/w/git/rjb/setup.rb:1321
Installer#dive_into at /Users/antoine/w/git/rjb/setup.rb:1338
Installer#traverse at /Users/antoine/w/git/rjb/setup.rb:1319
Installer#exec_task_traverse {} at /Users/antoine/w/git/rjb/setup.rb:1313
Array#each at kernel/bootstrap/array.rb:158
Installer#exec_task_traverse at /Users/antoine/w/git/rjb/setup.rb:1308
Installer#exec_setup at /Users/antoine/w/git/rjb/setup.rb:1123
ToplevelInstaller#exec_setup at /Users/antoine/w/git/rjb/setup.rb:883
ToplevelInstaller#invoke at /Users/antoine/w/git/rjb/setup.rb:704
ToplevelInstaller.invoke at /Users/antoine/w/git/rjb/setup.rb:674
main.__script__ at /Users/antoine/w/git/rjb/setup.rb:1352
Rubinius::CodeLoader#load_script at kernel/delta/codeloader.rb:65
Rubinius::CodeLoader.load_script at kernel/delta/codeloader.rb:88
Rubinius::Loader#script at kernel/loader.rb:435
Rubinius::Loader#main at kernel/loader.rb:526
Rubinius::Loader.main at kernel/loader.rb:552
Object#__script__ at kernel/loader.rb:564
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment