Make sure these boxes are checked before submitting your issue - thank you!
Just an FYI that on the Mac, I get errors compiling the samples. I can work around just by not building the samples.
/box2c/samples/sample_shapes.cpp:304:36: error: taking the address of a temporary object of type 'b2ShapeDef' [-Waddress-of-temporary]
b2CreatePolygonShape(m_ship1Id, &b2DefaultShapeDef(), &right);
^~~~~~~~~~~~~~~~~~~~
...
^~~~~~~~~~~~~~~~~~~
/box2c/samples/sample_shapes.cpp:473:35: error: taking the address of a temporary object of type 'b2ShapeDef' [-Waddress-of-temporary]
b2CreateSegmentShape(groundId, &b2DefaultShapeDef(), &segment);
Make sure these boxes are checked before submitting your issue - thank you!
Just an FYI that on the Mac, I get errors compiling the samples. I can work around just by not building the samples.