Skip to content

Errors with object references in the new version of the library #4401

@native-engine

Description

@native-engine

After compiling the latest version of the library, the project stopped compiling, issuing the following bugs:

BulletPhysics.cpp: undefined reference to «btCapsuleShape::btCapsuleShape(double, double)»
/usr/bin/ld: BulletPhysics.cpp: undefined reference to «btKinematicCharacterController::btKinematicCharacterController(btPairCachingGhostObject*, btConvexShape*, double, btVector3 const&)»
/usr/bin/ld: BulletPhysics.cpp: undefined reference to «btKinematicCharacterController::setMaxJumpHeight(double)»
/usr/bin/ld: BulletPhysics.cpp: undefined reference to «btKinematicCharacterController::setJumpSpeed(double)»
/usr/bin/ld: obj/LinuxRelease/rcManager.o: In function «ClassResourceManager::LoadLocation()»:
rcManager.cpp: undefined reference to «btConeShape::btConeShape(double, double)»

Is it a link problem or something?

Manjaro Linux x86_64
CMake 3.25.2
PyBullet 3.2.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions