diff -up irrlicht-1.8/include/fast_atof.h.fix-locale-decimal-points irrlicht-1.8/include/fast_atof.h diff -up irrlicht-1.8/source/Irrlicht/Irrlicht.cpp.fix-locale-decimal-points irrlicht-1.8/source/Irrlicht/Irrlicht.cpp --- irrlicht-1.8/source/Irrlicht/Irrlicht.cpp.fix-locale-decimal-points 2012-11-03 18:08:00.000000000 -0400 +++ irrlicht-1.8/source/Irrlicht/Irrlicht.cpp 2012-12-19 15:10:33.242427216 -0500 @@ -116,7 +116,7 @@ namespace irr namespace core { const matrix4 IdentityMatrix(matrix4::EM4CONST_IDENTITY); - irr::core::stringc LOCALE_DECIMAL_POINTS("."); + // irr::core::stringc LOCALE_DECIMAL_POINTS("."); } namespace video diff -up irrlicht-1.8/source/Irrlicht/irrXML.cpp.fix-locale-decimal-points irrlicht-1.8/source/Irrlicht/irrXML.cpp --- irrlicht-1.8/source/Irrlicht/irrXML.cpp.fix-locale-decimal-points 2012-12-19 15:11:36.592488302 -0500 +++ irrlicht-1.8/source/Irrlicht/irrXML.cpp 2012-12-19 15:12:03.084513847 -0500 @@ -10,6 +10,10 @@ namespace irr { +namespace core +{ + irr::core::stringc LOCALE_DECIMAL_POINTS("."); +} namespace io {