![]() |
Reentrant ncurses
Greetings and salutations,
I am building Hellband on my new machine with cygwin and it does no longer compile, it fails over the following lines of code : main-gcu.c: mvcur(curscr->cury, curscr->curx, LINES - 1, 0); main-gcu.c: mvcur(curscr->_cury, curscr->_curx, LINES - 1, 0); main-gcu.c: mvcur(curscr->cury, curscr->curx, LINES - 1, 0); main-gcu.c: mvcur(curscr->_cury, curscr->_curx, LINES - 1, 0); Apparently the curscr is not supposed to be used anyway . In the curses.h it seems curscr's definition is linked to the NCURSES_REENTRANT define which apparently isnt a big success. Has anybody recently gotten the new curses library and experienced the same? T. |
All times are GMT +1. The time now is 05:51. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2022, vBulletin Solutions Inc.