[Rubycocoa-devel 1175] Please retry installation

Back to archive index

Yvon Thoraval yvon.****@gmail*****
Sat Sep 15 21:18:40 JST 2007


since last update of dev tools, i don't see anymore RubyCocoa
Application in XCode :

File > New Project ... > Assistant > Application

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 ???
 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???

-- 
yvon
-------------- next part --------------
An HTML attachment was scrubbed...
Télécharger 


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