Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error in Manjaro linux latest #3

Open
Ygarr opened this issue Apr 1, 2020 · 1 comment
Open

Build error in Manjaro linux latest #3

Ygarr opened this issue Apr 1, 2020 · 1 comment

Comments

@Ygarr
Copy link

Ygarr commented Apr 1, 2020

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

@Ygarr Ygarr changed the title Build error Build error in Manjaro linux latest Apr 1, 2020
@deb0ch
Copy link
Owner

deb0ch commented Apr 2, 2020

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 ¯_(ツ)_/¯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants