Trying a build on the Linux version - got everything to compile, but I'm not seeing any images for some reason. Investigating...
[edit]
Images are loading. I think the resource manager is unloading them before they get a chance to display. I explicitly load the background wallpaper in Init() and half the time it's gone when it comes to the display loop.:
ERROR - Colored surface null: './Resources/Images/background.jpg'
Maybe it's an intialisation issue...
[edit]
Seems likely. Valgrind tells me that the m_TimeUsed field is being tested before it's been initialised
[edit]
Nope, that's not it. Apparently m_ColoredSurface gets used before it's initialised.
I've committed the changes I've made so far to svn, incidentally. Nothing major, just linux compatibility stuff, signed vs. unsigned comparisons, and the stuff I've mentioned here.
[edit]
I've added the SVN revision string to the title bar so we can see the what version was used to build any given version of the software.