favreau / bullet

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

build error - uid is undefined in GrahamVector2. #517

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
vc10, bullet r2397.

2>D:\gamekit\src\bullet\src\LinearMath/btGrahamScan2dConvexHull.h(53): error 
C2039: 'uid' : is not a member of 'GrahamVector2'
2>          D:\gamekit\src\bullet\src\LinearMath/btGrahamScan2dConvexHull.h(24) 
: see declaration of 'GrahamVector2'
2>D:\gamekit\src\bullet\src\LinearMath/btGrahamScan2dConvexHull.h(53): error 
C2039: 'uid' : is not a member of 'GrahamVector2'
2>          D:\gamekit\src\bullet\src\LinearMath/btGrahamScan2dConvexHull.h(24) 
: see declaration of 'GrahamVector2'
2>..\..\..\..\src\bullet\src\BulletCollision\CollisionShapes\btPolyhedralConvexS
hape.cpp(226): error C2664: 'GrahamScanConvexHull2D' : cannot convert parameter 
2 from 'btAlignedObjectArray<T>' to 'btAlignedObjectArray<T> &'
2

Original issue reported on code.google.com by harkon...@gmail.com on 20 May 2011 at 10:20

GoogleCodeExporter commented 9 years ago
Fixed here http://code.google.com/p/bullet/source/detail?r=2398

Original comment by erwin.coumans on 23 May 2011 at 9:58