Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESCDELAY = 25; : lvalue required as left operand of assignment #31

Open
donzef opened this issue Nov 25, 2018 · 0 comments
Open

ESCDELAY = 25; : lvalue required as left operand of assignment #31

donzef opened this issue Nov 25, 2018 · 0 comments

Comments

@donzef
Copy link

donzef commented Nov 25, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant