Re: [MacRuby-devel] MacRuby and the UIKit framework for Mac OS X

2011-03-24 Thread B. Ohr
Thanks, it is working now after generating the BridgeSupport file! I changed the gist. Am 24.03.2011 um 13:36 schrieb Eloy Durán: > Just a quick FYI, constants are missing because you need to generate a > BridgeSupport file for the framework that retrieves these names/values from > the headers

Re: [MacRuby-devel] MacRuby and the UIKit framework for Mac OS X

2011-03-24 Thread Eloy Durán
Just a quick FYI, constants are missing because you need to generate a BridgeSupport file for the framework that retrieves these names/values from the headers. See `man gen_bridge_metadata` for more info. On Mar 24, 2011, at 12:09 PM, B. Ohr wrote: > Hi, > > I ported a small demo the UIKit fra

[MacRuby-devel] MacRuby and the UIKit framework for Mac OS X

2011-03-24 Thread B . Ohr
Hi, I ported a small demo the UIKit framework for Mac OS X (http://chameleonproject.org/) to MacRuby. Although the framework is not currently known to be GC-safe it is working for me: https://gist.github.com/884875 I will do further investigations in this topic because I want to learn UIKit