Help Installing on Linux

Calder

05-05-2009 23:40:58

Hi everyone, sorry to bother you with this, but I've kinda been bashing my head against it for a couple days now and I'm getting kinda desperate. Anyway, the problems start when I try installing Bullet. The libraries are installed and everything seems to work, but there are a TON of error messages at the end. Each one basically looks like this:

/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btQuickprof.h' '/usr/local/include/bullet/LinearMath/btQuickprof.h'
: command not foundper/bullet-2.74/install-sh: line 3:
: command not foundper/bullet-2.74/install-sh: line 5:
: command not foundper/bullet-2.74/install-sh: line 44:
: command not foundper/bullet-2.74/install-sh: line 46:
: command not foundper/bullet-2.74/install-sh: line 49:
: command not foundper/bullet-2.74/install-sh: line 51:
: command not foundper/bullet-2.74/install-sh: line 60:
: command not foundper/bullet-2.74/install-sh: line 72:
: command not foundper/bullet-2.74/install-sh: line 97:
/home/calder/Developer/bullet-2.74/install-sh: line 99: syntax error near unexpe'ted token `in
'home/calder/Developer/bullet-2.74/install-sh: line 99: ` case $1 in


Then, when I try to install OgreBullet, configuration fails because it can't find bullet. Thank you, thank you, thank you in advance for any help.

-Calder

P.S. Here is the full install log, in case it helps:

Making install in src
make[1]: Entering directory `/home/calder/Developer/bullet-2.74/src'
make[2]: Entering directory `/home/calder/Developer/bullet-2.74/src'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libbulletmath.la' '/usr/local/lib/libbulletmath.la'
libtool: install: /usr/bin/install -c .libs/libbulletmath.so.0.0.0 /usr/local/lib/libbulletmath.so.0.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libbulletmath.so.0.0.0 libbulletmath.so.0 || { rm -f libbulletmath.so.0 && ln -s libbulletmath.so.0.0.0 libbulletmath.so.0; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libbulletmath.so.0.0.0 libbulletmath.so || { rm -f libbulletmath.so && ln -s libbulletmath.so.0.0.0 libbulletmath.so; }; })
libtool: install: /usr/bin/install -c .libs/libbulletmath.lai /usr/local/lib/libbulletmath.la
libtool: install: /usr/bin/install -c .libs/libbulletmath.a /usr/local/lib/libbulletmath.a
libtool: install: chmod 644 /usr/local/lib/libbulletmath.a
libtool: install: ranlib /usr/local/lib/libbulletmath.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libbulletcollision.la' '/usr/local/lib/libbulletcollision.la'
libtool: install: /usr/bin/install -c .libs/libbulletcollision.so.0.0.0 /usr/local/lib/libbulletcollision.so.0.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libbulletcollision.so.0.0.0 libbulletcollision.so.0 || { rm -f libbulletcollision.so.0 && ln -s libbulletcollision.so.0.0.0 libbulletcollision.so.0; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libbulletcollision.so.0.0.0 libbulletcollision.so || { rm -f libbulletcollision.so && ln -s libbulletcollision.so.0.0.0 libbulletcollision.so; }; })
libtool: install: /usr/bin/install -c .libs/libbulletcollision.lai /usr/local/lib/libbulletcollision.la
libtool: install: /usr/bin/install -c .libs/libbulletcollision.a /usr/local/lib/libbulletcollision.a
libtool: install: chmod 644 /usr/local/lib/libbulletcollision.a
libtool: install: ranlib /usr/local/lib/libbulletcollision.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libbulletdynamics.la' '/usr/local/lib/libbulletdynamics.la'
libtool: install: /usr/bin/install -c .libs/libbulletdynamics.so.0.0.0 /usr/local/lib/libbulletdynamics.so.0.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libbulletdynamics.so.0.0.0 libbulletdynamics.so.0 || { rm -f libbulletdynamics.so.0 && ln -s libbulletdynamics.so.0.0.0 libbulletdynamics.so.0; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libbulletdynamics.so.0.0.0 libbulletdynamics.so || { rm -f libbulletdynamics.so && ln -s libbulletdynamics.so.0.0.0 libbulletdynamics.so; }; })
libtool: install: /usr/bin/install -c .libs/libbulletdynamics.lai /usr/local/lib/libbulletdynamics.la
libtool: install: /usr/bin/install -c .libs/libbulletdynamics.a /usr/local/lib/libbulletdynamics.a
libtool: install: chmod 644 /usr/local/lib/libbulletdynamics.a
libtool: install: ranlib /usr/local/lib/libbulletdynamics.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/bash ../libtool --mode=install /usr/bin/install -c 'libbulletsoftbody.la' '/usr/local/lib/libbulletsoftbody.la'
libtool: install: /usr/bin/install -c .libs/libbulletsoftbody.so.0.0.0 /usr/local/lib/libbulletsoftbody.so.0.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libbulletsoftbody.so.0.0.0 libbulletsoftbody.so.0 || { rm -f libbulletsoftbody.so.0 && ln -s libbulletsoftbody.so.0.0.0 libbulletsoftbody.so.0; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libbulletsoftbody.so.0.0.0 libbulletsoftbody.so || { rm -f libbulletsoftbody.so && ln -s libbulletsoftbody.so.0.0.0 libbulletsoftbody.so; }; })
libtool: install: /usr/bin/install -c .libs/libbulletsoftbody.lai /usr/local/lib/libbulletsoftbody.la
libtool: install: /usr/bin/install -c .libs/libbulletsoftbody.a /usr/local/lib/libbulletsoftbody.a
libtool: install: chmod 644 /usr/local/lib/libbulletsoftbody.a
libtool: install: ranlib /usr/local/lib/libbulletsoftbody.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/include/bullet" || /bin/mkdir -p "/usr/local/include/bullet"
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'btBulletDynamicsCommon.h' '/usr/local/include/bullet/btBulletDynamicsCommon.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'Bullet-C-Api.h' '/usr/local/include/bullet/Bullet-C-Api.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'btBulletCollisionCommon.h' '/usr/local/include/bullet/btBulletCollisionCommon.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h' '/usr/local/include/bullet/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletSoftBody/btSoftBodyInternals.h' '/usr/local/include/bullet/BulletSoftBody/btSoftBodyInternals.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.h' '/usr/local/include/bullet/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletSoftBody/btSoftSoftCollisionAlgorithm.h' '/usr/local/include/bullet/BulletSoftBody/btSoftSoftCollisionAlgorithm.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletSoftBody/btSoftBody.h' '/usr/local/include/bullet/BulletSoftBody/btSoftBody.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletSoftBody/btSoftBodyHelpers.h' '/usr/local/include/bullet/BulletSoftBody/btSoftBodyHelpers.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletSoftBody/btSparseSDF.h' '/usr/local/include/bullet/BulletSoftBody/btSparseSDF.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletSoftBody/btSoftRigidCollisionAlgorithm.h' '/usr/local/include/bullet/BulletSoftBody/btSoftRigidCollisionAlgorithm.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletSoftBody/btSoftRigidDynamicsWorld.h' '/usr/local/include/bullet/BulletSoftBody/btSoftRigidDynamicsWorld.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/Vehicle/btRaycastVehicle.h' '/usr/local/include/bullet/BulletDynamics/Vehicle/btRaycastVehicle.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/Vehicle/btWheelInfo.h' '/usr/local/include/bullet/BulletDynamics/Vehicle/btWheelInfo.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/Vehicle/btVehicleRaycaster.h' '/usr/local/include/bullet/BulletDynamics/Vehicle/btVehicleRaycaster.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/Dynamics/btContinuousDynamicsWorld.h' '/usr/local/include/bullet/BulletDynamics/Dynamics/btContinuousDynamicsWorld.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/Dynamics/btRigidBody.h' '/usr/local/include/bullet/BulletDynamics/Dynamics/btRigidBody.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/Dynamics/btDynamicsWorld.h' '/usr/local/include/bullet/BulletDynamics/Dynamics/btDynamicsWorld.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/Dynamics/btSimpleDynamicsWorld.h' '/usr/local/include/bullet/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h' '/usr/local/include/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h' '/usr/local/include/bullet/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/ConstraintSolver/btSolverConstraint.h' '/usr/local/include/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h' '/usr/local/include/bullet/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/ConstraintSolver/btTypedConstraint.h' '/usr/local/include/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/ConstraintSolver/btSliderConstraint.h' '/usr/local/include/bullet/BulletDynamics/ConstraintSolver/btSliderConstraint.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/ConstraintSolver/btConstraintSolver.h' '/usr/local/include/bullet/BulletDynamics/ConstraintSolver/btConstraintSolver.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/ConstraintSolver/btContactConstraint.h' '/usr/local/include/bullet/BulletDynamics/ConstraintSolver/btContactConstraint.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/ConstraintSolver/btContactSolverInfo.h' '/usr/local/include/bullet/BulletDynamics/ConstraintSolver/btContactSolverInfo.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h' '/usr/local/include/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/ConstraintSolver/btJacobianEntry.h' '/usr/local/include/bullet/BulletDynamics/ConstraintSolver/btJacobianEntry.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.h' '/usr/local/include/bullet/BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/ConstraintSolver/btConeTwistConstraint.h' '/usr/local/include/bullet/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/ConstraintSolver/btHingeConstraint.h' '/usr/local/include/bullet/BulletDynamics/ConstraintSolver/btHingeConstraint.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/ConstraintSolver/btSolverBody.h' '/usr/local/include/bullet/BulletDynamics/ConstraintSolver/btSolverBody.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/Character/btCharacterControllerInterface.h' '/usr/local/include/bullet/BulletDynamics/Character/btCharacterControllerInterface.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletDynamics/Character/btKinematicCharacterController.h' '/usr/local/include/bullet/BulletDynamics/Character/btKinematicCharacterController.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btShapeHull.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btShapeHull.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btConcaveShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btConcaveShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btCollisionMargin.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btCollisionMargin.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btCompoundShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btCompoundShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btConvexHullShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btConvexHullShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btCylinderShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btCylinderShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btTriangleMesh.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btTriangleMesh.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btHeightfieldTerrainShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btUniformScalingShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btUniformScalingShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btConvexPointCloudShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btConvexPointCloudShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btTetrahedronShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btTetrahedronShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btCapsuleShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btCapsuleShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btSphereShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btSphereShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btMultiSphereShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btMultiSphereShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btConvexInternalShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btStridingMeshInterface.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btStridingMeshInterface.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btEmptyShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btEmptyShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btOptimizedBvh.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btOptimizedBvh.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btTriangleCallback.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btTriangleCallback.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btTriangleBuffer.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btTriangleBuffer.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btConvexShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btConvexShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btStaticPlaneShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btStaticPlaneShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btConeShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btConeShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btCollisionShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btCollisionShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btTriangleShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btTriangleShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btBoxShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btBoxShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btMinkowskiSumShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btMinkowskiSumShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btTriangleMeshShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btTriangleMeshShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btMaterial.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btMaterial.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionShapes/btPolyhedralConvexShape.h' '/usr/local/include/bullet/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/NarrowPhaseCollision/btConvexCast.h' '/usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btConvexCast.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/NarrowPhaseCollision/btGjkEpa2.h' '/usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/NarrowPhaseCollision/btSimplexSolverInterface.h' '/usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btSimplexSolverInterface.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.h' '/usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h' '/usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/NarrowPhaseCollision/btGjkConvexCast.h' '/usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btGjkConvexCast.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h' '/usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h' '/usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/NarrowPhaseCollision/btPersistentManifold.h' '/usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/NarrowPhaseCollision/btManifoldPoint.h' '/usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h' '/usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.h' '/usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/NarrowPhaseCollision/btRaycastCallback.h' '/usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btRaycastCallback.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.h' '/usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/NarrowPhaseCollision/btPointCollector.h' '/usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btPointCollector.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.h' '/usr/local/include/bullet/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/BroadphaseCollision/btDbvt.h' '/usr/local/include/bullet/BulletCollision/BroadphaseCollision/btDbvt.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/BroadphaseCollision/btDispatcher.h' '/usr/local/include/bullet/BulletCollision/BroadphaseCollision/btDispatcher.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/BroadphaseCollision/btDbvtBroadphase.h' '/usr/local/include/bullet/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/BroadphaseCollision/btSimpleBroadphase.h' '/usr/local/include/bullet/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h' '/usr/local/include/bullet/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h' '/usr/local/include/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h' '/usr/local/include/bullet/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/BroadphaseCollision/btQuantizedBvh.h' '/usr/local/include/bullet/BulletCollision/BroadphaseCollision/btQuantizedBvh.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/BroadphaseCollision/btAxisSweep3.h' '/usr/local/include/bullet/BulletCollision/BroadphaseCollision/btAxisSweep3.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/BroadphaseCollision/btBroadphaseInterface.h' '/usr/local/include/bullet/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/BroadphaseCollision/btOverlappingPairCache.h' '/usr/local/include/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/BroadphaseCollision/btBroadphaseProxy.h' '/usr/local/include/bullet/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btUnionFind.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btUnionFind.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btCollisionConfiguration.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btCollisionConfiguration.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btCollisionDispatcher.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/SphereTriangleDetector.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/SphereTriangleDetector.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btCollisionWorld.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btCollisionCreateFunc.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btCollisionCreateFunc.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btCollisionObject.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btCollisionObject.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btGhostObject.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btGhostObject.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btSimulationIslandManager.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btSimulationIslandManager.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btBoxBoxDetector.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btBoxBoxDetector.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/CollisionDispatch/btManifoldResult.h' '/usr/local/include/bullet/BulletCollision/CollisionDispatch/btManifoldResult.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/gim_memory.h' '/usr/local/include/bullet/BulletCollision/Gimpact/gim_memory.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/gim_clip_polygon.h' '/usr/local/include/bullet/BulletCollision/Gimpact/gim_clip_polygon.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/gim_bitset.h' '/usr/local/include/bullet/BulletCollision/Gimpact/gim_bitset.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/gim_linear_math.h' '/usr/local/include/bullet/BulletCollision/Gimpact/gim_linear_math.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/btGeometryOperations.h' '/usr/local/include/bullet/BulletCollision/Gimpact/btGeometryOperations.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h' '/usr/local/include/bullet/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/btGImpactBvh.h' '/usr/local/include/bullet/BulletCollision/Gimpact/btGImpactBvh.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/gim_box_set.h' '/usr/local/include/bullet/BulletCollision/Gimpact/gim_box_set.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/gim_array.h' '/usr/local/include/bullet/BulletCollision/Gimpact/gim_array.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/btGImpactShape.h' '/usr/local/include/bullet/BulletCollision/Gimpact/btGImpactShape.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/btTriangleShapeEx.h' '/usr/local/include/bullet/BulletCollision/Gimpact/btTriangleShapeEx.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/btClipPolygon.h' '/usr/local/include/bullet/BulletCollision/Gimpact/btClipPolygon.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/gim_box_collision.h' '/usr/local/include/bullet/BulletCollision/Gimpact/gim_box_collision.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/gim_tri_collision.h' '/usr/local/include/bullet/BulletCollision/Gimpact/gim_tri_collision.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/gim_geometry.h' '/usr/local/include/bullet/BulletCollision/Gimpact/gim_geometry.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/gim_math.h' '/usr/local/include/bullet/BulletCollision/Gimpact/gim_math.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/btQuantization.h' '/usr/local/include/bullet/BulletCollision/Gimpact/btQuantization.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/btGImpactQuantizedBvh.h' '/usr/local/include/bullet/BulletCollision/Gimpact/btGImpactQuantizedBvh.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/gim_geom_types.h' '/usr/local/include/bullet/BulletCollision/Gimpact/gim_geom_types.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/gim_basic_geometry_operations.h' '/usr/local/include/bullet/BulletCollision/Gimpact/gim_basic_geometry_operations.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/gim_contact.h' '/usr/local/include/bullet/BulletCollision/Gimpact/gim_contact.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/gim_hash_table.h' '/usr/local/include/bullet/BulletCollision/Gimpact/gim_hash_table.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/gim_radixsort.h' '/usr/local/include/bullet/BulletCollision/Gimpact/gim_radixsort.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/btGImpactMassUtil.h' '/usr/local/include/bullet/BulletCollision/Gimpact/btGImpactMassUtil.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/btGenericPoolAllocator.h' '/usr/local/include/bullet/BulletCollision/Gimpact/btGenericPoolAllocator.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/btBoxCollision.h' '/usr/local/include/bullet/BulletCollision/Gimpact/btBoxCollision.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'BulletCollision/Gimpact/btContactProcessing.h' '/usr/local/include/bullet/BulletCollision/Gimpact/btContactProcessing.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btGeometryUtil.h' '/usr/local/include/bullet/LinearMath/btGeometryUtil.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btConvexHull.h' '/usr/local/include/bullet/LinearMath/btConvexHull.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btList.h' '/usr/local/include/bullet/LinearMath/btList.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btMatrix3x3.h' '/usr/local/include/bullet/LinearMath/btMatrix3x3.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btVector3.h' '/usr/local/include/bullet/LinearMath/btVector3.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btPoolAllocator.h' '/usr/local/include/bullet/LinearMath/btPoolAllocator.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btScalar.h' '/usr/local/include/bullet/LinearMath/btScalar.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btDefaultMotionState.h' '/usr/local/include/bullet/LinearMath/btDefaultMotionState.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btTransform.h' '/usr/local/include/bullet/LinearMath/btTransform.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btQuadWord.h' '/usr/local/include/bullet/LinearMath/btQuadWord.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btAabbUtil2.h' '/usr/local/include/bullet/LinearMath/btAabbUtil2.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btTransformUtil.h' '/usr/local/include/bullet/LinearMath/btTransformUtil.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btRandom.h' '/usr/local/include/bullet/LinearMath/btRandom.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btQuaternion.h' '/usr/local/include/bullet/LinearMath/btQuaternion.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btMinMax.h' '/usr/local/include/bullet/LinearMath/btMinMax.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btMotionState.h' '/usr/local/include/bullet/LinearMath/btMotionState.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btIDebugDraw.h' '/usr/local/include/bullet/LinearMath/btIDebugDraw.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btAlignedAllocator.h' '/usr/local/include/bullet/LinearMath/btAlignedAllocator.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btStackAlloc.h' '/usr/local/include/bullet/LinearMath/btStackAlloc.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btAlignedObjectArray.h' '/usr/local/include/bullet/LinearMath/btAlignedObjectArray.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btHashMap.h' '/usr/local/include/bullet/LinearMath/btHashMap.h'
/bin/bash /home/calder/Developer/bullet-2.74/install-sh -c -m 644 'LinearMath/btQuickprof.h' '/usr/local/include/bullet/LinearMath/btQuickprof.h'
make[2]: Leaving directory `/home/calder/Developer/bullet-2.74/src'
make[1]: Leaving directory `/home/calder/Developer/bullet-2.74/src'

OMK

12-05-2009 12:55:56

Maybe I overlooked it but your install.log didn't include the aforementioned error ?
Are you using a release or a current snapshot? Do you have the right permissions to install to /usr/local/include ? You could just try installing to your home directory.
Maybe it would help, if you could list what you did exactly.

I also remember editing one of the bullet scripts, because I was to lazy to accommodate its security requirements correctly...

deadReaper

10-06-2009 01:37:03

Hey Calder I have had the same Problem here.
I've solved it by copying the header files from "bzllet-2.74/src/BulletCollision/" and "bzllet-2.74/src/BulletDynamics/" to "/usr/local/include"
//edit: A better solution is to use jam instead of make. Solved all problems for me.

@OMK the Build log above is the one from Bullet not from Ogrebullet so there is no error ;)

OMK

18-06-2009 23:18:20

So ? It sounded as if these errors were happening when installing bullet and his first 'code' section looks like plain bullet to me.