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. I'm doing a build right now, I'll see what it says. /Per Jessen, Zürich -- To unsubscribe, e-mail: opensuse-programming+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-programming+help@opensuse.org