
chipmunk-physics - issue #7
make install misses chipmunk_types.h and constraints sub directory
What steps will reproduce the problem? 1. make install 2. 3.
What is the expected output? What do you see instead? expect chipmunk_types.h and constraints/*.h to be in /usr/local/include/chipmunk/ after make install
What version of the product are you using? On what operating system? SVN On 64-bit Ubuntu 9.04
Please provide any additional information below. using cmake to make the makefile - not tried scons
Comment #1
Posted on Aug 20, 2009 by Grumpy RabbitInstall the project... -- Install configuration: "Release" -- Installing: /usr/local/lib/libchipmunk.so.4 -- Up-to-date: /usr/local/lib/libchipmunk.so -- Installing: /usr/local/lib/libchipmunk.a -- Up-to-date: /usr/local/include/chipmunk/chipmunk.h -- Up-to-date: /usr/local/include/chipmunk/chipmunk_unsafe.h -- Up-to-date: /usr/local/include/chipmunk/cpArbiter.h -- Up-to-date: /usr/local/include/chipmunk/cpArray.h -- Up-to-date: /usr/local/include/chipmunk/cpBB.h -- Up-to-date: /usr/local/include/chipmunk/cpBody.h -- Up-to-date: /usr/local/include/chipmunk/cpCollision.h -- Up-to-date: /usr/local/include/chipmunk/cpHashSet.h -- Up-to-date: /usr/local/include/chipmunk/cpPolyShape.h -- Up-to-date: /usr/local/include/chipmunk/cpShape.h -- Up-to-date: /usr/local/include/chipmunk/cpSpace.h -- Up-to-date: /usr/local/include/chipmunk/cpSpaceHash.h -- Up-to-date: /usr/local/include/chipmunk/cpVect.h
(part of output from make install)
Comment #2
Posted on Aug 25, 2009 by Happy KangarooAttached is a patch against the latest svn revision which -for me- solves the problem.
- compile_fix.patch 1.43KB
Comment #3
Posted on Aug 27, 2009 by Grumpy RabbitI notice a fix has been commited to svn, many thanks!
Comment #4
Posted on Aug 27, 2009 by Happy Giraffe(No comment was entered for this change.)
Status: Fixed
Labels:
Type-Defect
Priority-Medium