xiangaodielian / bullet

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

Failed to build with BT_USE_DOUBLE_PRECISION defined #755

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Failed when compiling btMLCPSolver.cpp

in line 218 "static btMatrixXf JinvM3;"
should be replaced with "static btMatrixXu JinvM3;"

in line 213 "static btMatrixXf J3;"
should be replaced with "static btMatrixXu J3;"

bullet 2.82, Windows 7, VS2008, both Release and Debug configurations

Original issue reported on code.google.com by xp.p...@gmail.com on 24 Oct 2013 at 5:27

GoogleCodeExporter commented 9 years ago
that is a showstopper, I fixed it and re-upload a new 2.82 release, rev2704
thanks for the report.

Original comment by erwin.coumans on 24 Oct 2013 at 6:35