There is a few compile errors with MSVC and GCC when uncommenting the
CustomTime bits from egModel.cpp [line 385, 386 and 424] in the SVN versions.
Code:
/// GCC 4.4.1 output log ///
Horde3D/Source/Horde3DEngine/egModel.cpp: In member function ‘bool ModelNode::updateGeometry()’:
Horde3D/Source/Horde3DEngine/egModel.cpp:385: error: ‘Timer’ was not declared in this scope
Horde3D/Source/Horde3DEngine/egModel.cpp:385: error: ‘timer’ was not declared in this scope
Horde3D/Source/Horde3DEngine/egModel.cpp:385: error: invalid use of incomplete type ‘struct StatManager’
Horde3D/Source/Horde3DEngine/egModules.h:21: error: forward declaration of ‘struct StatManager’
Horde3D/Source/Horde3DEngine/egModel.cpp:385: error: ‘EngineStats’ has not been declared
make[2]: *** [Horde3D/Source/Horde3DEngine/CMakeFiles/Horde3D.dir/egModel.o] Error 1
make[1]: *** [Horde3D/Source/Horde3DEngine/CMakeFiles/Horde3D.dir/all] Error 2
make: *** [all] Error 2