With gcc version 7.3.1 20180323 [gcc-7-branch revision 258812] (SUSE Linux) I get the following error:
...
deps/Engine/Graphics/Ncurses.cpp: In function ‘bool Ncurses::init()’:
deps/Engine/Graphics/Ncurses.cpp:23:13: error: lvalue required as left operand of assignment
ESCDELAY = 25;
By commenting out this "ESCDELAY = 25; " compilation goes through and game works fine.
With gcc version 7.3.1 20180323 [gcc-7-branch revision 258812] (SUSE Linux) I get the following error:
... deps/Engine/Graphics/Ncurses.cpp: In function ‘bool Ncurses::init()’: deps/Engine/Graphics/Ncurses.cpp:23:13: error: lvalue required as left operand of assignment ESCDELAY = 25;
By commenting out this "ESCDELAY = 25; " compilation goes through and game works fine.