Hi all, I was using Visual Studio 2013 premium to compile the Blender, and I encountered some errors: 1. error C2039: "min": is not member of "std" occurs many times in many files, which includes but not limited to 'GridDensityProvider.h', 'COM_VariableSizeBokehBlurOperation.cpp', 'COM_GaussianBokehBlurOperation.cpp', etc. I know this error can be solved by including header <algorithm>, but I wonder why this would happen? Do I make something wrong? 2. error C2678: binary "<<": Does not find operator accepts left operand of type "ostringstream"(or no acceptable conversion), which happens in file blender\intern\elbeem\intern\particletracer.cpp(236). I don't know how to deal with this problem, is anyone willing to help? 3. error C2556: "int round(double)": Overloaded function and "double round(double)" just have different return type. I don't know how to solve this too.
Please help me! Regards, Xiangyu _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
