If I do a "make install" after a successful cmake, make it simply says that there is no install target.
Code: Select all
root:~/src/bullet-2.76$ make
[ 4%] Built target OpenGLSupport
[ 36%] Built target BulletCollision
[ 37%] Built target BulletFileLoader
[ 42%] Built target ConvexDecomposition
[ 42%] Built target BulletWorldImporter
[ 42%] Built target GIMPACTUtils
[ 54%] Built target GLUI
[ 57%] Built target BulletSoftBody
[ 65%] Built target BulletDynamics
[ 67%] Built target LinearMath
[ 74%] Built target AppAllBulletDemos
[ 75%] Built target AppConvexDecompositionDemo
[ 76%] Built target AppBenchmarks
[ 77%] Built target AppHelloWorld
[ 78%] Built target AppCcdPhysicsDemo
[ 79%] Built target AppConstraintDemo
[ 80%] Built target AppSliderConstraintDemo
[ 81%] Built target AppGenericJointDemo
[ 81%] Built target AppRaytracer
[ 82%] Built target AppRagdollDemo
[ 83%] Built target AppForkLiftDemo
[ 83%] Built target AppBasicDemo
[ 84%] Built target AppBox2dDemo
[ 85%] Built target AppBspPhysicsDemo
[ 85%] Built target AppMovingConcaveDemo
[ 86%] Built target AppVehicleDemo
[ 86%] Built target AppUserCollisionAlgorithm
[ 88%] Built target AppCharacterDemo
[ 89%] Built target AppSoftBodyDemo
[ 93%] Built target HfFluidDemo
[ 94%] Built target AppCollisionInterfaceDemo
[ 95%] Built target AppConcaveConvexCastDemo
[ 95%] Built target AppSimplexDemo
[ 96%] Built target AppMotorDemo
[ 96%] Built target AppDoublePrecisionDemo
[ 96%] Built target AppConcaveDemo
[ 96%] Built target AppCollisionDemo
[ 96%] Built target AppContinuousConvexCollisionDemo
[ 97%] Built target AppConcaveRayCastDemo
[ 98%] Built target AppLinearConvexCastDemo
[ 99%] Built target AppMultiMaterialDemo
[100%] Built target AppSerializeDemo
[100%] Built target AppInternalEdgeDemo
root:~/src/bullet-2.76$ make install
make: *** No rule to make target `install'. Stop.
root:~/src/bullet-2.76$The full build process:
http://pastebin.com/LrcgnXtb
The CMakeOutput.log:
http://pastebin.com/pLJJvYr2