[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [nmh-workers] Problems compiling on SPARC Sun Solaris 10 compile wit
From: |
Ralph Corderoy |
Subject: |
Re: [nmh-workers] Problems compiling on SPARC Sun Solaris 10 compile with ANSI C SUN compiler. |
Date: |
Thu, 13 Jun 2019 15:39:14 +0100 |
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.