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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: