Jiaoma / chipmunk-physics

Automatically exported from code.google.com/p/chipmunk-physics
MIT License
0 stars 0 forks source link

make install misses chipmunk_types.h and constraints sub directory #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by chriscam...@googlemail.com on 20 Aug 2009 at 3:42

GoogleCodeExporter commented 8 years ago
Install 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)

Original comment by chriscam...@googlemail.com on 20 Aug 2009 at 3:44

GoogleCodeExporter commented 8 years ago
Attached is a patch against the latest svn revision which -for me- solves the 
problem.

Original comment by basi...@gmx.de on 25 Aug 2009 at 11:42

Attachments:

GoogleCodeExporter commented 8 years ago
I notice a fix has been commited to svn, many thanks!

Original comment by chriscam...@googlemail.com on 27 Aug 2009 at 12:10

GoogleCodeExporter commented 8 years ago

Original comment by slemb...@gmail.com on 27 Aug 2009 at 12:44