gIDE Build System
As I mentioned earlier tonight here is my coding related post, since the 14th I haven’t really worked on gIDE until today. I finally got the build system all finished and integrated into the rest of the application. You can now happily define and run the commands needed to build your project. The following images show gIDE building a test project and the other shows the dialog for defining the build commands. I am currently not very happy with the properties dialog but am yet to think of anything better so what I have will have to do for now.
I’m happy to have finally gotten this finished as it was the big feature I wanted done before I would eat my own dog food and use gIDE to develop gIDE. I also took this oppurtunity to port gIDE from vte to vtemm which made the task of the code to set the commands a lot easier than a previous attempt I had made with vte, this does mean however that there is now a dependency in gIDE that is to the best of my knowledge not included in any distrobution. I do not see this as being much of a problem however because the primary audience for gIDE is developer most of whom would know how to build a library from source.
As always the latest changes to gIDE can be found in trunk of the svn repo at http://mlowen.com/svn/gIDE/trunk.

Cool, going to give it a try.
Awesome, I hope it all goes well. If you find any bugs don’t hesitate to file them in at my bug tracker. After getting your comment I had a quick go through the project removing any unneeded dependencies and updating the README to reflect the current state of the project better – which is all in trunk now.