favreau / bullet

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

OpenCL build fails on 64 bit Linux rev 2321 #488

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
OpenCL/src/BulletMultiThreaded/MiniCL.cpp:319: error: cast from ‘int*’ to 
‘int’ loses precision

Cast to long seems to fix it?

HTH somehow

Original issue reported on code.google.com by adstan...@gmail.com on 3 Mar 2011 at 9:42

GoogleCodeExporter commented 9 years ago
Yes, a cast to long should be fine, fixed in branch:
http://code.google.com/p/bullet/source/detail?r=2323

It was already fixed in trunk. We still need to move over the OpenCL work from 
branches to trunk.

Thanks for the feedback,
Erwin

Original comment by erwin.coumans on 4 Mar 2011 at 8:25