[Rubycocoa-devel 1176] Re: Please retry installation

Back to archive index

Laurent Sansonetti laure****@gmail*****
Sat Sep 15 21:45:48 JST 2007


On 9/15/07, Yvon Thoraval <yvon.****@gmail*****> wrote:
> since last update of dev tools, i don't see anymore RubyCocoa
> Application in XCode :
>
> File > New Project ... > Assistant > Application

This is unexpected, did you install a new version f Xcode on your
system in the meantime?

You're the first to report this, so I suspect the problem is in your system.

> i've tried to re-install RubyCocoa using
> "RubyCocoa-0.12.0-OSX10.4universal.dmg" on my iMac G5 (ppc)
> BUT, this
> ends up with :
>
> please retry installation (errors occured during installation).
>
> did someone else get this kind of prob ???

This is fixed in SVN.

>   apart from that point, could this kind of prob explain why a code as
> simple as :
>
>
>   def addForbidden( notification )
>     oPanel = NSOpenPanel.openPanel
>     oPanel.setAllowsMultipleSelection( true )
>     oPanel.setCanChooseDirectories( true )
>     oPanel.setCanChooseFiles( true )
>
>     puts "OK HERE!"
>
>     #buttonClicked = oPanel.runModal
>     buttonClicked = oPanel.runModalForDirectory_file_types(
> "/Volumes", nil, nil )
>
>      puts "buttonClicked"
>
>     if buttonClicked == NSOKButton
>
>
>
> fails opening gdb showing an error in NSAutoreleasePool???

Please attach at least the back trace, or better, a reproducing sample.

Laurent




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