Since I can not access this link (http://build.affecta.net/job/Source.Python/lastSuccessfulBuild);
The problem happens when I'm compiling with Microsoft Visual C ++ 2010 Express:
1>------ Build started: Project: core, Configuration: Release Win32 ------
1> memory_rtti.cpp
1>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\xlocale(323): warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
1>..\..\..\core\modules\memory\memory_rtti.cpp(273): error C2146: syntax error : missing ';' before identifier '__offset'
1>..\..\..\core\modules\memory\memory_rtti.cpp(273): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>..\..\..\core\modules\memory\memory_rtti.cpp(274): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>..\..\..\core\modules\memory\memory_rtti.cpp(278): warning C4183: '__offset': missing return type; assumed to be a member function returning 'int'
1>..\..\..\core\modules\memory\memory_rtti.cpp(277): error C2061: syntax error : identifier '__PTRDIFF_TYPE__'
1>..\..\..\core\modules\memory\memory_rtti.cpp(400): error C2065: '_s_RTTICompleteObjectLocator' : undeclared identifier
1>..\..\..\core\modules\memory\memory_rtti.cpp(400): error C2065: 'locator' : undeclared identifier
1>..\..\..\core\modules\memory\memory_rtti.cpp(400): error C3861: 'GetCompleteObjectLocator': identifier not found
1>..\..\..\core\modules\memory\memory_rtti.cpp(401): error C2065: 'locator' : undeclared identifier
1>..\..\..\core\modules\memory\memory_rtti.cpp(401): error C2227: left of '->pClassHierarchyDescriptor' must point to class/struct/union/generic type
1> type is ''unknown-type''
1>..\..\..\core\modules\memory\memory_rtti.cpp(401): error C2227: left of '->pBaseClassArray' must point to class/struct/union/generic type
2>------ Skipped Build: Project: ALL_BUILD, Configuration: Release Win32 ------
2>Project not selected to build for this solution configuration
========== Build: 0 succeeded, 1 failed, 2 up-to-date, 1 skipped ==========
Thanks.