Laurent Sansonetti
lsans****@apple*****
Wed Dec 13 23:24:19 JST 2006
Hi Eloy, On Dec 13, 2006, at 3:11 PM, Eloy Duran wrote: > Nice work going on Laurant! > > With rev 1276 I get these errors during config phase: > > create bridge-support/CoreGraphics.xml ... > ruby tool/gen_bridge_metadata.rb -c "-framework ApplicationServices" > -c -F/System/Library/Frameworks/ApplicationServices.framework/ > Frameworks > -f /System/Library/Frameworks/ApplicationServices.framework/ > Frameworks/CoreGraphics.framework > -e bridge-support-exceptions/CoreGraphics.xml -o > bridge-support/CoreGraphics.xml > bin-0-12169(12758) malloc: *** error for object 0x301d40: incorrect > checksum for freed object - object was probably modified after being > freed, break at szone_error to debug > bin-0-12169(12758) malloc: *** set a breakpoint in szone_error to > debug > bin-0-12169(12758) malloc: *** error for object 0x303810: incorrect > checksum for freed object - object was probably modified after being > freed, break at szone_error to debug > bin-0-12169(12758) malloc: *** set a breakpoint in szone_error to > debug > > But except for some warnings the setup phase completes > successfully.... > Mmh this is weird, I guess that these warnings come from the execution of the generated binary to collect CFType encodings (where we instantiate each CFType in order to get the name of its ObjC bridged class). Do you have the same warnings when generating CoreFoundation.xml? Also, could you `grep cftype framework/bridge-support/ CoreGraphics.xml' and paste me the results? Thanks, Laurent