behdad / box2d

Automatically exported from code.google.com/p/box2d
2 stars 12 forks source link

Build failure from svn (Box2D/Collision/b2DynamicTree.h) #208

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In file Box2D/Collision/b2DynamicTree.h:

27  #define B2_USE_DYNAMIC_TREE 1
28  #define B2_USE_BRUTE_FORCE 0
29 
30  #if B2_USE_DYNAMIC_TREE
...
289 #elif B2_USE_BRUTE_FORCE 0
...
473 #endif

I assume that line 289 should read "#elif B2_USE_BRUTE_FORCE", without the 
trailing zero

Original issue reported on code.google.com by fcoelh...@gmail.com on 12 Jun 2011 at 11:40

GoogleCodeExporter commented 9 years ago
Rev 188.

Original comment by erinca...@gmail.com on 26 Jun 2011 at 7:01