9 Aug
2009
9 Aug
'09
09:52
On 08/08/2009 04:56 PM, Per Jessen wrote:
Dave Plater wrote:
Thanks Philipp, I will try that but it seems Per's solution works on the stable blender-2.49, it's completed building with only the last unitialized variable left to sort out :- W: blender uninitialized-variable extern/bullet2/src/LinearMath/btAlignedObjectArray.h:224
This is a wild guess: in line 224, try this:
new ( &m_data[size()] ) T(_Val);
/Per Jessen, Zürich
Hi Per, no it doesn't work. I've attached the details of the last remaining uninitialized variable (I'm using the release version), I will appreciate any input and meanwhile I'll keep trying myself. Thanks Dave P