rain.c

random832 at fastmail.us random832 at fastmail.us
Tue Dec 2 16:35:07 CST 2014


On Tue, Dec 2, 2014, at 16:27, Todd Goodman wrote:
> This means that you there's an active
> 
> #define lines cur_term-> _c3
> 
> preprocessor directive around (or some preprocessor directives that
> reduce to that.)
> 
> Todd

Fortunately, google has the answer in the form of someone else who has
had the problem:

https://github.com/surban/slurm/blob/master/src/smap/smap.h

/*
* On some systems (read AIX), curses.h includes term.h which does this
* #define lines cur_term-> _c3
* This makes the symbol "lines" unusable. There is a similar #define
* "columns", "bell", "tone", "pulse", "hangup" and many, many more!!
*/


More information about the cctalk mailing list