[webstack-discuss] ruby-debug-ide on OpenSolaris 2008.05

2008-06-03 Thread Brian Leonard
Well, if it makes you feel better, you need it on the Mac as well :-). /Brian David Van Couvering wrote: > I don't know the background, but from a naive perspective it sure > seems to me you shouldn't have to have cc on your system to be able to > debug Ruby on OpenSolaris. > > David > > On Mon

[webstack-discuss] ruby-debug-ide on OpenSolaris 2008.05

2008-06-02 Thread David Van Couvering
Thanks, all, for your responses. I agree, IPS makes all this much smoother. Hunt-and-peck installation of stuff was what turned me off of Linux years ago. Glad to see Solaris/IPS is solving that bugaboo. David On Mon, Jun 2, 2008 at 11:33 PM, Brian Leonard wrote: > Well, if it makes you feel

[webstack-discuss] ruby-debug-ide on OpenSolaris 2008.05

2008-06-02 Thread Prashant Srinivasan
David Van Couvering wrote: > I don't know the background, but from a naive perspective it sure > seems to me you shouldn't have to have cc on your system to be able to > debug Ruby on OpenSolaris. Hi David, This is not a OpenSolaris requirement. Gems that have C code in them are bundled in so

[webstack-discuss] ruby-debug-ide on OpenSolaris 2008.05

2008-06-02 Thread Matt Ingenthron
Jyri Virkki wrote: > > IIRC with the latest fixes gcc is a dependency, so installing gem > should silently ensure gcc is there so everything should just work > (it's not the bad old pre-IPS days anymore, where a missing dependency > meant you had to go hunting on the web to try to manually find and

[webstack-discuss] ruby-debug-ide on OpenSolaris 2008.05

2008-06-02 Thread Jyri Virkki
Matt Ingenthron wrote: > > This is a good point. The challenge we've had so far is whether or not > the gems should be there already. That's not really the ruby way. > Therefore, the debugger doesn't come with the distro. The same is true > of things like rails and mongrel. IIRC with the la

[webstack-discuss] ruby-debug-ide on OpenSolaris 2008.05

2008-06-02 Thread Matt Ingenthron
For Brian's problem, Prashant addressed this recently in his blog: http://blogs.sun.com/prashant/entry/dtrace_support1 Most of the fixes are in build 89, with one little fix to come about in build 90. Those who need a workaround for running on earlier builds (like Brian) can grab it from the bl

[webstack-discuss] ruby-debug-ide on OpenSolaris 2008.05

2008-06-02 Thread David Van Couvering
I don't know the background, but from a naive perspective it sure seems to me you shouldn't have to have cc on your system to be able to debug Ruby on OpenSolaris. David On Mon, Jun 2, 2008 at 4:55 PM, Brian Leonard wrote: > Has anyone successfully installed the ruby-debug-ide gem on OpenSolar