You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We wrote this code years ago and it is not currently maintained. I guess expf is (was ?) part of the stl but is no longer exposed from the same headers since some version of the compiler ? I don't even remember if we were using g++ or clang, that tells you something 😆
Anyways, I have absolutely no time to dedicate to this project anymore, so beside this hint you are on your own ¯_(ツ)_/¯
R-Type/systems/Friction2DSystem.cpp:37:22: error: ‘expf’ was not declared in this scope 37 | return (oldSpeed * expf(-friction * delta)); | ^~~~ make[3]: *** [CMakeFiles/RType_Server.dir/build.make:626: CMakeFiles/RType_Server.dir/systems/Friction2DSystem.cpp.o] Error 1
The text was updated successfully, but these errors were encountered: