Probleme beim Kompilieren von Blender rev. 30875 auf Ubuntu

Informationen und Hilfestellung zu experimentellen Blenderversionen.

Probleme beim Kompilieren von Blender rev. 30875 auf Ubuntu

Beitragvon Cr4yZZ am 29.07.2010, 15:29

Hi zusammen,

hab da ein Problem mit dem Kompilieren von Blender rev.30875 auf Linux Ubuntu 10.04.
Hab eigentlich das komplette Tutorial im Blender Handbuch durchgearbeitet und auch alle Abhängigkeiten installiert usw.
Als ich dann anfing zu kompilieren, wurde ich andauernd mit Warnungen überhäuft, bis SCons den Prozess mit error1 beendet hat, wegen Fehlern.

Auch wenns sehr viel ist, hab ich euch mal den Teil des Kompilierungsvorganges, der in der Console noch war, mal rauskopiert.

Code: Alles auswählen
:m_floats[2]’ may be used uninitialized in this function
extern/bullet2/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp:512: warning: ‘b1Axis3.btVector3::m_floats[1]’ may be used uninitialized in this function
extern/bullet2/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp:512: warning: ‘b1Axis3.btVector3::m_floats[0]’ may be used uninitialized in this function
Compiling ==> 'btTypedConstraint.cpp'
Compiling ==> 'btDiscreteDynamicsWorld.cpp'
extern/bullet2/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp: In constructor ‘btClosestNotMeConvexResultCallback::btClosestNotMeConvexResultCallback(btCollisionObject*, const btVector3&, const btVector3&, btOverlappingPairCache*, btDispatcher*)’:
extern/bullet2/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:753: warning: ‘btClosestNotMeConvexResultCallback::m_allowedPenetration’ will be initialized after
extern/bullet2/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:752: warning:   ‘btCollisionObject* btClosestNotMeConvexResultCallback::m_me’
extern/bullet2/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:759: warning:   when initialized here
extern/bullet2/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp: In member function ‘virtual void btDiscreteDynamicsWorld::integrateTransforms(btScalar)’:
extern/bullet2/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:857: warning: unused variable ‘convexShape’
Compiling ==> 'Bullet-C-API.cpp'
Compiling ==> 'btSimpleDynamicsWorld.cpp'
Compiling ==> 'btContinuousDynamicsWorld.cpp'
Compiling ==> 'btRigidBody.cpp'
Linking library ==> 'libextern_bullet2dynamics.a'
Compiling ==> 'btDispatcher.cpp'
Compiling ==> 'btAxisSweep3.cpp'
Compiling ==> 'btBroadphaseProxy.cpp'
Compiling ==> 'btOverlappingPairCache.cpp'
Compiling ==> 'btSimpleBroadphase.cpp'
Compiling ==> 'btDbvtBroadphase.cpp'
Compiling ==> 'btQuantizedBvh.cpp'
Compiling ==> 'btDbvt.cpp'
Compiling ==> 'btCollisionAlgorithm.cpp'
Compiling ==> 'btMultiSapBroadphase.cpp'
Linking library ==> 'libextern_bullet2collision_broadphase.a'
Compiling ==> 'btSphereTriangleCollisionAlgorithm.cpp'
Compiling ==> 'btConvexPlaneCollisionAlgorithm.cpp'
extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp: In member function ‘virtual void btConvexPlaneCollisionAlgorithm::processCollision(btCollisionObject*, btCollisionObject*, const btDispatcherInfo&, btManifoldResult*)’:
extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp:105: warning: unused variable ‘hasCollision’
extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp:107: warning: unused variable ‘planeConstant’
Compiling ==> 'btActivatingCollisionAlgorithm.cpp'
Compiling ==> 'btSphereSphereCollisionAlgorithm.cpp'
Compiling ==> 'btConvexConcaveCollisionAlgorithm.cpp'
Compiling ==> 'btBoxBoxCollisionAlgorithm.cpp'
Compiling ==> 'btGhostObject.cpp'
Compiling ==> 'btCompoundCollisionAlgorithm.cpp'
Compiling ==> 'btSphereBoxCollisionAlgorithm.cpp'
Compiling ==> 'btDefaultCollisionConfiguration.cpp'
Compiling ==> 'btCollisionObject.cpp'
Compiling ==> 'btManifoldResult.cpp'
Compiling ==> 'btCollisionWorld.cpp'
Compiling ==> 'btCollisionDispatcher.cpp'
Compiling ==> 'SphereTriangleDetector.cpp'
Compiling ==> 'btBoxBoxDetector.cpp'
extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp: In function ‘int dBoxBox2(const btVector3&, const btScalar*, const btVector3&, const btVector3&, const btScalar*, const btVector3&, btVector3&, btScalar*, int*, int, dContactGeom*, int, btDiscreteCollisionDetectorInterface::Result&)’:
extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp:270: warning: ‘normalC.btVector3::m_floats[2]’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp:270: warning: ‘normalC.btVector3::m_floats[1]’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp:270: warning: ‘normalC.btVector3::m_floats[0]’ may be used uninitialized in this function
Compiling ==> 'btUnionFind.cpp'
Compiling ==> 'btEmptyCollisionAlgorithm.cpp'
Compiling ==> 'btConvexConvexAlgorithm.cpp'
extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp: In constructor ‘btPerturbedContactResult::btPerturbedContactResult(btManifoldResult*, const btTransform&, const btTransform&, const btTransform&, bool, btIDebugDraw*)’:
extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp:106: warning: ‘btPerturbedContactResult::m_perturbA’ will be initialized after
extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp:105: warning:   ‘btTransform btPerturbedContactResult::m_unPerturbedTransform’
extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp:110: warning:   when initialized here
extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp: In member function ‘virtual void btConvexConvexAlgorithm::processCollision(btCollisionObject*, btCollisionObject*, const btDispatcherInfo&, btManifoldResult*)’:
extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp:209: warning: unused variable ‘sepDist’
Compiling ==> 'btSimulationIslandManager.cpp'
Linking library ==> 'libextern_bullet2collision_dispatch.a'
Compiling ==> 'btGImpactBvh.cpp'
extern/bullet2/src/BulletCollision/Gimpact/btGImpactBvh.h: In member function ‘void btBvhTree::_build_sub_tree(GIM_BVH_DATA_ARRAY&, int, int)’:
extern/bullet2/src/BulletCollision/Gimpact/btGImpactBvh.h:196: warning: ‘node_bound.btAABB::m_max.btVector3::m_floats[3u]’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/Gimpact/btGImpactBvh.cpp:188: note: ‘node_bound.btAABB::m_max.btVector3::m_floats[3u]’ was declared here
extern/bullet2/src/BulletCollision/Gimpact/btGImpactBvh.h:196: warning: ‘node_bound.btAABB::m_min.btVector3::m_floats[3u]’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/Gimpact/btGImpactBvh.cpp:188: note: ‘node_bound.btAABB::m_min.btVector3::m_floats[3u]’ was declared here
extern/bullet2/src/BulletCollision/Gimpact/btGImpactBvh.h: In member function ‘void btGImpactBvh::refit()’:
extern/bullet2/src/BulletCollision/Gimpact/btGImpactBvh.h:196: warning: ‘bound.btAABB::m_max.btVector3::m_floats[3u]’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/Gimpact/btGImpactBvh.cpp:240: note: ‘bound.btAABB::m_max.btVector3::m_floats[3u]’ was declared here
extern/bullet2/src/BulletCollision/Gimpact/btGImpactBvh.h:196: warning: ‘bound.btAABB::m_min.btVector3::m_floats[3u]’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/Gimpact/btGImpactBvh.cpp:240: note: ‘bound.btAABB::m_min.btVector3::m_floats[3u]’ was declared here
Compiling ==> 'btGImpactQuantizedBvh.cpp'
Compiling ==> 'btContactProcessing.cpp'
Compiling ==> 'gim_box_set.cpp'
Compiling ==> 'gim_tri_collision.cpp'
Compiling ==> 'gim_contact.cpp'
Compiling ==> 'btGImpactShape.cpp'
Compiling ==> 'btGImpactCollisionAlgorithm.cpp'
In file included from extern/bullet2/src/BulletCollision/Gimpact/btGImpactBvh.h:31,
                 from extern/bullet2/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h:27,
                 from extern/bullet2/src/BulletCollision/Gimpact/btGImpactShape.h:40,
                 from extern/bullet2/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h:38,
                 from extern/bullet2/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp:30:
extern/bullet2/src/BulletCollision/Gimpact/btTriangleShapeEx.h: In member function ‘virtual void btTriangleShapeEx::getAabb(const btTransform&, btVector3&, btVector3&) const’:
extern/bullet2/src/BulletCollision/Gimpact/btTriangleShapeEx.h:158: warning: ‘trianglebox.btAABB::m_min.btVector3::m_floats[3u]’ is used uninitialized in this function
extern/bullet2/src/BulletCollision/Gimpact/btTriangleShapeEx.h:159: warning: ‘trianglebox.btAABB::m_max.btVector3::m_floats[3u]’ is used uninitialized in this function
Compiling ==> 'gim_memory.cpp'
Compiling ==> 'btTriangleShapeEx.cpp'
Compiling ==> 'btGenericPoolAllocator.cpp'
Linking library ==> 'libextern_bullet2collision_gimpact.a'
Compiling ==> 'btCompoundShape.cpp'
extern/bullet2/src/BulletCollision/CollisionShapes/btCompoundShape.h: In constructor ‘btCompoundShape::btCompoundShape(bool)’:
extern/bullet2/src/BulletCollision/CollisionShapes/btCompoundShape.h:166: warning: ‘btCompoundShape::m_localScaling’ will be initialized after
extern/bullet2/src/BulletCollision/CollisionShapes/btCompoundShape.h:60: warning:   ‘btDbvt* btCompoundShape::m_dynamicAabbTree’
extern/bullet2/src/BulletCollision/CollisionShapes/btCompoundShape.cpp:20: warning:   when initialized here
extern/bullet2/src/BulletCollision/CollisionShapes/btCompoundShape.cpp: In member function ‘void btCompoundShape::updateChildTransform(int, const btTransform&)’:
extern/bullet2/src/BulletCollision/CollisionShapes/btCompoundShape.cpp:96: warning: unused variable ‘index’
extern/bullet2/src/BulletCollision/CollisionShapes/btCompoundShape.cpp: In member function ‘void btCompoundShape::addChildShape(const btTransform&, btCollisionShape*)’:
extern/bullet2/src/BulletCollision/CollisionShapes/btCompoundShape.cpp:53: warning: ‘child.btCompoundShapeChild::m_node’ may be used uninitialized in this function
Compiling ==> 'btMultiSphereShape.cpp'
Compiling ==> 'btMultimaterialTriangleMeshShape.cpp'
In file included from extern/bullet2/src/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.cpp:18:
extern/bullet2/src/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.h: In constructor ‘btMultimaterialTriangleMeshShape::btMultimaterialTriangleMeshShape(btStridingMeshInterface*, bool, bool)’:
extern/bullet2/src/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.h:40: warning: unused variable ‘m_triangle’
extern/bullet2/src/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.h: In constructor ‘btMultimaterialTriangleMeshShape::btMultimaterialTriangleMeshShape(btStridingMeshInterface*, bool, const btVector3&, const btVector3&, bool)’:
extern/bullet2/src/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.h:74: warning: unused variable ‘m_triangle’
Compiling ==> 'btConcaveShape.cpp'
Compiling ==> 'btCylinderShape.cpp'
extern/bullet2/src/BulletCollision/CollisionShapes/btCylinderShape.cpp: In member function ‘virtual btVector3 btCylinderShapeX::localGetSupportingVertexWithoutMargin(const btVector3&) const’:
extern/bullet2/src/BulletCollision/CollisionShapes/btCylinderShape.cpp:63: warning: ‘tmp$m_floats$3’ is used uninitialized in this function
extern/bullet2/src/BulletCollision/CollisionShapes/btCylinderShape.cpp:63: note: ‘tmp$m_floats$3’ was declared here
extern/bullet2/src/BulletCollision/CollisionShapes/btCylinderShape.cpp: In member function ‘virtual btVector3 btCylinderShapeZ::localGetSupportingVertexWithoutMargin(const btVector3&) const’:
extern/bullet2/src/BulletCollision/CollisionShapes/btCylinderShape.cpp:141: warning: ‘tmp$m_floats$3’ is used uninitialized in this function
extern/bullet2/src/BulletCollision/CollisionShapes/btCylinderShape.cpp:141: note: ‘tmp$m_floats$3’ was declared here
extern/bullet2/src/BulletCollision/CollisionShapes/btCylinderShape.cpp: In member function ‘virtual btVector3 btCylinderShape::localGetSupportingVertexWithoutMargin(const btVector3&) const’:
extern/bullet2/src/BulletCollision/CollisionShapes/btCylinderShape.cpp:104: warning: ‘tmp$m_floats$3’ is used uninitialized in this function
extern/bullet2/src/BulletCollision/CollisionShapes/btCylinderShape.cpp:104: note: ‘tmp$m_floats$3’ was declared here
Compiling ==> 'btTriangleCallback.cpp'
Compiling ==> 'btConvexInternalShape.cpp'
Compiling ==> 'btShapeHull.cpp'
Compiling ==> 'btTriangleMesh.cpp'
extern/bullet2/src/LinearMath/btAlignedObjectArray.h: In constructor ‘btTriangleMesh::btTriangleMesh(bool, bool)’:
extern/bullet2/src/LinearMath/btAlignedObjectArray.h:224: warning: ‘meshIndex.btIndexedMesh::pad’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp:25: note: ‘meshIndex.btIndexedMesh::pad’ was declared here
extern/bullet2/src/LinearMath/btAlignedObjectArray.h: In constructor ‘btTriangleMesh::btTriangleMesh(bool, bool)’:
extern/bullet2/src/LinearMath/btAlignedObjectArray.h:224: warning: ‘meshIndex.btIndexedMesh::pad’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp:25: note: ‘meshIndex.btIndexedMesh::pad’ was declared here
Compiling ==> 'btStaticPlaneShape.cpp'
Compiling ==> 'btConeShape.cpp'
Compiling ==> 'btUniformScalingShape.cpp'
Compiling ==> 'btStridingMeshInterface.cpp'
Compiling ==> 'btConvexPointCloudShape.cpp'
Compiling ==> 'btConvexShape.cpp'
Compiling ==> 'btSphereShape.cpp'
Compiling ==> 'btConvexTriangleMeshShape.cpp'
Compiling ==> 'btEmptyShape.cpp'
Compiling ==> 'btBvhTriangleMeshShape.cpp'
Compiling ==> 'btTriangleBuffer.cpp'
Compiling ==> 'btTriangleIndexVertexArray.cpp'
extern/bullet2/src/LinearMath/btAlignedObjectArray.h: In constructor ‘btTriangleIndexVertexArray::btTriangleIndexVertexArray(int, int*, int, int, btScalar*, int)’:
extern/bullet2/src/LinearMath/btAlignedObjectArray.h:224: warning: ‘mesh.btIndexedMesh::pad’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp:21: note: ‘mesh.btIndexedMesh::pad’ was declared here
extern/bullet2/src/LinearMath/btAlignedObjectArray.h:224: warning: ‘mesh.btIndexedMesh::m_indexType’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp:21: note: ‘mesh.btIndexedMesh::m_indexType’ was declared here
extern/bullet2/src/LinearMath/btAlignedObjectArray.h: In constructor ‘btTriangleIndexVertexArray::btTriangleIndexVertexArray(int, int*, int, int, btScalar*, int)’:
extern/bullet2/src/LinearMath/btAlignedObjectArray.h:224: warning: ‘mesh.btIndexedMesh::pad’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp:21: note: ‘mesh.btIndexedMesh::pad’ was declared here
extern/bullet2/src/LinearMath/btAlignedObjectArray.h:224: warning: ‘mesh.btIndexedMesh::m_indexType’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp:21: note: ‘mesh.btIndexedMesh::m_indexType’ was declared here
Compiling ==> 'btConvexHullShape.cpp'
Compiling ==> 'btScaledBvhTriangleMeshShape.cpp'
Compiling ==> 'btMinkowskiSumShape.cpp'
Compiling ==> 'btOptimizedBvh.cpp'
extern/bullet2/src/LinearMath/btAlignedObjectArray.h: In member function ‘virtual void btOptimizedBvh::build(btStridingMeshInterface*, bool, const btVector3&, const btVector3&)::NodeTriangleCallback::internalProcessTriangleIndex(btVector3*, int, int)’:
extern/bullet2/src/LinearMath/btAlignedObjectArray.h:224: warning: ‘node.btOptimizedBvhNode::m_padding[4u]’ is used uninitialized in this function
extern/bullet2/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp:56: note: ‘node.btOptimizedBvhNode::m_padding[4u]’ was declared here
extern/bullet2/src/LinearMath/btAlignedObjectArray.h:224: warning: ‘node.btOptimizedBvhNode::m_padding[3u]’ is used uninitialized in this function
extern/bullet2/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp:56: note: ‘node.btOptimizedBvhNode::m_padding[3u]’ was declared here
extern/bullet2/src/LinearMath/btAlignedObjectArray.h:224: warning: ‘node.btOptimizedBvhNode::m_padding[2u]’ is used uninitialized in this function
extern/bullet2/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp:56: note: ‘node.btOptimizedBvhNode::m_padding[2u]’ was declared here
extern/bullet2/src/LinearMath/btAlignedObjectArray.h:224: warning: ‘node.btOptimizedBvhNode::m_padding[1u]’ is used uninitialized in this function
extern/bullet2/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp:56: note: ‘node.btOptimizedBvhNode::m_padding[1u]’ was declared here
extern/bullet2/src/LinearMath/btAlignedObjectArray.h:224: warning: ‘node.btOptimizedBvhNode::m_padding[0u]’ is used uninitialized in this function
extern/bullet2/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp:56: note: ‘node.btOptimizedBvhNode::m_padding[0u]’ was declared here
Compiling ==> 'btTriangleIndexVertexMaterialArray.cpp'
Compiling ==> 'btCapsuleShape.cpp'
Compiling ==> 'btTetrahedronShape.cpp'
Compiling ==> 'btHeightfieldTerrainShape.cpp'
Compiling ==> 'btBoxShape.cpp'
Compiling ==> 'btCollisionShape.cpp'
Compiling ==> 'btTriangleMeshShape.cpp'
Compiling ==> 'btPolyhedralConvexShape.cpp'
Linking library ==> 'libextern_bullet2collision_shapes.a'
Compiling ==> 'btPersistentManifold.cpp'
Compiling ==> 'btRaycastCallback.cpp'
Compiling ==> 'btGjkEpa.cpp'
Compiling ==> 'btContinuousConvexCollision.cpp'
Compiling ==> 'btGjkEpa2.cpp'
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp: In member function ‘gjkepa2_impl::GJK::eStatus::_ gjkepa2_impl::GJK::Evaluate(const gjkepa2_impl::tShape&, const btVector3&)’:
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp:258: warning: enumeration value ‘Failed’ not handled in switch
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp: In static member function ‘static bool btGjkEpaSolver2::Penetration(const btConvexShape*, const btTransform&, const btConvexShape*, const btTransform&, const btVector3&, btGjkEpaSolver2::sResults&, bool)’:
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp:832: warning: enumeration value ‘Valid’ not handled in switch
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp: In member function ‘gjkepa2_impl::GJK::eStatus::_ gjkepa2_impl::GJK::Evaluate(const gjkepa2_impl::tShape&, const btVector3&)’:
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp:428: warning: ‘subm’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp:428: note: ‘subm’ was declared here
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp:381: warning: ‘subm’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp:381: note: ‘subm’ was declared here
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp:381: warning: ‘subm’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp:381: note: ‘subm’ was declared here
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp:380: warning: ‘subw[1]’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp:380: note: ‘subw[1]’ was declared here
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp:380: warning: ‘subw[0]’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp:380: note: ‘subw[0]’ was declared here
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp:380: warning: ‘subw[1]’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp:380: note: ‘subw[1]’ was declared here
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp:380: warning: ‘subw[0]’ may be used uninitialized in this function
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp:380: note: ‘subw[0]’ was declared here
Compiling ==> 'btGjkEpaPenetrationDepthSolver.cpp'
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.cpp: In member function ‘virtual bool btGjkEpaPenetrationDepthSolver::calcPenDepth(btVoronoiSimplexSolver&, const btConvexShape*, const btConvexShape*, const btTransform&, const btTransform&, btVector3&, btVector3&, btVector3&, btIDebugDraw*)’:
extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.cpp:35: warning: unused variable ‘radialmargin’
Compiling ==> 'btGjkConvexCast.cpp'
Compiling ==> 'btGjkPairDetector.cpp'
Compiling ==> 'btSubSimplexConvexCast.cpp'
Compiling ==> 'btConvexCast.cpp'
Compiling ==> 'btVoronoiSimplexSolver.cpp'
Compiling ==> 'btMinkowskiPenetrationDepthSolver.cpp'
Linking library ==> 'libextern_bullet2collision_narrowphase.a'
Compiling ==> 'btSoftRigidCollisionAlgorithm.cpp'
Compiling ==> 'btSoftBodyHelpers.cpp'
extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.cpp: In static member function ‘static void btSoftBodyHelpers::Draw(btSoftBody*, btIDebugDraw*, int)’:
extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.cpp:354: warning: unused variable ‘pja’
extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.cpp:339: warning: enumeration value ‘Contact’ not handled in switch
extern/bullet2/src/BulletSoftBody/btSoftBodyInternals.h: At global scope:
extern/bullet2/src/BulletSoftBody/btSoftBodyInternals.h:424: warning: ‘btScalar ImplicitSolve(btSoftBody::ImplicitFn*, const btVector3&, const btVector3&, btScalar, int)’ defined but not used
extern/bullet2/src/BulletSoftBody/btSoftBodyInternals.h:506: warning: ‘void EvaluateMedium(const btSoftBodyWorldInfo*, const btVector3&, btSoftBody::sMedium&)’ defined but not used
Compiling ==> 'btSoftBody.cpp'
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp: In member function ‘void btSoftBody::updateClusters()’:
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:1999: warning: unused variable ‘invn’
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp: In member function ‘void btSoftBody::applyClusters(bool)’:
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:2145: warning: unused variable ‘f1’
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp: In member function ‘void btSoftBody::applyForces()’:
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:2415: warning: enumeration value ‘V_OneSided’ not handled in switch
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:2415: warning: enumeration value ‘F_TwoSided’ not handled in switch
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:2415: warning: enumeration value ‘F_OneSided’ not handled in switch
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:2415: warning: enumeration value ‘END’ not handled in switch
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:2463: warning: enumeration value ‘V_Point’ not handled in switch
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:2463: warning: enumeration value ‘V_TwoSided’ not handled in switch
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:2463: warning: enumeration value ‘V_OneSided’ not handled in switch
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:2463: warning: enumeration value ‘F_OneSided’ not handled in switch
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:2463: warning: enumeration value ‘END’ not handled in switch
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp: In static member function ‘static void btSoftBody::PSolve_Links(btSoftBody*, btScalar, btScalar)’:
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:2577: warning: unused variable ‘t’
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp: In static member function ‘static void (* btSoftBody::getSolver(btSoftBody::ePSolver::_))(btSoftBody*, btScalar, btScalar)’:
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:2600: warning: enumeration value ‘END’ not handled in switch
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp: In static member function ‘static void (* btSoftBody::getSolver(btSoftBody::eVSolver::_))(btSoftBody*, btScalar)’:
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:2613: warning: enumeration value ‘END’ not handled in switch
extern/bullet2/src/LinearMath/btMatrix3x3.h: In member function ‘void btSoftBody::appendAnchor(int, btRigidBody*, bool)’:
extern/bullet2/src/LinearMath/btMatrix3x3.h:56: warning: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[0].btVector3::m_floats[3u]’ may be used uninitialized in this function
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:319: note: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[0].btVector3::m_floats[3u]’ was declared here
extern/bullet2/src/LinearMath/btMatrix3x3.h:56: warning: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[0].btVector3::m_floats[2u]’ may be used uninitialized in this function
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:319: note: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[0].btVector3::m_floats[2u]’ was declared here
extern/bullet2/src/LinearMath/btMatrix3x3.h:56: warning: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[0].btVector3::m_floats[1u]’ may be used uninitialized in this function
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:319: note: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[0].btVector3::m_floats[1u]’ was declared here
extern/bullet2/src/LinearMath/btMatrix3x3.h:56: warning: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[0].btVector3::m_floats[0u]’ may be used uninitialized in this function
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:319: note: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[0].btVector3::m_floats[0u]’ was declared here
extern/bullet2/src/LinearMath/btMatrix3x3.h:57: warning: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[1].btVector3::m_floats[3u]’ may be used uninitialized in this function
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:319: note: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[1].btVector3::m_floats[3u]’ was declared here
extern/bullet2/src/LinearMath/btMatrix3x3.h:57: warning: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[1].btVector3::m_floats[2u]’ may be used uninitialized in this function
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:319: note: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[1].btVector3::m_floats[2u]’ was declared here
extern/bullet2/src/LinearMath/btMatrix3x3.h:57: warning: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[1].btVector3::m_floats[1u]’ may be used uninitialized in this function
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:319: note: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[1].btVector3::m_floats[1u]’ was declared here
extern/bullet2/src/LinearMath/btMatrix3x3.h:57: warning: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[1].btVector3::m_floats[0u]’ may be used uninitialized in this function
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:319: note: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[1].btVector3::m_floats[0u]’ was declared here
extern/bullet2/src/LinearMath/btMatrix3x3.h:58: warning: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[2].btVector3::m_floats[3u]’ may be used uninitialized in this function
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:319: note: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[2].btVector3::m_floats[3u]’ was declared here
extern/bullet2/src/LinearMath/btMatrix3x3.h:58: warning: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[2].btVector3::m_floats[2u]’ may be used uninitialized in this function
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:319: note: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[2].btVector3::m_floats[2u]’ was declared here
extern/bullet2/src/LinearMath/btMatrix3x3.h:58: warning: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[2].btVector3::m_floats[1u]’ may be used uninitialized in this function
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:319: note: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[2].btVector3::m_floats[1u]’ was declared here
extern/bullet2/src/LinearMath/btMatrix3x3.h:58: warning: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[2].btVector3::m_floats[0u]’ may be used uninitialized in this function
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:319: note: ‘a.btSoftBody::Anchor::m_c0.btMatrix3x3::m_el[2].btVector3::m_floats[0u]’ was declared here
extern/bullet2/src/BulletSoftBody/btSoftBody.h:247: warning: ‘a.btSoftBody::Anchor::m_c1.btVector3::m_floats[3u]’ may be used uninitialized in this function
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:319: note: ‘a.btSoftBody::Anchor::m_c1.btVector3::m_floats[3u]’ was declared here
extern/bullet2/src/BulletSoftBody/btSoftBody.h:247: warning: ‘a.btSoftBody::Anchor::m_c1.btVector3::m_floats[2u]’ may be used uninitialized in this function
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:319: note: ‘a.btSoftBody::Anchor::m_c1.btVector3::m_floats[2u]’ was declared here
extern/bullet2/src/BulletSoftBody/btSoftBody.h:247: warning: ‘a.btSoftBody::Anchor::m_c1.btVector3::m_floats[1u]’ may be used uninitialized in this function
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:319: note: ‘a.btSoftBody::Anchor::m_c1.btVector3::m_floats[1u]’ was declared here
extern/bullet2/src/BulletSoftBody/btSoftBody.h:247: warning: ‘a.btSoftBody::Anchor::m_c1.btVector3::m_floats[0u]’ may be used uninitialized in this function
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:319: note: ‘a.btSoftBody::Anchor::m_c1.btVector3::m_floats[0u]’ was declared here
extern/bullet2/src/BulletSoftBody/btSoftBody.h:247: warning: ‘a.btSoftBody::Anchor::m_c2’ may be used uninitialized in this function
extern/bullet2/src/BulletSoftBody/btSoftBody.cpp:319: note: ‘a.btSoftBody::Anchor::m_c2’ was declared here
Compiling ==> 'btSoftSoftCollisionAlgorithm.cpp'
Compiling ==> 'btSoftBodyConcaveCollisionAlgorithm.cpp'
extern/bullet2/src/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.cpp: In member function ‘virtual void btSoftBodyConcaveCollisionAlgorithm::processCollision(btCollisionObject*, btCollisionObject*, const btDispatcherInfo&, btManifoldResult*)’:
extern/bullet2/src/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.cpp:222: warning: unused variable ‘convexBody’
Compiling ==> 'btSoftRigidDynamicsWorld.cpp'
Compiling ==> 'btSoftBodyRigidBodyCollisionConfiguration.cpp'
Linking library ==> 'libextern_bullet2softbody.a'
Compiling ==> 'dwt.c'
Compiling ==> 'jp2.c'
Compiling ==> 'jpt.c'
Compiling ==> 'openjpeg.c'
Compiling ==> 't2.c'
Compiling ==> 'bio.c'
Compiling ==> 'raw.c'
Compiling ==> 'event.c'
extern/libopenjpeg/event.c:50: warning: ‘_itoa’ defined but not used
Compiling ==> 'tcd.c'
Compiling ==> 'pi.c'
Compiling ==> 'mct.c'
Compiling ==> 'j2k.c'
Compiling ==> 't1.c'
Compiling ==> 'tgt.c'
Compiling ==> 'j2k_lib.c'
Compiling ==> 'image.c'
Compiling ==> 'mqc.c'
Compiling ==> 'cio.c'
Linking library ==> 'libextern_openjpeg.a'
Compiling ==> 'binreloc.c'
Linking library ==> 'libextern_binreloc.a'
Compiling ==> 'minilzo.c'
Linking library ==> 'libbf_minilzo.a'
Compiling ==> 'LzmaLib.c'
Compiling ==> 'LzFind.c'
Compiling ==> 'LzmaEnc.c'
Compiling ==> 'Alloc.c'
Compiling ==> 'LzmaDec.c'
Linking library ==> 'libbf_lzma.a'
Compiling ==> 'avirgb.c'
Compiling ==> 'rgb32.c'
Compiling ==> 'mjpeg.c'
Compiling ==> 'options.c'
Compiling ==> 'codecs.c'
Compiling ==> 'endian.c'
Compiling ==> 'avi.c'
Linking library ==> 'libbf_avi.a'
Compiling ==> 'BME_structure.c'
Compiling ==> 'constraint.c'
Compiling ==> 'writeavi.c'
Compiling ==> 'context.c'
Compiling ==> 'packedFile.c'
Compiling ==> 'action.c'
Compiling ==> 'texture.c'
Compiling ==> 'mball.c'
Compiling ==> 'anim.c'
Compiling ==> 'group.c'
Compiling ==> 'lattice.c'
Compiling ==> 'sound.c'
Compiling ==> 'nla.c'
Compiling ==> 'CCGSubSurf.c'
Compiling ==> 'font.c'
Compiling ==> 'property.c'
Compiling ==> 'shrinkwrap.c'
Compiling ==> 'material.c'
Compiling ==> 'customdata.c'
Compiling ==> 'key.c'
Compiling ==> 'simple_deform.c'
Compiling ==> 'BME_Customdata.c'
Compiling ==> 'gpencil.c'
Compiling ==> 'subsurf_ccg.c'
Compiling ==> 'BME_conversions.c'
Compiling ==> 'BME_mesh.c'
Compiling ==> 'depsgraph.c'
Compiling ==> 'writeframeserver.c'
Compiling ==> 'report.c'
Compiling ==> 'curve.c'
Compiling ==> 'BME_eulers.c'
Compiling ==> 'suggestions.c'
Compiling ==> 'screen.c'
Compiling ==> 'smoke.c'
Compiling ==> 'bmfont.c'
Compiling ==> 'node.c'
source/blender/blenkernel/intern/node.c:31:20: error: Python.h: No such file or directory
scons: *** [/home/craystorm/Desktop/Blender SVN/build/linux2/source/blender/blenkernel/intern/node.o] Error 1
scons: building terminated because of errors.


Hoffe ihr könnt mir iwie helfen, da ich schon gern mal Blender selber kompilieren möchte :)
Cr4yZZ
 
Registriert:
25.07.2010, 01:37

Re: Probleme beim Kompilieren von Blender rev. 30875 auf Ubuntu

Beitragvon moerdn am 29.07.2010, 16:09

Hast du Python dev Pakete installiert? Zum kompilieren benötigt man die Python 2.6 header. In Ubuntu 10.04 sind aber nur die Python 3.1 Pakete drin. Müsstest dir Python herunterladen, und die header files nach usr/include/python2.6 linken/kopieren wie auch immer

mfg, der moerdn
^o.O^ nyuu!
Benutzeravatar
moerdn
 
Registriert:
05.11.2007, 09:52

Re: Probleme beim Kompilieren von Blender rev. 30875 auf Ubuntu

Beitragvon Cr4yZZ am 29.07.2010, 17:49

jo danke das war eins der Probs :D

läuft jetzt alles und kompiliert auch bis zum ende ^^
Cr4yZZ
 
Registriert:
25.07.2010, 01:37


Zurück zu Blender SVN


Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast