Hey guys. I keep having trouble compiling the game in cygwin. Right now I’m having this error:
Makefile:385: recipe for target ‘obj/iuse.o’ failed make: *** [obj/iuse.o] Error 1
I’m running off the latest git pull. I’m thinking I might be missing some cygwin files, but I don’t know which ones.
MingW was having problems with the use of std::to_string in the recently merged RC stuff, I’d start there. I found a fix for MingW at… http://tehsausage.com/mingw-to-string.
The fix for this was just merged in earlier today, so it should be working now.