Skip to content

Instantly share code, notes, and snippets.

@conradwt
Created April 21, 2012 23:22
Show Gist options
  • Save conradwt/2440213 to your computer and use it in GitHub Desktop.
Save conradwt/2440213 to your computer and use it in GitHub Desktop.
Error running 'ant cext'
$ cat /Users/conradwt/.rvm/log/jruby-head/ant.cext.log
[2012-04-21 16:04:44] ant cext
Buildfile: /Users/conradwt/.rvm/src/jruby-head/build.xml
init:
prepare-bin-jruby:
jar:
init:
create-dirs:
copy-resources:
update-constants:
[echo] Updating Constants.java
[echo] ...using git revision = 19e66aa, tzdata = 2011n
[copy] Copying 1 file to /Users/conradwt/.rvm/src/jruby-head/src_gen/org/jruby/runtime
[copy] Copying 1 file to /Users/conradwt/.rvm/src/jruby-head/src_gen/org/jruby/runtime
_uc_internal_:
prepare:
compile-annotation-binder:
compile-jruby:
[apt] Since compiler setting isn't classic or modern, ignoring fork setting.
[apt] Since compiler setting isn't classic or modern, ignoring fork setting.
emma:
instrument:
generate-method-classes:
_gmc_internal_:
generate-unsafe:
_gu_internal_:
compile:
unzip-native-libs:
jar-jruby:
add-emma-jars:
build-jruby-cext-native:
[exec] javah -classpath /Users/conradwt/.rvm/src/jruby-head/cext/src/../..//build/classes/jruby/ -d /Users/conradwt/.rvm/src/jruby-head/cext/src/../..//build org.jruby.cext.JRuby
[exec] javah -classpath /Users/conradwt/.rvm/src/jruby-head/cext/src/../..//build/classes/jruby/ -d /Users/conradwt/.rvm/src/jruby-head/cext/src/../..//build org.jruby.cext.Native
[exec] javah -classpath /Users/conradwt/.rvm/src/jruby-head/cext/src/../..//build/classes/jruby/ -d /Users/conradwt/.rvm/src/jruby-head/cext/src/../..//build org.jruby.cext.GC
[exec] javah -classpath /Users/conradwt/.rvm/src/jruby-head/cext/src/../..//build/classes/jruby/ -d /Users/conradwt/.rvm/src/jruby-head/cext/src/../..//build org.jruby.runtime.ClassIndex
[exec] gcc -DNDEBUG -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -Werror -I"/Users/conradwt/.rvm/src/jruby-head/cext/src/../..//build" -I"/Users/conradwt/.rvm/src/jruby-head/cext/src" -I"/Users/conradwt/.rvm/src/jruby-head/cext/src/../..//build"/jni -I"/Users/conradwt/.rvm/src/jruby-head/cext/src"/include -I"/Users/conradwt/.rvm/src/jruby-head/cext/src"/include/ruby -isysroot -I/usr/include -I/System/Library/Frameworks/JavaVM.framework/Headers -arch i386 -arch x86_64 -D_REENTRANT -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -ggdb -O0 -DTARGET_RT_MAC_CFM=0 -c /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c -o /Users/conradwt/.rvm/src/jruby-head/cext/src/../..//build/st.o
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:5:19: error: stdio.h: No such file or directory
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:6:20: error: stdlib.h: No such file or directory
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:7:20: error: string.h: No such file or directory
[exec] In file included from /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby.h:2,
[exec] from /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:9:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:18:20: error: stdint.h: No such file or directory
[exec] In file included from /usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15,
[exec] from /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:19,
[exec] from /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby.h:2,
[exec] from /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:9:
[exec] /Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15:25: error: no include path in which to search for limits.h
[exec] In file included from /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby.h:2,
[exec] from /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:9:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:20:20: error: assert.h: No such file or directory
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:25:22: error: sys/time.h: No such file or directory
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:28:20: error: unistd.h: No such file or directory
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:29:19: error: fcntl.h: No such file or directory
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:30:19: error: ctype.h: No such file or directory
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:39:31: error: sys/select.h: No such file or directory
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:40:28: error: pthread.h: No such file or directory
[exec] In file included from /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby.h:2,
[exec] from /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:9:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:92: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:94: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘VALUE’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:95: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SIGNED_VALUE’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:145: error: expected specifier-qualifier-list before ‘VALUE’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:161: error: expected specifier-qualifier-list before ‘VALUE’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:163: error: expected specifier-qualifier-list before ‘VALUE’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:168: error: expected specifier-qualifier-list before ‘FILE’
[exec] cc1: warnings being treated as errors
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:242: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:243: error: expected ‘)’ before ‘int’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:324: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:325: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:333: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_str_export’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:338: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_str_export_locale’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:340: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_get_path’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:343: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_get_path_no_checksafe’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:350: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:426: warning: type defaults to ‘int’ in declaration of ‘VALUE’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:426: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:428: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_require’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:430: error: expected ‘)’ before ‘exc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:431: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_rescue’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:432: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_rescue2’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:433: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_ensure’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:434: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_protect’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:436: error: expected declaration specifiers or ‘...’ before ‘VALUE’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:441: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_exc_new’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:442: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_exc_new2’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:443: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_exc_new3’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:444: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_exc_raise’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:447: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:448: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:449: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:450: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:451: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:452: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:453: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:454: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:455: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:456: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:457: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:458: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:460: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:462: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:463: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:464: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_big2str’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:465: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:466: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:468: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_int2inum’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:469: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_uint2inum’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:470: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_ll2inum’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:471: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_ull2inum’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:472: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_int2big’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:473: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_uint2big’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:474: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_Integer’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:477: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_to_int’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:479: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_to_integer’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:483: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:490: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:496: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:502: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:510: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:516: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:523: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:530: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:536: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:543: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:550: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘INT2FIX’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:557: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CHR2FIX’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:564: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘UINT2FIX’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:571: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘LONG2FIX’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:578: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ULONG2FIX’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:587: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘INT2NUM’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:593: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘UINT2NUM’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:599: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘LONG2NUM’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:605: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ULONG2NUM’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:612: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘LL2NUM’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:618: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ULL2NUM’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:625: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘jruby_timet2num’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:635: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_funcall’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:636: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_funcall2’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:637: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘jruby_funcall2b’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:639: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_call_super’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:642: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_class_new’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:644: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_class_inherited’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:646: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_class_new_instance’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:648: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_class_of’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:650: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_class_name’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:652: error: expected ‘)’ before ‘class_handle’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:654: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_path2class’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:655: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_path_to_class’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:657: error: expected ‘)’ before ‘self’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:659: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_singleton_class’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:660: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_class_inherited_p’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:661: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_class_superclass’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:663: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_define_class’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:664: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_define_module’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:665: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_define_class_under’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:666: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_define_module_under’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:668: error: expected ‘)’ before ‘module_handle’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:669: error: expected ‘)’ before ‘const’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:670: error: expected ‘)’ before ‘const’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:671: error: expected ‘)’ before ‘const’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:672: error: expected ‘)’ before ‘const’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:673: error: expected declaration specifiers or ‘...’ before ‘VALUE’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:674: error: expected ‘)’ before ‘object’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:676: error: expected ‘)’ before ‘module’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:679: error: expected declaration specifiers or ‘...’ before ‘*’ token
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:679: warning: type defaults to ‘int’ in declaration of ‘VALUE’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:679: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:679: error: ‘VALUE’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:680: error: expected declaration specifiers or ‘...’ before ‘rb_alloc_func_t’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:683: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:687: error: ‘rb_cv_get’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:689: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:689: error: ‘rb_cvar_defined’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:691: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:691: error: ‘rb_cvar_get’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:693: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:693: error: ‘rb_cvar_set’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:697: error: ‘rb_iv_get’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:699: error: ‘rb_iv_set’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:701: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:701: error: ‘rb_ivar_get’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:703: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:703: error: ‘rb_ivar_set’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:704: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:704: error: ‘rb_ivar_defined’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:707: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:709: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:711: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:711: error: ‘rb_const_get’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:713: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:713: error: ‘rb_const_get_at’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:715: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:715: error: ‘rb_const_get_from’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:717: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:723: error: ‘rb_Array’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:724: error: ‘rb_ary_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:725: error: ‘rb_ary_new2’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:726: error: ‘rb_ary_new3’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:727: error: ‘rb_ary_new4’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:728: error: ‘rb_assoc_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:730: error: ‘rb_ary_push’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:731: error: ‘rb_ary_pop’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:732: error: ‘rb_ary_entry’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:733: error: ‘rb_ary_clear’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:734: error: ‘rb_ary_dup’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:735: error: ‘rb_ary_join’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:736: error: ‘rb_ary_reverse’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:737: error: ‘rb_ary_unshift’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:738: error: ‘rb_ary_shift’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:740: error: ‘rb_ary_includes’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:741: error: ‘rb_ary_delete’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:742: error: ‘rb_ary_delete_at’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:743: error: ‘rb_ary_aref’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:744: error: ‘rb_ary_to_s’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:746: error: ‘rb_ary_freeze’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:747: error: ‘rb_ary_to_ary’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:749: error: ‘rb_each’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:750: error: ‘ifunc’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:750: error: ‘cb’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:750: error: ‘rb_iterate’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:760: error: ‘rb_hash’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:761: error: ‘rb_hash_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:762: error: ‘rb_hash_aref’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:766: error: ‘rb_hash_aset’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:767: error: ‘rb_hash_delete’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:768: error: ‘rb_hash_size’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:773: error: ‘rb_hash_lookup’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:776: error: ‘rb_str_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:777: error: ‘rb_str_new2’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:778: error: ‘rb_str_new4’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:779: error: ‘rb_str_new_cstr’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:780: error: ‘rb_tainted_str_new_cstr’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:781: error: ‘rb_tainted_str_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:782: error: ‘rb_str_buf_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:784: error: ‘rb_str_buf_append’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:785: error: ‘rb_str_buf_cat’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:786: error: ‘rb_str_buf_cat2’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:787: error: ‘rb_obj_as_string’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:788: error: ‘rb_check_string_type’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:789: error: ‘rb_str_dup’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:790: error: ‘rb_str_dup_frozen’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:792: error: ‘rb_str_plus’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:793: error: ‘rb_str_length’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:794: error: ‘rb_str_substr’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:795: error: ‘rb_str_freeze’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:797: error: ‘rb_str_resize’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:798: error: ‘rb_str_cat’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:799: error: ‘rb_str_cat2’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:800: error: ‘rb_str_append’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:801: error: ‘rb_str_concat’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:804: error: ‘rb_str_inspect’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:805: error: ‘rb_str_split’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:806: error: ‘rb_str_intern’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:807: error: ‘rb_str_length’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:815: error: ‘rb_str_freeze’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:817: error: ‘rb_str2inum’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:821: error: ‘rb_str_to_str’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:823: error: ‘rb_String’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:825: error: ‘rb_string_value’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:875: error: expected ‘)’ before ‘sym’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:877: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_to_id’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:880: error: ‘rb_struct_define’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:881: error: ‘rb_struct_aref’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:882: error: ‘rb_struct_aset’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:883: error: ‘rb_struct_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:890: error: ‘rb_data_object_alloc’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:916: error: ‘rb_gv_get’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:918: error: ‘rb_gv_set’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:924: error: ‘rb_f_global_variables’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:926: error: ‘rb_eval_string’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:927: error: ‘rb_obj_instance_eval’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:934: error: ‘rb_f_sprintf’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:937: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:938: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:940: error: ‘rb_convert_type’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:942: error: ‘rb_check_convert_type’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:943: error: ‘rb_check_to_integer’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:944: error: ‘rb_check_array_type’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:945: error: ‘rb_check_string_type’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:951: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_intern’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:952: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_intern2’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:953: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_intern_const’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:955: error: expected ‘)’ before ‘symbol’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:956: error: expected ‘)’ before ‘symbol’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:957: error: expected ‘)’ before ‘symbol’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:976: error: ‘rb_float_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:978: error: ‘rb_Float’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:981: error: ‘jruby_big_sign’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:988: error: ‘rb_yield’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:989: error: ‘rb_yield_splat’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:990: error: ‘rb_yield_values’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:995: error: ‘rb_block_proc’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:997: error: ‘func’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:997: error: ‘rb_proc_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1000: error: ‘rb_obj_freeze’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1004: error: ‘rb_obj_alloc’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1010: error: ‘rb_obj_is_kind_of’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1011: error: ‘rb_obj_is_instance_of’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1014: error: ‘rb_obj_clone’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1017: error: ‘rb_obj_taint’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1018: error: ‘rb_obj_tainted’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1019: error: ‘rb_any_to_s’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1020: error: ‘rb_inspect’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1021: error: ‘rb_obj_as_string’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1023: error: ‘rb_obj_dup’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1024: error: ‘rb_obj_id’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1025: error: ‘rb_equal’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1027: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1027: error: ‘rb_attr_get’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1029: error: ‘rb_exc_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1030: error: ‘rb_exc_new2’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1031: error: ‘rb_exc_new3’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1040: error: ‘rb_io_write’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1041: error: ‘rb_io_close’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1049: error: ‘rb_file_open’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1057: error: ‘rb_range_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1062: error: ‘rb_marshal_dump’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1063: error: ‘rb_marshal_load’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1065: error: ‘rb_reg_nth_match’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1066: error: ‘rb_reg_match’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1067: error: ‘rb_reg_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1068: error: ‘rb_reg_source’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1070: error: ‘rb_reg_regcomp’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1071: error: ‘rb_backref_get’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1077: error: ‘rb_blocking_function_t’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1079: error: ‘rb_thread_blocking_region’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1081: error: expected declaration specifiers or ‘...’ before ‘fd_set’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1081: error: expected declaration specifiers or ‘...’ before ‘fd_set’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1081: error: expected declaration specifiers or ‘...’ before ‘fd_set’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1081: warning: ‘struct timeval’ declared inside parameter list
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1081: warning: its scope is only this definition or declaration, which is probably not what you want
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1085: warning: ‘struct timeval’ declared inside parameter list
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1086: error: ‘rb_thread_wakeup’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1089: error: ‘rb_thread_current’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1095: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1095: error: ‘rb_thread_local_aset’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1096: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1096: error: ‘rb_thread_local_aref’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1097: error: ‘fn’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1097: error: ‘rb_thread_create’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1099: error: expected ‘)’ before ‘sec’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1180: error: ‘ruby_verbose’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1181: error: ‘ruby_debug’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1187: error: ‘rb_errinfo’ declared as function returning a function
[exec] In file included from /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:10:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/st.h:116: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:43: error: ‘strcmp’ undeclared here (not in a function)
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘new_size’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:131: warning: implicit declaration of function ‘rb_raise’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘st_init_table_with_size’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:180: warning: implicit declaration of function ‘malloc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:180: warning: incompatible implicit declaration of built-in function ‘malloc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:185: warning: implicit declaration of function ‘calloc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:185: warning: incompatible implicit declaration of built-in function ‘calloc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘st_clear’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:250: warning: implicit declaration of function ‘free’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘unpack_entries’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:417: warning: implicit declaration of function ‘memcpy’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:417: warning: incompatible implicit declaration of built-in function ‘memcpy’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:421: warning: implicit declaration of function ‘memset’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:421: warning: incompatible implicit declaration of built-in function ‘memset’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘st_insert’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:457: warning: incompatible implicit declaration of built-in function ‘malloc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘st_insert2’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:497: warning: incompatible implicit declaration of built-in function ‘malloc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘st_add_direct’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:526: warning: incompatible implicit declaration of built-in function ‘malloc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘st_copy’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:559: warning: incompatible implicit declaration of built-in function ‘malloc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:566: warning: incompatible implicit declaration of built-in function ‘calloc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:574: warning: incompatible implicit declaration of built-in function ‘memcpy’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘st_delete’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:630: warning: implicit declaration of function ‘memmove’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:630: warning: incompatible implicit declaration of built-in function ‘memmove’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘st_foreach’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:760: warning: incompatible implicit declaration of built-in function ‘memmove’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: At top level:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:1179: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘st_hash_uint32’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:1181: error: ‘i’ undeclared (first use in this function)
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:1181: error: (Each undeclared identifier is reported only once
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:1181: error: for each function it appears in.)
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘strhash’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:1234: warning: implicit declaration of function ‘strlen’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:1234: warning: incompatible implicit declaration of built-in function ‘strlen’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:5:19: error: stdio.h: No such file or directory
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:6:20: error: stdlib.h: No such file or directory
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:7:20: error: string.h: No such file or directory
[exec] In file included from /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby.h:2,
[exec] from /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:9:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:18:20: error: stdint.h: No such file or directory
[exec] In file included from /usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15,
[exec] from /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:19,
[exec] from /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby.h:2,
[exec] from /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:9:
[exec] /Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin11/4.2.1/include/limits.h:15:25: error: no include path in which to search for limits.h
[exec] In file included from /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby.h:2,
[exec] from /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:9:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:20:20: error: assert.h: No such file or directory
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:25:22: error: sys/time.h: No such file or directory
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:28:20: error: unistd.h: No such file or directory
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:29:19: error: fcntl.h: No such file or directory
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:30:19: error: ctype.h: No such file or directory
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:39:31: error: sys/select.h: No such file or directory
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:40:28: error: pthread.h: No such file or directory
[exec] In file included from /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby.h:2,
[exec] from /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:9:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:92: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:94: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘VALUE’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:95: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SIGNED_VALUE’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:145: error: expected specifier-qualifier-list before ‘VALUE’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:161: error: expected specifier-qualifier-list before ‘VALUE’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:163: error: expected specifier-qualifier-list before ‘VALUE’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:168: error: expected specifier-qualifier-list before ‘FILE’
[exec] cc1: warnings being treated as errors
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:242: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:243: error: expected ‘)’ before ‘int’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:324: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:325: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:333: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_str_export’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:338: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_str_export_locale’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:340: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_get_path’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:343: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_get_path_no_checksafe’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:350: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:426: warning: type defaults to ‘int’ in declaration of ‘VALUE’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:426: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:428: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_require’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:430: error: expected ‘)’ before ‘exc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:431: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_rescue’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:432: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_rescue2’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:433: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_ensure’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:434: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_protect’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:436: error: expected declaration specifiers or ‘...’ before ‘VALUE’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:441: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_exc_new’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:442: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_exc_new2’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:443: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_exc_new3’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:444: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_exc_raise’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:447: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:448: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:449: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:450: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:451: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:452: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:453: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:454: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:455: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:456: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:457: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:458: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:460: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:462: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:463: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:464: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_big2str’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:465: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:466: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:468: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_int2inum’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:469: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_uint2inum’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:470: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_ll2inum’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:471: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_ull2inum’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:472: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_int2big’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:473: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_uint2big’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:474: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_Integer’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:477: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_to_int’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:479: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_to_integer’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:483: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:490: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:496: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:502: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:510: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:516: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:523: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:530: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:536: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:543: error: expected ‘)’ before ‘x’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:550: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘INT2FIX’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:557: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CHR2FIX’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:564: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘UINT2FIX’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:571: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘LONG2FIX’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:578: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ULONG2FIX’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:587: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘INT2NUM’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:593: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘UINT2NUM’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:599: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘LONG2NUM’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:605: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ULONG2NUM’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:612: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘LL2NUM’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:618: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ULL2NUM’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:625: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘jruby_timet2num’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:635: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_funcall’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:636: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_funcall2’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:637: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘jruby_funcall2b’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:639: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_call_super’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:642: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_class_new’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:644: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_class_inherited’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:646: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_class_new_instance’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:648: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_class_of’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:650: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_class_name’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:652: error: expected ‘)’ before ‘class_handle’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:654: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_path2class’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:655: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_path_to_class’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:657: error: expected ‘)’ before ‘self’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:659: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_singleton_class’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:660: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_class_inherited_p’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:661: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_class_superclass’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:663: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_define_class’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:664: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_define_module’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:665: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_define_class_under’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:666: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_define_module_under’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:668: error: expected ‘)’ before ‘module_handle’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:669: error: expected ‘)’ before ‘const’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:670: error: expected ‘)’ before ‘const’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:671: error: expected ‘)’ before ‘const’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:672: error: expected ‘)’ before ‘const’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:673: error: expected declaration specifiers or ‘...’ before ‘VALUE’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:674: error: expected ‘)’ before ‘object’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:676: error: expected ‘)’ before ‘module’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:679: error: expected declaration specifiers or ‘...’ before ‘*’ token
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:679: warning: type defaults to ‘int’ in declaration of ‘VALUE’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:679: warning: parameter names (without types) in function declaration
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:679: error: ‘VALUE’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:680: error: expected declaration specifiers or ‘...’ before ‘rb_alloc_func_t’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:683: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:687: error: ‘rb_cv_get’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:689: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:689: error: ‘rb_cvar_defined’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:691: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:691: error: ‘rb_cvar_get’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:693: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:693: error: ‘rb_cvar_set’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:697: error: ‘rb_iv_get’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:699: error: ‘rb_iv_set’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:701: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:701: error: ‘rb_ivar_get’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:703: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:703: error: ‘rb_ivar_set’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:704: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:704: error: ‘rb_ivar_defined’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:707: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:709: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:711: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:711: error: ‘rb_const_get’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:713: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:713: error: ‘rb_const_get_at’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:715: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:715: error: ‘rb_const_get_from’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:717: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:723: error: ‘rb_Array’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:724: error: ‘rb_ary_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:725: error: ‘rb_ary_new2’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:726: error: ‘rb_ary_new3’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:727: error: ‘rb_ary_new4’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:728: error: ‘rb_assoc_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:730: error: ‘rb_ary_push’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:731: error: ‘rb_ary_pop’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:732: error: ‘rb_ary_entry’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:733: error: ‘rb_ary_clear’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:734: error: ‘rb_ary_dup’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:735: error: ‘rb_ary_join’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:736: error: ‘rb_ary_reverse’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:737: error: ‘rb_ary_unshift’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:738: error: ‘rb_ary_shift’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:740: error: ‘rb_ary_includes’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:741: error: ‘rb_ary_delete’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:742: error: ‘rb_ary_delete_at’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:743: error: ‘rb_ary_aref’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:744: error: ‘rb_ary_to_s’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:746: error: ‘rb_ary_freeze’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:747: error: ‘rb_ary_to_ary’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:749: error: ‘rb_each’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:750: error: ‘ifunc’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:750: error: ‘cb’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:750: error: ‘rb_iterate’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:760: error: ‘rb_hash’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:761: error: ‘rb_hash_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:762: error: ‘rb_hash_aref’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:766: error: ‘rb_hash_aset’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:767: error: ‘rb_hash_delete’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:768: error: ‘rb_hash_size’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:773: error: ‘rb_hash_lookup’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:776: error: ‘rb_str_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:777: error: ‘rb_str_new2’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:778: error: ‘rb_str_new4’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:779: error: ‘rb_str_new_cstr’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:780: error: ‘rb_tainted_str_new_cstr’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:781: error: ‘rb_tainted_str_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:782: error: ‘rb_str_buf_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:784: error: ‘rb_str_buf_append’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:785: error: ‘rb_str_buf_cat’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:786: error: ‘rb_str_buf_cat2’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:787: error: ‘rb_obj_as_string’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:788: error: ‘rb_check_string_type’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:789: error: ‘rb_str_dup’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:790: error: ‘rb_str_dup_frozen’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:792: error: ‘rb_str_plus’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:793: error: ‘rb_str_length’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:794: error: ‘rb_str_substr’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:795: error: ‘rb_str_freeze’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:797: error: ‘rb_str_resize’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:798: error: ‘rb_str_cat’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:799: error: ‘rb_str_cat2’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:800: error: ‘rb_str_append’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:801: error: ‘rb_str_concat’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:804: error: ‘rb_str_inspect’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:805: error: ‘rb_str_split’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:806: error: ‘rb_str_intern’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:807: error: ‘rb_str_length’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:815: error: ‘rb_str_freeze’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:817: error: ‘rb_str2inum’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:821: error: ‘rb_str_to_str’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:823: error: ‘rb_String’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:825: error: ‘rb_string_value’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:875: error: expected ‘)’ before ‘sym’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:877: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_to_id’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:880: error: ‘rb_struct_define’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:881: error: ‘rb_struct_aref’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:882: error: ‘rb_struct_aset’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:883: error: ‘rb_struct_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:890: error: ‘rb_data_object_alloc’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:916: error: ‘rb_gv_get’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:918: error: ‘rb_gv_set’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:924: error: ‘rb_f_global_variables’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:926: error: ‘rb_eval_string’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:927: error: ‘rb_obj_instance_eval’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:934: error: ‘rb_f_sprintf’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:937: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:938: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:940: error: ‘rb_convert_type’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:942: error: ‘rb_check_convert_type’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:943: error: ‘rb_check_to_integer’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:944: error: ‘rb_check_array_type’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:945: error: ‘rb_check_string_type’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:951: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_intern’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:952: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_intern2’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:953: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rb_intern_const’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:955: error: expected ‘)’ before ‘symbol’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:956: error: expected ‘)’ before ‘symbol’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:957: error: expected ‘)’ before ‘symbol’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:976: error: ‘rb_float_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:978: error: ‘rb_Float’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:981: error: ‘jruby_big_sign’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:988: error: ‘rb_yield’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:989: error: ‘rb_yield_splat’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:990: error: ‘rb_yield_values’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:995: error: ‘rb_block_proc’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:997: error: ‘func’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:997: error: ‘rb_proc_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1000: error: ‘rb_obj_freeze’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1004: error: ‘rb_obj_alloc’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1010: error: ‘rb_obj_is_kind_of’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1011: error: ‘rb_obj_is_instance_of’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1014: error: ‘rb_obj_clone’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1017: error: ‘rb_obj_taint’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1018: error: ‘rb_obj_tainted’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1019: error: ‘rb_any_to_s’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1020: error: ‘rb_inspect’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1021: error: ‘rb_obj_as_string’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1023: error: ‘rb_obj_dup’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1024: error: ‘rb_obj_id’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1025: error: ‘rb_equal’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1027: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1027: error: ‘rb_attr_get’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1029: error: ‘rb_exc_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1030: error: ‘rb_exc_new2’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1031: error: ‘rb_exc_new3’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1040: error: ‘rb_io_write’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1041: error: ‘rb_io_close’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1049: error: ‘rb_file_open’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1057: error: ‘rb_range_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1062: error: ‘rb_marshal_dump’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1063: error: ‘rb_marshal_load’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1065: error: ‘rb_reg_nth_match’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1066: error: ‘rb_reg_match’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1067: error: ‘rb_reg_new’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1068: error: ‘rb_reg_source’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1070: error: ‘rb_reg_regcomp’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1071: error: ‘rb_backref_get’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1077: error: ‘rb_blocking_function_t’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1079: error: ‘rb_thread_blocking_region’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1081: error: expected declaration specifiers or ‘...’ before ‘fd_set’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1081: error: expected declaration specifiers or ‘...’ before ‘fd_set’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1081: error: expected declaration specifiers or ‘...’ before ‘fd_set’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1081: warning: ‘struct timeval’ declared inside parameter list
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1081: warning: its scope is only this definition or declaration, which is probably not what you want
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1085: warning: ‘struct timeval’ declared inside parameter list
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1086: error: ‘rb_thread_wakeup’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1089: error: ‘rb_thread_current’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1095: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1095: error: ‘rb_thread_local_aset’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1096: error: expected declaration specifiers or ‘...’ before ‘ID’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1096: error: ‘rb_thread_local_aref’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1097: error: ‘fn’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1097: error: ‘rb_thread_create’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1099: error: expected ‘)’ before ‘sec’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1180: error: ‘ruby_verbose’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1181: error: ‘ruby_debug’ declared as function returning a function
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/ruby.h:1187: error: ‘rb_errinfo’ declared as function returning a function
[exec] In file included from /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:10:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/include/ruby/st.h:116: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:43: error: ‘strcmp’ undeclared here (not in a function)
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘new_size’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:131: warning: implicit declaration of function ‘rb_raise’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘st_init_table_with_size’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:180: warning: implicit declaration of function ‘malloc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:180: warning: incompatible implicit declaration of built-in function ‘malloc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:185: warning: implicit declaration of function ‘calloc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:185: warning: incompatible implicit declaration of built-in function ‘calloc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘st_clear’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:250: warning: implicit declaration of function ‘free’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘unpack_entries’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:417: warning: implicit declaration of function ‘memcpy’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:417: warning: incompatible implicit declaration of built-in function ‘memcpy’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:421: warning: implicit declaration of function ‘memset’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:421: warning: incompatible implicit declaration of built-in function ‘memset’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘st_insert’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:457: warning: incompatible implicit declaration of built-in function ‘malloc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘st_insert2’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:497: warning: incompatible implicit declaration of built-in function ‘malloc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘st_add_direct’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:526: warning: incompatible implicit declaration of built-in function ‘malloc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘st_copy’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:559: warning: incompatible implicit declaration of built-in function ‘malloc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:566: warning: incompatible implicit declaration of built-in function ‘calloc’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:574: warning: incompatible implicit declaration of built-in function ‘memcpy’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘st_delete’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:630: warning: implicit declaration of function ‘memmove’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:630: warning: incompatible implicit declaration of built-in function ‘memmove’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘st_foreach’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:760: warning: incompatible implicit declaration of built-in function ‘memmove’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: At top level:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:1179: error: expected declaration specifiers or ‘...’ before ‘uint32_t’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘st_hash_uint32’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:1181: error: ‘i’ undeclared (first use in this function)
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:1181: error: (Each undeclared identifier is reported only once
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:1181: error: for each function it appears in.)
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c: In function ‘strhash’:
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:1234: warning: implicit declaration of function ‘strlen’
[exec] /Users/conradwt/.rvm/src/jruby-head/cext/src/st.c:1234: warning: incompatible implicit declaration of built-in function ‘strlen’
[exec] lipo: can't figure out the architecture type of: /var/folders/r7/2szvgw615tl507ndcnb89x6w0000gn/T//ccd5fWil.out
[exec] make[1]: *** [/Users/conradwt/.rvm/src/jruby-head/cext/src/../..//build/st.o] Error 1
[exec] make: *** [all] Error 2
BUILD FAILED
/Users/conradwt/.rvm/src/jruby-head/build.xml:1682: exec returned: 2
Total time: 8 seconds
$ os
Mac OS 10.7.3
$ java -version
java version "1.7.0_04"
Java(TM) SE Runtime Environment (build 1.7.0_04-b21)
Java HotSpot(TM) 64-Bit Server VM (build 23.0-b21, mixed mode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment