K thanks for the response, i am going to try switching to mingw, will post soon
EDIT: sdltiles.cpp is giving me an error that “strcasecmp is not defined in this scope” throughout the file. I have researched, and this is apparently defined in strings.h and/or string.h but including them does not help at all. Any advice?It compiles fine without tiles though
EDITx2: after even more research, it seems that this is a Unix only function, and that i somehow need to convert it to strcmpi