favreau / bullet

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

Failed to compile on x86_64 after rev 2260 #473

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile bullet on x86_64

What is the expected output? What do you see instead?
expected: a valid compile
got: [ 59%] Building CXX object 
src/BulletMultiThreaded/CMakeFiles/BulletMultiThreaded.dir/btParallelConstraintS
olver.o
/usr/src/files/b/bullet-svn/src/BulletMultiThreaded/btParallelConstraintSolver.c
pp: In member function ‘virtual btScalar 
btParallelConstraintSolver::solveGroup(btCollisionObject**, int, 
btPersistentManifold**, int, btTypedConstraint**, int, const 
btContactSolverInfo&, btIDebugDraw*, btStackAlloc*, btDispatcher*)’:
/usr/src/files/b/bullet-svn/src/BulletMultiThreaded/btParallelConstraintSolver.c
pp:1125:36: error: cast from ‘btPersistentManifold*’ to ‘uint32_t’ 
loses precision
/usr/src/files/b/bullet-svn/src/BulletMultiThreaded/btParallelConstraintSolver.c
pp:1285:37: error: cast from ‘btSolverConstraint*’ to ‘uint32_t’ loses 
precision

What version of the product are you using? On what operating system?
 - bullet svn after r2260 on linux x86_64

Original issue reported on code.google.com by sig...@gmail.com on 9 Jan 2011 at 12:10

GoogleCodeExporter commented 9 years ago
btParallelConstraintSolver is experimental and could be removed from the 
projectfile/cmake file.

I committed a temporarily workaround, can you try latest trunk?
Thanks!
Erwin

Original comment by erwin.coumans on 11 Jan 2011 at 12:22

GoogleCodeExporter commented 9 years ago
It compile now with rev 2265
tank you

Original comment by sig...@gmail.com on 11 Jan 2011 at 8:24