From: Alistair H. <ali...@gm...> - 2007-11-17 22:57:31
|
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... |
From: Rod S. <rsc...@xm...> - 2007-11-17 23:16:15
|
On Nov 17, 2007, at 3:57 PM, Alistair Holt 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! Does your app that you built with standaloneify in Leopard, work in Tiger? I have not been able to get something to build in Leopard and run in Tiger. Rod Schmidt infiniteNIL Software |
From: <elo...@gm...> - 2007-11-18 12:14:27
|
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... > |
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... |
From: Eloy D. <elo...@gm...> - 2007-11-18 12:40:13
|
Ah ok. Actually, yes that's the way you would use it. But it might be more convient to add it to your PATH or create an alias which points to that script. Eloy On 18 nov 2007, at 13:33, Alistair Holt wrote: > @ 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... > ------------------------------------------------------------------------- > 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 |