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
I actually suspect that this is to do with the ABI change to std::string in gcc 6.1, have you rebuilt SFML since switching to 6.1? If not you need to rebuild it (in C++14 mode which is now the default) to make their std::string use the same ABI, and also make sure you're doing a completely clean build.
On building a minimal test game,
get output
From the error, it appears to have something to do with the use of
iostream
in LoggerThe text was updated successfully, but these errors were encountered: