#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 ----------------------------------------+----------------------------------- Comment(by martinlagardette@…): Not linking against QTKit solved the problem. That means there is a problem with how BridgeSupport files are loaded. Linking against the Frameworks make Obj-C load the framework before MacRuby does, hence omitting the BridgeSupport files we need. This should change, and as a note: "it's in objc.m and bridgesupport.cpp" -- Ticket URL: <http://www.macruby.org/trac/ticket/669#comment:1> MacRuby <http://macruby.org/>