I'm going to make this a new post to make sure its noticed.
I removed VS2010 and kept VS 2012 for obvious reasons, and after running python scons.py, and as note by Anael about ASSIMP issues, I am now posting the results:
LWOAnimation.cpp
c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(159) : error C2039: 'bind1st' : is not a member of 'std'
c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(159) : error C2039: 'greater' : is not a member of 'std'
c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(159) : error C2065: 'greater' : undeclared identifier
c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(159) : error C2062: type 'double' unexpected
c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(159) : error C3861: 'bind1st': identifier not found
c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(177) : error C2065: 'm' : undeclared identifier
c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(178) : error C2065: 'm' : undeclared identifier
c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(181) : error C2065: 'm' : undeclared identifier
c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(189) : error C2065: 'm' : undeclared identifier
c:\users\gaillard lee\downloads\ maratis3.21\3rdparty\assimp\code\lwoanimation.cpp(190) : error C2065: 'm' : undeclared identifier
scons: *** [build\win32_i386\release\3rdparty\assimp\code\LWOAnimation.obj] Error 2
scons: building terminated because of errors.
Im not sure its logical that I should ( or anyone ?) have to revert to a older version of VS just to get this working, as that means Im going backwards in features ( why I'd like to keep 2012 : http://msdn.microsoft.com/en-us/library/bb386063.aspx ) and likely stability of a product and I'm just not willing to do that just yet if I can at all avoid it.
Short of that, I hope Anael can find the issues with Assimp , because at least so far I am having no other errors in compilation of other software.
Thx
Gm