I'm tearing my hair out trying to figure out why I can't compile the latest box2d trunk into my project...
In file included from libs/Box2D/Collision/b2BroadPhase.h:22,
from /joyridinpowerups/libs/Box2D/Collision/b2BroadPhase.cpp:19:
libs/Box2D/Common/b2Settings.h: In function 'float32 b2MixFriction(float32, float32)':
libs/Box2D/Common/b2Settings.h:142: error: 'sqrtf' is not a member of 'std'
This is the error I get... some weird namespace issue. Anyone has any ideas??? (yes this file #includes <cmath>...