Laurent Sansonetti
lsans****@apple*****
Fri Oct 27 23:00:51 JST 2006
Hi Hisa-san, On Oct 17, 2006, at 10:26 AM, Fujimoto Hisa wrote: > On 2006/10/17, at 9:14, Laurent Sansonetti wrote: >>> BTW, I tried to build the apple-unstable branch on the OSX 10.4 >>> (tiger), and it's failed. The current of BridgeSupport depends on >>> the >>> new objective-c runtime API? >>> >>> it needed to fix a bit in "framework/src/objc/BridgeSupport.m" like >>> the following. And then it failed. >>> >>> Index: BridgeSupport.m >>> =================================================================== >>> --- BridgeSupport.m (revision 1138) >>> +++ BridgeSupport.m (working copy) >>> @@ -14,7 +14,7 @@ >>> #import <dlfcn.h> >>> #import <st.h> >>> #import <env.h> >>> -#import <objc/runtime.h> >>> +#import <objc/objc-runtime.h> >>> #import "ocdata_conv.h" >>> #import "ffi.h" >>> #import "RBRuntime.h" // for DLOG >>> >> >> Mmh, I didn't try to compile it with Tiger since some time. But >> BridgeSupport should work in Tiger. I will fix the build ASAP (as the >> developer preview should build on Tiger :)). >> >> How did it fail? Do you have a backtrace or something? > > the issue is in compiling of BridgeSupport.m, not runtime. 1st, objc/ > runtime.h cannot found... > [snip] I just fixed the build, committed in r1180. It should now build on Tiger. Make sure the framework/bridge-support directory is empty (no .xml files) before starting the install.rb config phase. Sorry for the latency :-) Laurent