Skip to content

Code issue in /supertux/src/editor/object_settings.cpp #3259

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

Open
jess896 opened this issue May 16, 2025 · 1 comment
Open

Code issue in /supertux/src/editor/object_settings.cpp #3259

jess896 opened this issue May 16, 2025 · 1 comment

Comments

@jess896
Copy link

jess896 commented May 16, 2025

When executing make command while downloading SuperTux from source code there are errors:
line 306 - 'find_if' is not a member of 'std'
line 323 - 'remove_if' is not a member of 'std', did you mean 'remove_cv'

After fixing line 323 (swapping 'remove_if' with 'remove_cv') and executing command make error is also displayed.

@tobbi
Copy link
Member

tobbi commented May 27, 2025

How are you compiling SuperTux? Usually, SuperTux uses an advanced C++ standard (17) that should include all those headers.

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