[Rubycocoa-devel 625] Re: dyld error when loading rubycocoa.bundle about r1427

Back to archive index

Laurent Sansonetti lsans****@apple*****
Wed Jan 17 00:28:53 JST 2007


Both should be fixed now.

The later was caused because NSMethodSignature doesn't seem to work  
with bit field types on PPC (it does on x86 though). To fix this I  
simply rewrote the encoding parser (in fact we didn't really need  
NSMethodSignature there, as we just wanted to split the method  
encoding into return value and argument encodings).

Laurent

On Jan 16, 2007, at 1:38 PM, Laurent Sansonetti wrote:

> Thanks Eloy. I can reproduce them (the later seems to be ppc
> specific). I am working on fixing them right now.
>
> Laurent
>
> On Jan 16, 2007, at 1:22 PM, Eloy Duran wrote:
>
>> On 1/16/07, Laurent Sansonetti <lsans****@apple*****> wrote:
>>> Oops, I was using a ObjC runtime function that isn't in Tiger :)
>>>
>>> I fixed the SVN.
>>>
>>> どうもすみません!
>>> ロラン
>>
>> I did a test run with the latest svn, the linking problem is solved,
>> but there are other errors left when running the tests..
>>
>> On is in tc_bs.rb:
>>   1) Failure:
>> test_foundation_only(TC_BridgeSupport) [./tc_bs.rb:31]:
>> <"false"> expected but was
>> <"true">
>>
>> The other is in tc_types.rb:
>> 2007-01-16 13:20:08.311 ruby[7205] An uncaught exception was raised
>> 2007-01-16 13:20:08.312 ruby[7205] can't determine size of struct
>> element: b8b4b1b1b18[8S]} (parsing error)
>> 2007-01-16 13:20:08.313 ruby[7205] *** Uncaught exception:
>> <NSInternalInconsistencyException> can't determine size of struct
>> element: b8b4b1b1b18[8S]} (parsing error)
>>
>> Eloy
>> _______________________________________________
>> Rubycocoa-devel mailing list
>> Rubyc****@lists*****
>> http://lists.sourceforge.jp/mailman/listinfo/rubycocoa-devel
>
> _______________________________________________
> Rubycocoa-devel mailing list
> Rubyc****@lists*****
> http://lists.sourceforge.jp/mailman/listinfo/rubycocoa-devel




More information about the Rubycocoa-devel mailing list
Back to archive index