I have several 'C' programs that compiled fine in 1999 with the then current ncurses.h.  Under RedHat 7.2, the compiles fail at this statement:
 
    ch = curscr->_line[lcnt][ccnt];
 
with the following errors:
 
    arithmetic on pointer to an incomplete type
    dereferencing pointer to incomplete type
 
Apparently the latest version of ncurses.h has changed the way variable '_line' is handled.  Does anyone know of a good list where I can get help with this?
 
Thanks,
Billy

Reply via email to