nmh-workers
[Top] [All Lists]

Re: [nmh-workers] Problems compiling on SPARC Sun Solaris 10 compile with ANSI C SUN compiler.

2019-06-13 11:19:41
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

<Prev in Thread] Current Thread [Next in Thread>