Whenever I try to compile Cataclysm it always freezes in the same place. Can anyone help? Here’s a screenshot: http://i.imgur.com/4lpn6CG.png. I’m using windows 7 and cygwin.
edit: Nevermind, it was just taking a long time to compile. ~30 min later it’s done compiling.
It largely depends on your computer speed and number of cores too. With 4 cores assigned to compiling I can do a clean build in 90 seconds. Or ~59 without size optimization on.
wish.cpp: In member function ‘void game::wish()’:
wish.cpp:192:43: error: ‘mvgetch’ was not declared in this scope
wish.cpp:207:7: error: ‘echo’ was not declared in this scope
wish.cpp:208:16: error: ‘getnstr’ was not declared in this scope
make: *** [obj/wish.o] Error 1
The undeclared functions appear to be part of the curses library, but not part of catacurse.cpp.