New Build System
I have completely changed the SoS build system recently, moving to Autotools, and currently, it doesn’t compile. Pretty much the only problem is that it tries to link to the standard C library, so I need to fix that, but everything else works fine.
I have also started using the GIT version control system, and I’ll have to use git-svn or something to sync it back to the Google Code SVN server.
The directory layout of the source has completely changed too - now pretty much the only thing that is the same as before is the actual source code! But that will need a big revamp though because the new GCC throws heaps of warnings now that you can’t assign a string to a char * - you have to use const char * instead. Not to hard to fix, but it will be fairly tedious because there are so many of those in the code.