[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

RubyCocoa and DarwinPorts Ruby?

John N. Alegre

2/26/2006 8:47:00 PM

Can anyone point me to potential problems with setting up a RubyCocoa
Framework if Ruby has been installed with DarwinPorts and thus resides
in /opt/local?

All comments welcome
john

4 Answers

jeem

2/27/2006 1:46:00 AM

0

The easy way is to install RubyCocoa from DarwinPorts as well. The
port name is rb-cocoa.

Jim

John N. Alegre

2/27/2006 3:54:00 AM

0

Jim,

Your a gem!

The hardest part about DarwinPorts is finding a given package in the port
name list. I guess rb-cocoa is not that far off, compared to some, but
thanks for the pointer.

If I do such does it install all the examples and framework templetes
in /opt/local? .. and does X Code now know where to find them?

Peace
john

jeem@hughesorama.com wrote:

> The easy way is to install RubyCocoa from DarwinPorts as well.  The
> port name is rb-cocoa.
>
> Jim

Jonathan Paisley

2/28/2006 11:33:00 AM

0

On Mon, 27 Feb 2006 12:58:35 +0900, John N. Alegre wrote:

> The hardest part about DarwinPorts is finding a given package in the
> port name list. I guess rb-cocoa is not that far off, compared to some,
> but thanks for the pointer.

There's a file called PortIndex that contains the summaries of all the
ports. You could try grepping this. I found mine in:

/opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports

> > If I do such does it install all the examples and framework templetes in
> /opt/local? .. and does X Code now know where to find them?

I haven't tried the DP ruby cocoa, but I suspect the framework and
examples go in their normal places (/Library/Frameworks and /Developer/..).

Please visit the RubyCocoa mailing list for more info:

http://sourceforge.net/mail/?grou...

Cheers,
Jonathan



jeem

2/28/2006 2:33:00 PM

0

The /Developer stuff will still go to /Developer. XCode seems happy
enough.

Jim