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
It looks like your compiler is running in a way that turns warnings into errors - that's what the (-Wincompatible-pointer-types). You should be able to change your compiler flags to not error out in that case by using -Wno-incompatible-pointer-types - check out https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html
when compiling on x64 arch with linux-lts kernel i get this error:
what do i do? it used to compile just fine before. i did a full system update recently, is this why? is my SDL2 version too new?
Steps to reproduce:
./build_deps.sh
cmake .
make systemshock
The text was updated successfully, but these errors were encountered: