Unable to configure osgBullet for compilation under Fedora 11
Closed this issue · 2 comments
GoogleCodeExporter commented
I can not compile osgBullet under Fedora 11 because of some missing
dependencies on Bullet.
I've installed:
yum install OpenSceneGraph OpenSceneGraph-devel OpenThreads-devel bullet
bullet-devel
OpenSceneGraph v2.8.2, Bullet 0.75
The compilation & installation of osgWorks went fine.
But cmake complains about missing Bullet libs when compiling osgBullet:
BULLET_BulletColladaConverter_LIBRARY (ADVANCED)
BULLET_BulletMultiThreaded_LIBRARY (ADVANCED)
BULLET_ColladaDom_LIBRARY (ADVANCED)
BULLET_OpenGLSupport_LIBRARY (ADVANCED)
BULLET_XML_LIBRARY (ADVANCED)
To be sure, I've manually recompiled and reinstalled Bullet (0.75), but the
result is the same.
If you need some relevant logs, please tell me.
Regards,
Severin
Original issue reported on code.google.com by ska...@gmail.com
on 27 Nov 2009 at 1:12
GoogleCodeExporter commented
Thanks. This is essentially a duplicate of the Bullet issue 294:
http://code.google.com/p/bullet/issues/detail?id=294&can=1&q=cmake
These libraries are known to be skipped in the Bullet CMake 'install' target. A
patch
has been supplied, and we're just waiting for the Bullet maintainers to commit
it
into their svn repo. I'd appreciate it if you'd take a moment to post a comment
on
this Bullet issue 294, to keep up the pressure on the Bullet maintainers.
In the meantime, you'll have to use the BULLET_BUILD_DIR and BULLET_SOURCE_DIR
variables in osgBullet's CMake system to force osgBullet to build with your
Bullet
source/build tree.
Original comment by SkewMat...@gmail.com
on 27 Nov 2009 at 6:55
- Changed state: Duplicate
GoogleCodeExporter commented
Thanks for your answer! I'll post a comment on the Bullet bugtracker.
Original comment by ska...@gmail.com
on 27 Nov 2009 at 7:14