[Rubycocoa-devel 1427] Re: release next version (1.0.1)

Zurück zum Archiv-Index

Nava Carmon ncarm****@mac*****
Mon Oct 19 17:29:37 JST 2009


Thank you Kimura very much for answering. I could build a version,  
that builds on Snow Leopard, and your answer helps to build the  
framework in the way it will link smoothly with Leopard. I was really  
glad to see, that there is an official release, I will replace our  
version with the release (hopefully this time without issues :))

The problem with the copy was, that the library i built had also  
x86_64 part. Xcode couldn't strip debug information from that and was  
complaining on the malformed object. After I removed the x86_64  
architecture from the config, it could copy the framework into the  
bundle in Leopard.

Also, I would recommend you to push this release to the next update of  
Snow Leopard. I believe this will help lots RubyCocoa developers,  
since they need now maintain 2 versions like in our case, so this  
release just came in time...

Thank you again,

Nava

On Oct 17, 2009, at 5:00 AM, rubyc****@lists***** 
  wrote:

> Send Rubycocoa-devel mailing list submissions to
> 	rubyc****@lists*****
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.sourceforge.jp/mailman/listinfo/rubycocoa-devel
> or, via email, send a message with subject or body 'help' to
> 	rubyc****@lists*****
>
> You can reach the person managing the list at
> 	rubyc****@lists*****
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Rubycocoa-devel digest..."
>
>
> Today's Topics:
>
>   1. [Rubycocoa-devel 1425] Re: release next version (1.0.1)
>      (kimura wataru)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 16 Oct 2009 23:08:04 +0900
> From: kimura wataru <kimur****@i*****>
> Subject: [Rubycocoa-devel 1425] Re: release next version (1.0.1)
> To: rubyc****@lists*****
> Message-ID: <20091****@i*****>
> Content-Type: text/plain; charset=us-ascii
>
> Hi Nava, Thanks for your reporting.
>
> On Tue, 13 Oct 2009 21:42:19 +0200, Nava Carmon wrote:
>> Hello,
>>
>
>> 6. Headers alias in Headers folder of framework is broken.
>
> This alias (Headers/Headers) is wrong. I modified build script
> of RubyCocoa not to make this alias.
>
>>
>> So my questions are:
>> 1. How do I config the Xcode project of my RubyCocoa application to
>> build the version for both Leopard & Snow Leopard?
>
> build for Leopard with 10.5 SDK and 32-bit (ppc and i386, not x86_64).
> we can build RubyCocoa for 10.5 like this,
>
>  % ruby install.rb config \
>         --macosx-deployment-target=10.5 \
>         --sdkroot=/Developer/SDKs/MacOSX10.5.sdk \
>         --target-archs="ppc i386"
>  % ruby install.rb setup
>
>> 2. Which system should i build on? Leopard or Snow Leopard?
>
> If you can, Leopard. I believe both systems give us same results,
> but we do not have enough cases.
>
>> 3. How do i build the rubycocoa framework in the way i can add it to
>> the Copy Files stage in Xcode target?
>>
>
> I cannot reproduce this problem. Please show me the copy error  
> messages.
>
> -- 
> kimura wataru
>
>
>
> ------------------------------
>
> _______________________________________________
> Rubycocoa-devel mailing list
> Rubyc****@lists*****
> http://lists.sourceforge.jp/mailman/listinfo/rubycocoa-devel
>
>
> End of Rubycocoa-devel Digest, Vol 58, Issue 6
> **********************************************




More information about the Rubycocoa-devel mailing list
Zurück zum Archiv-Index