From: Gregory C. <gr...@in...> - 2011-08-09 16:17:50
|
My guess is that there'll be a new version of the framework that'll need to be embedded in the application bundle for distribution. Greg On Aug 8, 2011, at 11:50 PM, Duncan McGregor wrote: > Can you tell me - does the fix need any compilation - or is it just a > Ruby change? > > Thanks > > Duncan > > On 8 August 2011 22:16, Duncan McGregor <du...@on...> wrote: >> Cool, thanks very much >> >> Duncan >> >> On 8 August 2011 07:34, kimura wataru <kimuraw@i.nifty.jp> wrote: >>> Hi, >>> >>> Thanks for your reportings. >>> I've fixed this probrem at trunk r2307. >>> >>> http://rubycocoa.svn.sourceforge.net/viewvc/rubycocoa/trunk/src/framework/src/objc/BridgeSupport.m?r1=2307&r2=2305&pathrev=2307 >>> >>> I'm working for fix other problems on Lion, >>> and I'll release the new version of RubyCocoa in this month. >>> >>> >>> On Mon, 1 Aug 2011 12:26:49 -0700, Duncan McGregor wrote: >>>> Lion seems to have fundamentally broken RubyCocoa marshalling of >>>> binary data for me - viz : >>>> >>>> DESCRIPTION OF PROBLEM >>>> >>>> On Lion I cannot create NSData objects from RubyCocoa if any of the >>>> bytes have their top bit set. >>>> >>>> STEPS TO REPRODUCE >>>> >>>> The following code runs fine on 10.5 and 10.6, but segfaults in Lion >>>> (you can just paste it into an irb prompt). >>>> >>>> require 'osx/cocoa' >>>> include OSX >>>> byte = 128 >>>> bytes = [byte].pack('i_1') >>>> NSData.dataWithBytes_length(bytes, bytes.length) >>>> >>> >>> -- >>> kimura wataru >>> >>> ------------------------------------------------------------------------------ >>> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >>> The must-attend event for mobile developers. Connect with experts. >>> Get tools for creating Super Apps. See the latest technologies. >>> Sessions, hands-on labs, demos & much more. Register early & save! >>> http://p.sf.net/sfu/rim-blackberry-1 >>> _______________________________________________ >>> Rubycocoa-talk mailing list >>> Rub...@li... >>> https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk >>> >> > > ------------------------------------------------------------------------------ > uberSVN's rich system and user administration capabilities and model > configuration take the hassle out of deploying and managing Subversion and > the tools developers use with it. Learn more about uberSVN and get a free > download at: http://p.sf.net/sfu/wandisco-dev2dev > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk |