Hi Masud,

> > grep -i bool config.h
> /* Define to 1 if you have the <stdbool.h> header file. */
> #define HAVE_STDBOOL_H 1
...
> "/usr/include/curses.h", line 86: invalid type combination
> cc: acomp failed for sbr/terminal.c

From your first email:

    85  #if !defined(__cplusplus) && !defined(_BOOL)
    86  typedef char bool;

Can you investigate your stdbool.h and see if it does anything with
_BOOL.  If not, what under /usr/include takes an interest in _BOOL?

-- 
Cheers, Ralph.

-- 
nmh-workers
https://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to