From: <ki...@us...> - 2013-10-26 15:40:56
|
Revision: 2456 http://sourceforge.net/p/rubycocoa/svn/2456 Author: kimuraw Date: 2013-10-26 15:40:52 +0000 (Sat, 26 Oct 2013) Log Message: ----------- Fix compile error with ruby-2.0 [WIP] this change is WIP. config and setup works, but not work. - fix importing header file, such as <ruby/ruby.h> - fix renamed symbols: - rb_frame_last_func -> rb_frame_this_func - ruby_errinfo -> rb_errinfo - is_ruby_native_thread -> ruby_native_thread_p - use alternate values for missing symbols: - rb_load_path, rb_thread_critical Modified Paths: -------------- trunk/src/ChangeLog trunk/src/framework/src/objc/BridgeSupport.m trunk/src/framework/src/objc/OverrideMixin.m trunk/src/framework/src/objc/RBObject.m trunk/src/framework/src/objc/RBRuntime.m trunk/src/framework/src/objc/RBThreadSwitcher.m trunk/src/framework/src/objc/libffi.m trunk/src/framework/src/objc/mdl_bundle_support.m trunk/src/framework/src/objc/ocdata_conv.m This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |