lianlab / bullet

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

Problems compiling in MacOSX #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./autogen.sh 
2. ./configure --enable-multithreaded --enable-debug  --enable-shared 
--disable-static
3. make

What is the expected output? What do you see instead?

mv -f .deps/libbulletmultithreaded_a-SpuContactResult.Tpo 
.deps/libbulletmultithreaded_a-
SpuContactResult.Po
g++ -DHAVE_CONFIG_H -I. -I..    -g -O2  -g -O2 -
I./BulletMultiThreaded/vectormath/scalar/cpp -g -O2  -g -O2 -MT 
libbulletmultithreaded_a-
SpuGatheringCollisionTask.o -MD -MP -MF .deps/libbulletmultithreaded_a-
SpuGatheringCollisionTask.Tpo -c -o 
libbulletmultithreaded_a-SpuGatheringCollisionTask.o 
`test -f 
'BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuGatheringCollisionTask.cpp' 
|| 
echo 
'./'`BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuGatheringCollisionTask.c
pp
BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuGatheringCollisionTask.cpp:39
:48: error: 
SpuMinkowskiPenetrationDepthSolver.h: No such file or directory
BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuGatheringCollisionTask.cpp: 
In function 
‘void ProcessSpuConvexConvexCollision(SpuCollisionPairInput*, 
CollisionTask_LocalStoreMemory*, SpuContactResult&)’:
BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuGatheringCollisionTask.cpp:48
6: error: 
‘SpuMinkowskiPenetrationDepthSolver’ was not declared in this scope
BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuGatheringCollisionTask.cpp:48
6: error: 
expected `;' before ‘minkowskiPenetrationSolver’
BulletMultiThreaded/SpuNarrowPhaseCollisionTask/SpuGatheringCollisionTask.cpp:49
6: error: 
‘minkowskiPenetrationSolver’ was not declared in this scope
make[2]: *** [libbulletmultithreaded_a-SpuGatheringCollisionTask.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

What version of the product are you using? On what operating system?
2.73-sp1

Please provide any additional information below.
9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-
1228.9.59~1/RELEASE_I386 i386

Original issue reported on code.google.com by lvcargnini on 16 Dec 2008 at 7:41

GoogleCodeExporter commented 9 years ago
Hi John, can you look into this?

Original comment by erwin.coumans on 19 Jan 2009 at 10:10

GoogleCodeExporter commented 9 years ago
Yep, I'll look into it soon.

Original comment by john.mcc...@gmail.com on 20 Jan 2009 at 10:09

GoogleCodeExporter commented 9 years ago
Hi,

Can you reproduce with the latest SVN head?

Thanks,
John

Original comment by john.mcc...@gmail.com on 26 Jan 2009 at 9:45

GoogleCodeExporter commented 9 years ago

Original comment by john.mcc...@gmail.com on 27 Jan 2009 at 5:26

GoogleCodeExporter commented 9 years ago
sorry the delay, it is for me to reproduce ?
If it is the question I have to download from the svn than try to recreate the 
problem.

Original comment by lvcargnini on 27 Jan 2009 at 7:41

GoogleCodeExporter commented 9 years ago
I just built Bullet under Mac OSX 10.5 using the autotools build system without
problem. I've marked this bug as invalid.

Original comment by john.mcc...@gmail.com on 27 Jan 2009 at 9:13

GoogleCodeExporter commented 9 years ago
Please try doing this:
What steps will reproduce the problem?
1. ./autogen.sh 
2. ./configure --enable-multithreaded --enable-debug  --enable-shared 
--disable-static
3. make

Original comment by lvcargnini on 27 Jan 2009 at 9:35

GoogleCodeExporter commented 9 years ago
I already did and it worked. 

Original comment by john.mcc...@gmail.com on 28 Jan 2009 at 12:27