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

[MacRuby-devel] BridgeSupport question

2010-01-09 Thread Carlo Zottmann
Hi list, my name's Carlo Zottmann, I'm from Germany, and currently diving into MacRuby. I've ran into some BridgeSupport troubles which are driving me nuts when trying to access the Keychain, couldn't get it to work, and now here I am. :) I'm running MacRuby 0.5b2 on Snopard. Here's what's happen

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.

[MacRuby-devel] BridgeSupport Question

2009-10-06 Thread Jordan Breeding
I have a question about whether I am seeing a bug in BridgeSupport or not. I am running Mac OS X 10.6.1 and have a custom framework that has some categories for Foundation/Cocoa classes. The following are the problem I noticed when using gen_bridge_metadata: 1) I have to include Cocoa/Coco