Cafu on Ubuntu 11.10 (Oneiric Ocelot)

We just completed a set of minor changes to make the Cafu Engine compile and work on the new Ubuntu 11.10 (Oneiric Ocelot). Ubuntu 11.10 comes with the GCC 4.6.1, and we used the opportunity to streamline the build process as well.

When you compile from source code, you can update to the latest revision as usual with the command
svn update
This takes care of everything automatically, but if you run this in an existing working copy that was checked out before r410, please run the following commands as well:
rm -rf ExtLibs/freealut/build/
rm -rf ExtLibs/mpg123/build/
rm -rf ExtLibs/openal-soft/build/
These commands make sure that stale and now unused files created in earlier builds don't confuse the linker in current builds. After the above commands, just re-run SCons as usual:
scons
and everything should work properly on Ubuntu 11.10 -- and of course on older versions and on other systems as well! :up: