SGI Releases IDE
johnrpenner writes " SGI has released "Jessie" - an open source development environment for Linux. It provides an advanced IDE (integrated application environment) with comprehensive debugging tools and a highly graphical interface that eliminates the need for employing older command-line tools." However there doesn't seem to be linkage to anything more than a press release.Update: 09/21 11:41 by H : Check SGI's Jessie site for more information.
I'm pretty sure that it's being in Java rules it out of the class of RMS "Free Software" as it requires propritatary software to run. (It may be an open standard, but I don't know of any Free JRE)
I'd also think this violates (at least in spirit, if not in practice) the OSI "Open Source Principles".
It doesn't really matter if it's released under and Open Source licence if it requires closed tools to run.
-- The act of censorship is always worse than whatever is being censored. Always.
You really want to go to this link instead.
--
Hi,
I already posted a feature about this "jessie" (If I'm not mistaken)..
Hetz (Heunique)
But then again, I might be off the edge here.
Wealth is the product of man's capacity to think. -Ayn Rand
A bit of the license opening material (trimmed):
>Funny how the Qt and KDE supporters gloss over this little "problem"
Why do you see the Qt commercial licence as a "problem"?
GPL = no commercial/closed source development
LGPL = anything goes.
The Qt commercial licence offers a middle ground of sorts - if you want it for free, you have to distribute source. If you want to write closed source commercial apps, there is a strong financial incentive not to. This deters the proliferation of $10-40 closed source shareware apps that plague the Windows world. As far as I know, there's nothing to deter people from creating closed source GNOME apps.
IMO, Troll Tech has found a great way to support themselves (through commercial support and licences) while providing the Open Source community with a great toolkit free of charge. If you don't pay, you have to deal with the 'GPL-like' terms of their licence. Where's the problem?
MBA
"Good people drink good beer"
Thanks
Bruce Perens
Bruce Perens.
There are several reasons that we didn't just start with DDD.
retrofitting scalability is just as bad. Ask any debugger folks that have added things like thread support and other SMP constructs.
There were several other reasons that have been lost in the mists of time.
-Dean
Hmm.. It is so damn funny..
I have never seen more complaining in my life.
I just came from the Corel thread, COMPLAIN COMPLAIN COMPLAIN.
SGI Gives away a new IDE.. COMPLAIN COMPLAIN COMPLAIN.
The funny thing is, I don't see people that actually contribute to the compunity complaining.
Dean from SGI seems to be running around answering questions, trying to please you babies.
Just show a bit of grattitude.
I also contains a little bit of static analysis functionality as well. It doesn't, however, have some of the things that people traditionally consider part of a full IDE [emphasis mine] such as GUI builders, etc. Those will come. Instead of waiting until Jessie was stocked with every conceivable piece of functionality, we decided to launch it into the world so that the community could help influence its evolution, rather than depending on marketing feedback for
its direction.
It's in there for several languages (C, C++, Java, and Ada). If you aren't seeing it, please send us the particulars to jessie@sgi.com. That's my code and I am committed to fixing it.
Also, please send us your required AND desired features list. If you would like to help make those features a reality, please check out the How to Contribute section.
-Dean
Kdevelop seems have support for autoconf and automake, and actually generate the correct configure and make.am files for you when you start a project. From what I see, you can then either modify the linked libraries within kdevelop or modify the make.am again within kdevelop. It also generates templates for Xwindows programs using the kde toolkit or qt. Also, it automagically generates help file and documentation for your project. On top of this it seems to have nice built in help files. From what I've seen so far, even as a beta, it's a nice, very slick development environment.