From: Alistair H. <ali...@gm...> - 2007-11-18 12:33:29
|
@ Rod - I've not tried using anything I've produced in Leopard back in Tiger but to be honest I'm thinking I may not support Tiger anyway. @ Eloy - I'm still pretty fresh into RubyCocoa so I'm really learning as I go along. Would you issue a command such as 'ruby /System/Library/Frameworks/RubyCocoa.framework/Versions/A/Tools/standaloneify.rb MyNewApp.app MyOldApp.app' ? I'm guessing there is a nicer way of doing this? Cheers On 18/11/2007, elo...@gm... <elo...@gm...> wrote: > > Hi Alistair, > > Could you please explain what specifically is your problem with > running the the standaloneify that's included with the framework? > > Because it would be much better to use that one since it includes > several enhancements/fixes which I don't think are backported to the > original script. > > Cheers, > Eloy > > On 11/17/07, Alistair Holt <ali...@gm...> wrote: > > Hello all! > > I've just been playing with standaloneify.rb in Leopard and thought I'd > > document my findings for reference. > > > > I'm not sure how one goes about using the standaloneify.rb which is > included > > in Leopard > > > (/System/Library/Frameworks/RubyCocoa.framework/Versions/A/Tools/standaloneify.rb > > ) so I instead downloaded the .rb from > > http://www.jpaisley.com/software/ruby/ . If anyone knows how to do it > > properly please let me know! > > > > > > I then encountered a problem with the .rb I had downloaded in that it > was > > looking for frameworks in '/Library/Frameworks'.. now I'm not sure about > > other Leopard installations but in mine this folder was empty so I had > to > > drop into the Terminal, delete 'Library/Frameworks' and create a > symbolic > > link between '/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/' > and > > '/Library/Frameworks'. > > > > After that it worked great! > > > > -- > > Alistair Holt > > ali...@gm... > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Rubycocoa-talk mailing list > Rub...@li... > https://lists.sourceforge.net/lists/listinfo/rubycocoa-talk > -- Alistair Holt ali...@gm... |