I imagine this is an easy solution, but I can't seem to figure it out. I'm building 2.8.1 under VS2013 Pro and it won't build MiniCL because it sees the static float fMax / fMin as a redefinition of what's in math.h. (Error = redefinition; different linkage). Any thoughts?
Also, had these errors with HACD:
Code: Select all
3>e:\sheridan\builds\bullet\bullet-2.81-rev2613\bullet-2.81-rev2613\src\bulletmultithreaded\gpusoftbodysolvers\opencl\minicl\../OpenCLC10/UpdateNormals.cl(102): warning C4018: '<' : signed/unsigned mismatch
2>E:\sheridan\builds\bullet\bullet-2.81-rev2613\bullet-2.81-rev2613\Extras\HACD\hacdICHull.cpp(930): error C2039: 'max' : is not a member of 'std'
2>E:\sheridan\builds\bullet\bullet-2.81-rev2613\bullet-2.81-rev2613\Extras\HACD\hacdICHull.cpp(930): error C2065: 'max' : undeclared identifier
2>E:\sheridan\builds\bullet\bullet-2.81-rev2613\bullet-2.81-rev2613\Extras\HACD\hacdICHull.cpp(930): error C2062: type 'double' unexpected