Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem compiling against OsgBullet 2.81 #28

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments
Open

Problem compiling against OsgBullet 2.81 #28

GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Ran cmake on the check out version of OsgWorks 3.0.0 and when I was compiling 
the applications and the examples I got the following error messages:

Linking CXX executable ../../bin/BasicDemo
../../lib/libosgbCollision.so.3.00.00: undefined reference to 
`btShapeHull::buildHull(double)'
../../lib/libosgbDynamics.so.3.00.00: undefined reference to 
`btAngularLimit::set(double, double, double, double, double)'
../../lib/libosgbDynamics.so.3.00.00: undefined reference to 
`btStaticPlaneShape::btStaticPlaneShape(btVector3 const&, double)'
../../lib/libosgbDynamics.so.3.00.00: undefined reference to 
`btGeneric6DofSpringConstraint::setStiffness(int, double)'
../../lib/libosgbDynamics.so.3.00.00: undefined reference to 
`btGeneric6DofSpringConstraint::setDamping(int, double)'
../../lib/libosgbCollision.so.3.00.00: undefined reference to 
`btConvexHullShape::btConvexHullShape(double const*, int, int)'
collect2: error: ld returned 1 exit status
make[2]: *** [bin/BasicDemo] Error 1
make[1]: *** [examples/basicdemo/CMakeFiles/BasicDemo.dir/all] Error 2
make: *** [all] Error 2

And hence the build fails.

Original issue reported on code.google.com by [email protected] on 8 Oct 2014 at 3:49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant