#48: inline functions not available from MacRuby (Foundation.h et cetera) --------------------------------+------------------------------------------- Reporter: apparently@fake.ru | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Resolution: Keywords: | --------------------------------+------------------------------------------- Comment (by apparently@fake.ru): unfortunately this trick doesn't appear to work for the CoreGraphics dylib (CGPointMake, CGRectMake, CGSizeMake - likely everything in CGGeometry.h), generating the dylib blows up with missing CG headers - perhaps because it is in an umbrella framework a slightly different command is needed? also, and perhaps more importantly, while i can use inline functions defined in NSGeometry after regenerating the dylib in macirb, i cannot from my MacRuby applications which result in the same backtrace, even after a full clean. -- Ticket URL: <http://trac.macosforge.org/projects/ruby/ticket/48#comment:3> ruby <http://ruby.macosforge.org/>