Hi! So I've been trying to compile the game via github, and, after a lot of effort, I got to the actual compiling stage. I run scons.py, and it gets part of the way through before telling me that "_stricmp is not declared". I get this problem first in Update.cpp. I removed that, hoping it wasn't important, but then the error started showing up with other files too. Any ideas?
I'm using scons 3.0.0, I believe. I followed the wiki guide as best I could (I downloaded the programs in the wrong order, but I don't know if that would make the difference).
Everything worked as intended, except for one thing- when I type cc into cmd or git bash, it just says unknown command.