Inspired by Brian Carper (programming in general) and Diego Penettó (C/C++), I started configuring a
setup to do some programming on a private project. I decided I'd go for Eclipse, Subversion and
Trac. First time I single handedly abandon my beloved Emacs. Eclipse has got a number of plugins
available. CDT and Subversive seemed like good choices.
Firstly, setting up Trac and Subversion on the server was a breeze using the Gentoo ebuilds. Sources
are easily browsed in the Trac web interface. Howtos and tips and tricks are swiftly edited into Trac
too.
Next, it was time for Eclipse. This time the ebuild was alot more awkward to work with as the tree
seems to be a tad behind. Soon I switched to manual download directly from the eclipse website and
installing it in my own home directory. I was pretty stumped to see my system responding to me
issuing "./eclipse" with... nothing. Allmighty Google allowed me to educate myself enough to
understand that this was a common error when you try to run the 32-bit version on a 64-bit
system. As I am running Gentoo on amd64;
this 64 bit version works alot better.
Now I am having loads of fun rewriting a program I last worked with sometime in 2003. Time flies...
Comments
That's a really nice setup
I like to think so. thanks.