#669: Unable to find QTKit constant within a MacRuby app ----------------------------------------+----------------------------------- Reporter: martinlagarde...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: qtkit ----------------------------------------+----------------------------------- MacRuby seems unable to find a constant included in the QTKit framework when called from within a MacRuby app. On the command line, everything is fine: {{{ $> macruby -e "framework 'QTKit'; p QTIncludeCommonTypes" 0 $> macruby -e "framework 'Cocoa'; framework 'QTKit'; p QTIncludeCommonTypes" 0 }}}
Attached is a simple MacRuby app. Freshly created, I just linked the QTKit framework, added `framework "QTKit"` and tried to print `QTIncludeCommonTypes`. -- Ticket URL: <http://www.macruby.org/trac/ticket/669> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel