On 08/07/2009 01:02 PM, Per Jessen wrote:
Dave Plater wrote:
Hi, I'm trying to build blender-2.49a for openSUSE Factory but it won't publish until I've cured uninitialized variables. My c++ skills are not that good. Could somebody have a look at http://bugzilla.novell.com/show_bug.cgi?id=525298 which has all the relevant information and give me a few pointers?
Sure: *p, *q.
To answer the question in the Subject line: initialize them.
Jokes aside, I had a brief look at the source code, and unless I'm very mistaken the first two errors have to do with instantiation of btVector3. I think(!) the issue is in the 'tmp' variables - when they are instantiated, the m_floats array is uninitialized.
So if I initialize m_float in btVector3.h where I think it is declared, do you think it will solve at least one of the problems? I uploaded btVector3.h to bnc 525298 Regards Dave P -- To unsubscribe, e-mail: opensuse-programming+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-programming+help@opensuse.org