czaloj / bullet

Automatically exported from code.google.com/p/bullet
0 stars 0 forks source link

ibmsdk Makefiles are missing some object files #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to compile CcdPhysicsDemo for ibmsdk

What is the expected output? What do you see instead?
The expected result is a working binary.
What I see instead is the following: 
make: *** No rule to make target `../../../lib/ibmsdk/bulletconvexhull.a',
needed by `CcdPhysicsDemo'.  Stop.

What version of the product are you using? On what operating system?
bullet-2.73-alpha-rev1458.tgz

Please provide any additional information below.

I wrote 3 patches. 

1. Remove the bulletconvexhull.a dependency from the ibmsdk/Makefile
2. Include the missing object files in the ibmsdk/Makefile for the
bulletcollision archive.
3. Include the missing object files in the ibmsdk/Makefile for the
linearmath archive

Original issue reported on code.google.com by pinhighw...@googlemail.com on 6 Nov 2008 at 11:56

Attachments:

GoogleCodeExporter commented 9 years ago
The CollisionDemo's ibmsdk/Makefile should also be patched.

Original comment by pinhighw...@googlemail.com on 6 Nov 2008 at 12:23

Attachments:

GoogleCodeExporter commented 9 years ago

It will be best to focus on the CellSpuDemo, and add all the performance 
benchmarks 
(from Demos/BenchmarkDemo) into this Demos/CellSpuDemo.

I prefer to remove all SPU support from other demos, and focus on that single 
demo.

Original comment by erwin.coumans on 6 Nov 2008 at 7:56

GoogleCodeExporter commented 9 years ago
OK, I like this idea. Lets focus on the CellSpuDemo. 

The ibmsdk Makefile fixes for BulletCollision and LinearMath are needed anyway. 

Original comment by pinhighw...@googlemail.com on 7 Nov 2008 at 9:12

GoogleCodeExporter commented 9 years ago
ok, agreed. let's focus on a single issue to improve the CellSpuDemo

Original comment by erwin.coumans on 8 Nov 2008 at 7:35