[MacRuby-devel] [MacRuby] #669: Unable to find QTKit constant within a MacRuby app

MacRuby ruby-noreply at macosforge.org
Thu Apr 29 18:50:53 PDT 2010


#669: Unable to find QTKit constant within a MacRuby app
----------------------------------------+-----------------------------------
 Reporter:  martinlagardette@…          |       Owner:  lsansonetti@…        
     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/>



More information about the MacRuby-devel mailing list