Re: [MacRuby-devel] BridgeSupport question

2010-01-11 Thread Carlo Zottmann
2010/1/11 Matt Aimonetti : > That seems to be a bridgesupport bug to me :( I also encountered some issues > and I think someone is looking into it. Ah, crud. Well, thanks for looking into it. At least I can be fairly sure I didn't screw up somehow. ;) C. -- Carlo Zottmann Munich, Germany. --

Re: [MacRuby-devel] BridgeSupport question

2010-01-10 Thread Matt Aimonetti
That seems to be a bridgesupport bug to me :( I also encountered some issues and I think someone is looking into it. - Matt On Sat, Jan 9, 2010 at 3:50 AM, Carlo Zottmann wrote: > Hi list, > > my name's Carlo Zottmann, I'm from Germany, and currently diving into > MacRuby. I've ran into some Br

Re: [MacRuby-devel] BridgeSupport Question

2009-10-06 Thread Jordan Breeding
Thanks, that clears up a few things. Jordan On Oct 06, 2009, at 16:05, Laurent Sansonetti wrote: Hi Jordan, I don't know for 1), but you should probably pass -c "-framework Cocoa". For 2) it's totally expected, the file only contains non- introspectable APIs. It lists -jbb_isEmpty becaus

Re: [MacRuby-devel] BridgeSupport Question

2009-10-06 Thread Laurent Sansonetti
Hi Jordan, I don't know for 1), but you should probably pass -c "-framework Cocoa". For 2) it's totally expected, the file only contains non- introspectable APIs. It lists -jbb_isEmpty because the method returns BOOL which needs to be annotated because it shares the same runtime encoding as

Re: [MacRuby-devel] BridgeSupport Question

2009-10-06 Thread Jordan Breeding
So does it sound like a legitimate problem? I just didn't want to take up my time and developer time at Apple if I was just doing something stupid. I ran it like this: "gen_bridge_metadata -f ./JBBAdditions.framework - F final --64-bit -o ./JBBAdditions.framework/Resources/BridgeSupport/ JB

Re: [MacRuby-devel] BridgeSupport Question

2009-10-06 Thread Laurent Sansonetti
Hi Jordan, You should submit BridgeSupport problems to: http://bugreporter.apple.com/ The developer will deal with them there. Laurent On Oct 6, 2009, at 1:43 PM, Jordan Breeding wrote: I have a question about whether I am seeing a bug in BridgeSupport or not. I am running Mac OS X 10.6.